11 lines
235 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'
2023-08-09 21:03:41 +02:00
gem 'webrick'
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]