Skip to content

Commit

Permalink
Rake security vulnerability (#288)
Browse files Browse the repository at this point in the history
* update rake to take care of CVE-2020-8130
see GHSA-jppv-gw3r-w3q8
  • Loading branch information
invalidusrname authored Jul 20, 2020
1 parent 3e22fa2 commit 46a582f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,4 +19,4 @@ group :test do
gem 'systemu'
end

gemspec
gemspec

0 comments on commit 46a582f

Please sign in to comment.