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:
Matt 2020-07-20 12:54:52 -04:00 committed by GitHub
parent 3e22fa2da1
commit 46a582ff8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'rake', '>= 0.9'
gem 'rake', '>= 12.3.3'
gem 'rdoc', '>= 2.4.2'
platforms :jruby do
@ -19,4 +19,4 @@ group :test do
gem 'systemu'
end
gemspec
gemspec