Skip to content

Commit

Permalink
Update bundler per CVE-2020-36327
Browse files Browse the repository at this point in the history
  • Loading branch information
cupakromer committed Jul 23, 2021
1 parent 9dc7d12 commit 7d7e24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radius-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "rubocop", "~> 0.73.0"
spec.add_runtime_dependency "rubocop-rails", "~> 2.2.1"

spec.add_development_dependency "bundler", "~> 2.2"
spec.add_development_dependency "bundler", ">= 2.2.10"
spec.add_development_dependency "rake", ">= 12.0", "< 14.0"
end

0 comments on commit 7d7e24d

Please sign in to comment.