Gemfile 275 B

123456789
  1. source "https://rubygems.org"
  2. ruby RUBY_VERSION
  3. # This will help ensure the proper Jekyll version is running.
  4. gem "jekyll", "3.4.0"
  5. # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
  6. gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]