Skip to content

Commit

Permalink
Upgrade Rake to address [CVE-2020-8130](GHSA-jppv-gw3r-w3q8)
Browse files Browse the repository at this point in the history
  • Loading branch information
izakp committed Mar 23, 2020
1 parent c21c0de commit efd1055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion estella.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'elasticsearch-model', '~> 5.0'

gem.add_development_dependency 'activerecord'
gem.add_development_dependency 'rake', '~> 11.0'
gem.add_development_dependency 'rake', '>= 12.3.3'
gem.add_development_dependency 'rspec', '~> 3.1.0'
gem.add_development_dependency 'rspec-expectations'
gem.add_development_dependency 'rubocop', '0.60.0'
Expand Down

0 comments on commit efd1055

Please sign in to comment.