Skip to content

Commit 1541c71

Browse files
authored
Bump to minimum Ruby 3.0.0; I've been using 3.0 syntax already and it's EOL'ed for almost a year now (#6)
1 parent 42573e8 commit 1541c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action_controller-stashed_redirects.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "Embed a controller flow within another by stashing the final redirect upfront and performing it after completing."
1212
spec.homepage = "https://github.com/kaspth/action_controller-stashed_redirects"
1313
spec.license = "MIT"
14-
spec.required_ruby_version = ">= 2.7.0"
14+
spec.required_ruby_version = ">= 3.0.0"
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
1717
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)