Skip to content

Commit

Permalink
Merge pull request #60 from diogot/update-bundler
Browse files Browse the repository at this point in the history
Update bundler
  • Loading branch information
diogot authored May 25, 2021
2 parents 9566a22 + e1e7eba commit c1ee639
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 @@ -143,7 +143,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.3)
bundler (>= 2.2.10)
danger
danger-xcode_summary!
guard (~> 2.14)
Expand All @@ -156,4 +156,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.17.2
2.2.17
2 changes: 1 addition & 1 deletion danger-xcode_summary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'danger-plugin-api', '~> 1.0'

# General ruby development
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'bundler', '>= 2.2.10'
spec.add_development_dependency 'rake', '~> 13.0'

# Testing support
Expand Down

0 comments on commit c1ee639

Please sign in to comment.