We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0989f48 commit e687ab1Copy full SHA for e687ab1
gemstash.gemspec
@@ -34,7 +34,7 @@ you push your own private gems as well."
34
spec.add_runtime_dependency "activesupport", ">= 4.2", "< 8"
35
spec.add_runtime_dependency "dalli", ">= 3.2.3", "< 4"
36
spec.add_runtime_dependency "faraday", "~> 0.9"
37
- spec.add_runtime_dependency "faraday_middleware", "~> 0.10"
+ spec.add_runtime_dependency "faraday_middleware", ">= 0.10", "< 2.0"
38
spec.add_runtime_dependency "lru_redux", "~> 1.1"
39
spec.add_runtime_dependency "psych", ">= 3.2.1"
40
spec.add_runtime_dependency "puma", "~> 6.1"
0 commit comments