bump to rake 12.0
This commit is contained in:
parent
79adb49676
commit
f09e1b15d8
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gemspec :name => "jekyll"
|
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.
|
# 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'
|
gem "activesupport", "~> 4.2", :groups => [:test_legacy, :site] if RUBY_VERSION < '2.2.2'
|
||||||
|
|
Loading…
Reference in New Issue