robertjohnson.work/Gemfile

10 lines
221 B
Ruby
Raw Normal View History

2022-02-05 05:21:57 -05:00
source "https://rubygems.org"
# gem "rails"
gem "jekyll"
2022-02-07 01:50:41 -05:00
gem 'github-pages'
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]