Skip to content

Commit 3c84af7

Browse files
committed
Require ruby 3.2+
1 parent a16ebd6 commit 3c84af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sluggi.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.files = Dir["lib/**/*.rb", "README.md", "LICENSE.txt"]
1717
spec.require_paths = ["lib"]
1818

19-
spec.required_ruby_version = ">= 3.0.0"
19+
spec.required_ruby_version = ">= 3.2.0"
2020

2121
spec.add_dependency "activerecord", "~> 7.0"
2222
spec.add_dependency "railties", "~> 7.0"

0 commit comments

Comments
 (0)