Skip to content

Commit

Permalink
Update excon requirement from ~> 0.75, < 0.94 to ~> 0.75, < 0.97
Browse files Browse the repository at this point in the history
Updates the requirements on [excon](https://github.com/excon/excon) to permit the latest version.
- [Release notes](https://github.com/excon/excon/releases)
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v0.75.0...v0.96.0)

---
updated-dependencies:
- dependency-name: excon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jeffwidman committed Jan 8, 2023
1 parent 4289213 commit 8dbef27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "bundler", ">= 1.16", "< 3.0.0"
spec.add_dependency "commonmarker", ">= 0.20.1", "< 0.24.0"
spec.add_dependency "docker_registry2", "~> 1.11", ">= 1.11.0"
spec.add_dependency "excon", "~> 0.75", "< 0.94"
spec.add_dependency "excon", "~> 0.75", "< 0.97"
spec.add_dependency "faraday", "2.6.0"
spec.add_dependency "faraday-retry", "2.0.0"
spec.add_dependency "gitlab", "4.19.0"
Expand Down

0 comments on commit 8dbef27

Please sign in to comment.