bump to rake 12.0

This commit is contained in:
Frank Taillandier 2016-12-19 23:42:30 +01:00
parent 79adb49676
commit f09e1b15d8
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'