Skip to content

Commit

Permalink
Bump faraday-retry from 2.2.0 to 2.2.1
Browse files Browse the repository at this point in the history
Bumps [faraday-retry](https://github.com/lostisland/faraday-retry) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/lostisland/faraday-retry/releases)
- [Changelog](https://github.com/lostisland/faraday-retry/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday-retry@v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: faraday-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 5, 2024
1 parent d38e419 commit 5c8d8b5
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 @@ -22,7 +22,7 @@ PATH
docker_registry2 (~> 1.18.0)
excon (~> 0.109)
faraday (= 2.7.11)
faraday-retry (= 2.2.0)
faraday-retry (= 2.2.1)
gitlab (= 4.19.0)
json (< 2.7)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -180,7 +180,7 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday-retry (2.2.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
gitlab (4.19.0)
httparty (~> 0.20)
Expand Down
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "docker_registry2", "~> 1.18.0"
spec.add_dependency "excon", "~> 0.109"
spec.add_dependency "faraday", "2.7.11"
spec.add_dependency "faraday-retry", "2.2.0"
spec.add_dependency "faraday-retry", "2.2.1"
spec.add_dependency "gitlab", "4.19.0"
spec.add_dependency "json", "< 2.7"
spec.add_dependency "nokogiri", "~> 1.8"
Expand Down

0 comments on commit 5c8d8b5

Please sign in to comment.