We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42573e8 commit 1541c71Copy full SHA for 1541c71
action_controller-stashed_redirects.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
spec.summary = "Embed a controller flow within another by stashing the final redirect upfront and performing it after completing."
12
spec.homepage = "https://github.com/kaspth/action_controller-stashed_redirects"
13
spec.license = "MIT"
14
- spec.required_ruby_version = ">= 2.7.0"
+ spec.required_ruby_version = ">= 3.0.0"
15
16
spec.metadata["homepage_uri"] = spec.homepage
17
spec.metadata["source_code_uri"] = spec.homepage
0 commit comments