Merge pull request #1476 from gollum/update_rake

Update rake to mitigate CVE-2020-8130.
This commit is contained in:
Dawa Ometto
2020-03-14 00:01:06 +01:00
committed by GitHub
+3 -1
View File
@@ -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"