Skip to content

Commit

Permalink
feat(deps): Update faraday requirement from ~> 1.10.0 to >= 1.10, < 2.8
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.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and itsmechlark committed Sep 9, 2023
1 parent 17cd628 commit b3b9aae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
28 changes: 4 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ PATH
auth0 (~> 5.6)
devise (~> 4.8)
dry-configurable (>= 0.13, < 2.0)
faraday (~> 1.10.0)
faraday (>= 1.10, < 2.8)
faraday-http-cache
jwt (~> 2.3)
mail
Expand Down Expand Up @@ -147,31 +147,12 @@ GEM
erubi (1.12.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
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.10)
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-http-cache (2.5.0)
faraday (>= 0.8)
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-rack (1.0.0)
faraday-retry (1.0.3)
faraday-net_http (3.0.2)
globalid (1.2.1)
activesupport (>= 6.1)
hashdiff (1.0.1)
Expand Down Expand Up @@ -203,7 +184,6 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-parser (0.1.1)
multipart-post (2.3.0)
net-imap (0.3.7)
date
net-protocol
Expand Down
2 changes: 1 addition & 1 deletion devise_auth0.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("auth0", "~> 5.6")
s.add_runtime_dependency("devise", "~> 4.8")
s.add_runtime_dependency("dry-configurable", ">= 0.13", "< 2.0")
s.add_runtime_dependency("faraday", "~> 1.10.0")
s.add_runtime_dependency("faraday", ">= 1.10", "< 2.8")
s.add_runtime_dependency("faraday-http-cache")
s.add_runtime_dependency("jwt", "~> 2.3")
s.add_runtime_dependency("mail")
Expand Down

0 comments on commit b3b9aae

Please sign in to comment.