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 62d4100 commit bd7b4d7Copy full SHA for bd7b4d7
gemstash.gemspec
@@ -31,7 +31,7 @@ you push your own private gems as well."
31
32
spec.required_ruby_version = ">= 3.1"
33
34
- spec.add_runtime_dependency "activesupport", ">= 4.2", "< 8"
+ spec.add_runtime_dependency "activesupport", ">= 4.2", "< 9"
35
spec.add_runtime_dependency "dalli", ">= 3.2.3", "< 4"
36
spec.add_runtime_dependency "faraday", ">= 1", "< 3"
37
spec.add_runtime_dependency "faraday_middleware", "~> 1.0"
0 commit comments