Skip to content

Commit

Permalink
Require ruby 3.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Jan 1, 2025
1 parent a16ebd6 commit 3c84af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sluggi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["lib/**/*.rb", "README.md", "LICENSE.txt"]
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 3.0.0"
spec.required_ruby_version = ">= 3.2.0"

spec.add_dependency "activerecord", "~> 7.0"
spec.add_dependency "railties", "~> 7.0"
Expand Down

0 comments on commit 3c84af7

Please sign in to comment.