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.
2 parents c56c6b4 + 9b3d7b3 commit a7fed7aCopy full SHA for a7fed7a
gemstash.gemspec
@@ -32,7 +32,7 @@ you push your own private gems as well."
32
spec.required_ruby_version = ">= 3.1"
33
34
spec.add_runtime_dependency "activesupport", ">= 4.2", "< 9"
35
- spec.add_runtime_dependency "dalli", ">= 3.2.3", "< 4"
+ spec.add_runtime_dependency "dalli", ">= 3.2.3", "< 5"
36
spec.add_runtime_dependency "faraday", ">= 1", "< 3"
37
spec.add_runtime_dependency "faraday_middleware", "~> 1.0"
38
spec.add_runtime_dependency "lru_redux", "~> 1.1"
0 commit comments