diff --git a/Gemfile b/Gemfile index f92614d..2bf7a11 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # Manage our dependency on the version of the github-pages gem here. -gem "github-pages", "= 226" +gem "github-pages", "= 227" # Explicitly include this gem here. # It is not directly included in the github-pages gem list of dependencies,