mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-10 13:13:37 +01: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"
|