Skip to content

Commit

Permalink
Make sure we use a version '>= 12.3.3' for 'rake' dev dependency in o…
Browse files Browse the repository at this point in the history
…rder to fix a vulnerability (CVE-2020-8130)
  • Loading branch information
rgenchev committed Jul 7, 2020
1 parent 6caacbb commit e84b916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfe.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activesupport"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "minitest"
spec.add_development_dependency "byebug"
end

0 comments on commit e84b916

Please sign in to comment.