diff --git a/Gemfile b/Gemfile index c8f707f6f832e4..072c004ccc8e29 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "minima", "~> 2.0" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" - gem "github-pages" + gem "github-pages", ">= 203" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem @@ -29,6 +29,6 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "html-proofer", '>=3.3.1' +gem "html-proofer", ">= 3.8.0" -gem "eip_validator", ">=0.8.0" +gem "eip_validator", ">= 0.8.0"