Rake security vulnerability (#288)
* update rake to take care of CVE-2020-8130 see https://github.com/advisories/GHSA-jppv-gw3r-w3q8
This commit is contained in:
parent
3e22fa2da1
commit
46a582ff8c
4
Gemfile
4
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rake', '>= 0.9'
|
gem 'rake', '>= 12.3.3'
|
||||||
gem 'rdoc', '>= 2.4.2'
|
gem 'rdoc', '>= 2.4.2'
|
||||||
|
|
||||||
platforms :jruby do
|
platforms :jruby do
|
||||||
|
@ -19,4 +19,4 @@ group :test do
|
||||||
gem 'systemu'
|
gem 'systemu'
|
||||||
end
|
end
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
Loading…
Reference in New Issue