Website/Gemfile

12 lines
295 B
Ruby
Raw Normal View History

2017-05-21 00:47:09 +02:00
source "https://rubygems.org"
ruby RUBY_VERSION
gem "jekyll", "3.7.0"
2017-05-21 00:47:09 +02:00
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-assets"
2017-05-21 00:47:09 +02:00
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]