diff --git a/Gemfile b/Gemfile index af18b2a0..95707df3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,6 @@ end gem 'gollum-lib', :git => 'https://github.com/gollum/gollum-lib.git', :branch => 'gollum-lib-5.x' # For development purposes gem 'therubyrhino', :platforms => :jruby gemspec -gem 'rake', '~> 11.2' +gem "rake", ">= 12.3.3" + +