Skip to content

Commit

Permalink
Fix ruby version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cllns committed Jul 3, 2024
1 parent 310900a commit 6b0ee72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hanami-db.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
"rubygems_mfa_required" => "true"
}

spec.required_ruby_version = ">= 3.0.0"
spec.required_ruby_version = ">= 3.1"
spec.add_dependency "rom", "~> 5.3"
spec.add_dependency "rom-sql", "~> 3.6", ">= 3.6.4"
spec.add_dependency "zeitwerk", "~> 2.6"
Expand Down

0 comments on commit 6b0ee72

Please sign in to comment.