Skip to content

Commit

Permalink
Bump the rake dev dependency (#125)
Browse files Browse the repository at this point in the history
To avoid using versions vulnerable to CVE-2020-8130
(https://nvd.nist.gov/vuln/detail/CVE-2020-8130)
  • Loading branch information
dylanahsmith committed Apr 15, 2020
1 parent 71211f4 commit 3099e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-batch.gemspec
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "promise.rb", "~> 0.7.2"

spec.add_development_dependency "byebug" if RUBY_ENGINE == 'ruby'
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "minitest"
end

0 comments on commit 3099e1e

Please sign in to comment.