mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-09 10:12:25 -07:00
12 lines
165 B
Ruby
12 lines
165 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# gem "rails"
|
|
|
|
gem "jekyll", "~> 4.0"
|
|
gem "jekyll-paginate"
|
|
gem "jekyll-feed"
|
|
|
|
gem "webrick", "~> 1.7"
|