Skip to content

Commit 1157961

Browse files
Update faraday requirement from ~> 1.10 to >= 1.10, < 3.0 (#164)
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.0...v1.10.3) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 012dd8d commit 1157961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restful_resource.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.add_development_dependency 'rspec_junit_formatter'
2828

2929
spec.add_dependency 'activesupport', '>= 6', '< 8'
30-
spec.add_dependency 'faraday', '~> 1.10'
30+
spec.add_dependency 'faraday', '>= 1.10', '< 3.0'
3131
spec.add_dependency 'faraday-cdn-metrics', '~> 0.2'
3232
spec.add_dependency 'faraday-encoding'
3333
spec.add_dependency 'faraday-http-cache', '~> 2.2'

0 commit comments

Comments
 (0)