robertjohnson.work/Gemfile

13 lines
249 B
Ruby
Raw Permalink Normal View History

2022-02-05 05:21:57 -05:00
source "https://rubygems.org"
# gem "rails"
gem "jekyll"
2024-02-15 09:32:41 -05:00
gem "webrick"
gem "github-pages"
gem "liquid"
2022-02-05 05:21:57 -05:00
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2022-02-07 01:50:41 -05:00
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]