Skip to content

Commit

Permalink
Update faraday requirement from ~> 1 to ~> 2
Browse files Browse the repository at this point in the history
Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v1.10.3...v2.7.11)

---
updated-dependencies:
- dependency-name: faraday
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 470e106 commit fe5da2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
31 changes: 7 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
PATH
remote: .
specs:
network_resiliency (0.2.1)
network_resiliency (0.0.1)

GEM
remote: https://rubygems.org/
specs:
base64 (0.1.1)
byebug (11.1.3)
ddtrace (1.14.0)
debase-ruby_core_source (= 3.2.1)
Expand All @@ -16,35 +17,17 @@ GEM
diff-lcs (1.5.0)
docile (1.4.0)
dogstatsd-ruby (4.8.3)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-net_http (3.0.2)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
libdatadog (3.0.0.1.0)
libddwaf (1.9.0.0.1)
ffi (~> 1.0)
msgpack (1.7.2)
multipart-post (2.3.0)
mysql2 (0.5.5)
rack (3.0.8)
rack-test (2.1.0)
Expand Down Expand Up @@ -78,7 +61,7 @@ DEPENDENCIES
byebug
ddtrace (>= 1)
dogstatsd-ruby (<= 4.8.3)
faraday (~> 1)
faraday (~> 2)
faraday-rack
mysql2 (>= 0.5)
network_resiliency!
Expand Down
2 changes: 1 addition & 1 deletion network_resiliency.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "byebug"
s.add_development_dependency "ddtrace", ">= 1"
s.add_development_dependency "dogstatsd-ruby", "<= 4.8.3"
s.add_development_dependency "faraday", "~> 1"
s.add_development_dependency "faraday", "~> 2"
s.add_development_dependency "faraday-rack"
s.add_development_dependency "mysql2", ">= 0.5"
s.add_development_dependency "rack"
Expand Down

0 comments on commit fe5da2c

Please sign in to comment.