Skip to content

Commit

Permalink
Update excon requirement from ~> 0.96, < 0.99 to ~> 0.96, < 0.100 in …
Browse files Browse the repository at this point in the history
…/omnibus (#6605)

* Update excon requirement from ~> 0.96, < 0.99 to ~> 0.96, < 0.100

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.96.0...v0.99.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* run `cd updater && bundle install`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Widman <[email protected]>
  • Loading branch information
dependabot[bot] and jeffwidman authored Feb 7, 2023
1 parent 5671a8f commit 532fee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.96", "< 0.99"
spec.add_dependency "excon", "~> 0.96", "< 0.100"
spec.add_dependency "faraday", "2.7.4"
spec.add_dependency "faraday-retry", "2.0.0"
spec.add_dependency "gitlab", "4.19.0"
Expand Down
2 changes: 1 addition & 1 deletion updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH
bundler (>= 1.16, < 3.0.0)
commonmarker (>= 0.20.1, < 0.24.0)
docker_registry2 (~> 1.11, >= 1.11.0)
excon (~> 0.96, < 0.99)
excon (~> 0.96, < 0.100)
faraday (= 2.7.4)
faraday-retry (= 2.0.0)
gitlab (= 4.19.0)
Expand Down

0 comments on commit 532fee2

Please sign in to comment.