theread.me/Gemfile

10 lines
143 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
2022-06-03 21:38:49 +00:00
ruby "3.1.2"
gem "nokogiri"
gem "jekyll"
2021-11-06 11:25:06 +00:00
gem "jekyll-scholar", group: :jekyll_plugins
2021-11-20 12:38:24 +00:00
2022-06-03 21:38:49 +00:00
gem "webrick", "~> 1.7"