We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9566a22 + e1e7eba commit c1ee639Copy full SHA for c1ee639
Gemfile.lock
@@ -143,7 +143,7 @@ PLATFORMS
143
ruby
144
145
DEPENDENCIES
146
- bundler (~> 1.3)
+ bundler (>= 2.2.10)
147
danger
148
danger-xcode_summary!
149
guard (~> 2.14)
@@ -156,4 +156,4 @@ DEPENDENCIES
156
yard
157
158
BUNDLED WITH
159
- 1.17.2
+ 2.2.17
danger-xcode_summary.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
spec.add_runtime_dependency 'danger-plugin-api', '~> 1.0'
27
28
# General ruby development
29
- spec.add_development_dependency 'bundler', '~> 1.3'
+ spec.add_development_dependency 'bundler', '>= 2.2.10'
30
spec.add_development_dependency 'rake', '~> 13.0'
31
32
# Testing support
0 commit comments