Skip to content

Commit

Permalink
Bump faraday from 1.3.0 to 2.8.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.8.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.8.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 Dec 20, 2023
1 parent cd8dd7e commit 2fc0eee
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.8'
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 @@ -18,6 +18,7 @@ GEM
json (>= 1.5.1)
ast (2.4.2)
atomos (0.1.3)
base64 (0.2.0)
brakeman (5.4.1)
bugsnag (6.19.0)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -76,11 +77,11 @@ 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.8.0)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
Expand All @@ -102,7 +103,6 @@ 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)
netrc (0.11.0)
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
parser (>= 2.7.1.5)
ruby-macho (2.5.1)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
rugged (1.5.1)
safe_yaml (1.0.5)
Expand Down Expand Up @@ -201,7 +201,7 @@ DEPENDENCIES
bundler-audit (~> 0.9.1)
cocoapods (~> 1.12.0)
deepsort (~> 0.4.5)
faraday (~> 1.3)
faraday (~> 2.8)
github-linguist (~> 7.13.0)
json-schema (~> 3.0)
nokogiri (~> 1.14.3)
Expand Down

0 comments on commit 2fc0eee

Please sign in to comment.