Skip to content

Commit

Permalink
Update bundler to 2.3.9 to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
marinofelipe committed Mar 22, 2022
1 parent e09b2a3 commit 55a3c60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.3)
bundler (~> 2.3.9)
danger-xcov!
rake

BUNDLED WITH
1.17.3
2.3.9
2 changes: 1 addition & 1 deletion danger-xcov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |spec|

spec.add_dependency 'danger', '>= 2.1'
spec.add_dependency 'xcov', '>= 1.8.0'
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'bundler', '~> 2.3.9'
spec.add_development_dependency 'rake'
end

0 comments on commit 55a3c60

Please sign in to comment.