Merge pull request #5670 from DirtyF/bump-rake

Merge pull request 5670
This commit is contained in:
jekyllbot 2016-12-20 00:38:17 -08:00 committed by GitHub
commit 4d9e4a9bd8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
source "https://rubygems.org"
gemspec :name => "jekyll"
gem "rake", "~> 11.0"
gem "rake", "~> 12.0"
# Dependency of jekyll-mentions. RubyGems in Ruby 2.1 doesn't shield us from this.
gem "activesupport", "~> 4.2", :groups => [:test_legacy, :site] if RUBY_VERSION < '2.2.2'