Skip to content

Commit e687ab1

Browse files
Update faraday_middleware requirement from ~> 0.10 to >= 0.10, < 2.0
Updates the requirements on [faraday_middleware](https://github.com/lostisland/faraday_middleware) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday_middleware/releases) - [Commits](lostisland/faraday_middleware@v0.10.0...v0.14.0) --- updated-dependencies: - dependency-name: faraday_middleware dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0989f48 commit e687ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemstash.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ you push your own private gems as well."
3434
spec.add_runtime_dependency "activesupport", ">= 4.2", "< 8"
3535
spec.add_runtime_dependency "dalli", ">= 3.2.3", "< 4"
3636
spec.add_runtime_dependency "faraday", "~> 0.9"
37-
spec.add_runtime_dependency "faraday_middleware", "~> 0.10"
37+
spec.add_runtime_dependency "faraday_middleware", ">= 0.10", "< 2.0"
3838
spec.add_runtime_dependency "lru_redux", "~> 1.1"
3939
spec.add_runtime_dependency "psych", ">= 3.2.1"
4040
spec.add_runtime_dependency "puma", "~> 6.1"

0 commit comments

Comments
 (0)