Skip to content

Commit

Permalink
Bump the rake dev dependency (Shopify#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 authored and ksylvest committed Feb 24, 2021
1 parent e1f32e6 commit c528990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-batch.gemspec
Original file line number Diff line number Diff line change
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 c528990

Please sign in to comment.