Skip to content

Commit

Permalink
Bump faraday from 1.3.0 to 2.9.0
Browse files Browse the repository at this point in the history
Bumps [faraday](https://github.com/lostisland/faraday) from 1.3.0 to 2.9.0.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v1.3.0...v2.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent cd8dd7e commit 8455826
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'bugsnag', '~> 6.19.0'
gem 'bundler', '= 2.4.8'
gem 'cocoapods', '~> 1.12.0'
gem 'deepsort', '~> 0.4.5'
gem 'faraday', '~> 1.3'
gem 'faraday', '~> 2.9'
gem 'github-linguist', '~> 7.13.0'
gem 'nokogiri', '~> 1.14.3'
gem 'parser', '~> 3.1.3'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ GEM
escape_utils (1.2.1)
ethon (0.16.0)
ffi (>= 1.15.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.15.5)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
Expand All @@ -102,9 +101,10 @@ GEM
mini_portile2 (2.8.4)
minitest (5.20.0)
molinillo (0.8.0)
multipart-post (2.1.1)
nanaimo (0.3.0)
nap (1.1.0)
net-http (0.4.1)
uri
netrc (0.11.0)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -157,7 +157,6 @@ GEM
parser (>= 2.7.1.5)
ruby-macho (2.5.1)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.4)
rubyzip (2.3.2)
rugged (1.5.1)
safe_yaml (1.0.5)
Expand All @@ -176,6 +175,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
uri (0.13.0)
webmock (3.12.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand All @@ -201,7 +201,7 @@ DEPENDENCIES
bundler-audit (~> 0.9.1)
cocoapods (~> 1.12.0)
deepsort (~> 0.4.5)
faraday (~> 1.3)
faraday (~> 2.9)
github-linguist (~> 7.13.0)
json-schema (~> 3.0)
nokogiri (~> 1.14.3)
Expand Down

0 comments on commit 8455826

Please sign in to comment.