mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-10-01 04:35:37 -04:00
10 lines
140 B
Ruby
10 lines
140 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# gem "rails"
|
|
|
|
gem "jekyll", "~> 4.0"
|
|
gem "jekyll-paginate"
|
|
gem "jekyll-feed"
|