Skip to content

Commit

Permalink
gemspec: bump Active Support to include v6 and v7
Browse files Browse the repository at this point in the history
This allows for more well-supported versions of Active Support to be
used.

Fix #331

Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
  • Loading branch information
kyrofa authored and olleolleolle committed Feb 27, 2023
1 parent d27ee8d commit b15117b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemstash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ you push your own private gems as well."

spec.required_ruby_version = ">= 2.7"

spec.add_runtime_dependency "activesupport", ">= 4.2", "< 6"
spec.add_runtime_dependency "activesupport", ">= 4.2", "< 8"
spec.add_runtime_dependency "dalli", ">= 3.2.3", "< 4"
spec.add_runtime_dependency "faraday", "~> 0.9"
spec.add_runtime_dependency "faraday_middleware", "~> 0.10"
Expand Down

0 comments on commit b15117b

Please sign in to comment.