10 lines
221 B
Ruby
Raw Normal View History

2022-02-05 15:51:57 +05:30
source "https://rubygems.org"
# gem "rails"
gem "jekyll"
2022-02-07 12:20:41 +05:30
gem 'github-pages'
2022-02-05 15:51:57 +05:30
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2022-02-07 12:20:41 +05:30
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]