/ Gemfile
Gemfile
 1  source "https://rubygems.org"
 2  
 3  # Hello! This is where you manage which Jekyll version is used to run.
 4  # When you want to use a different version, change it below, save the
 5  # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
 6  #
 7  #     bundle exec jekyll serve
 8  #
 9  
10  # This is the default theme for new Jekyll sites. You may change this to anything you like.
11  gem "minima", "~> 2.0"
12  
13  # If you have any plugins, put them here!
14  group :jekyll_plugins do
15    gem "jekyll-feed", "~> 0.6"
16    gem "github-pages", "198"
17  end
18  
19  # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
20  gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
21  
22  # Performance-booster for watching directories on Windows
23  gem "wdm", "~> 0.1.0" if Gem.win_platform?
24  
25  gem "html-proofer", '>=3.3.1'
26  
27  gem "eip_validator", ">=0.8.2"