Update rake to mitigate CVE-2020-8130.

This commit is contained in:
Bart Kamphorst
2020-03-13 20:09:18 +01:00
parent 07de956b1d
commit e312641cbd
+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 'gollum-lib', :git => 'https://github.com/gollum/gollum-lib.git', :branch => 'gollum-lib-5.x' # For development purposes
gem 'therubyrhino', :platforms => :jruby gem 'therubyrhino', :platforms => :jruby
gemspec gemspec
gem 'rake', '~> 11.2' gem "rake", ">= 12.3.3"