Skip to content

Commit

Permalink
Require rom-sql 3.6.4 or newer
Browse files Browse the repository at this point in the history
3.6.4 includes a fix for instrumentation, which we need.
  • Loading branch information
timriley committed Jul 2, 2024
1 parent 0117b68 commit 0c7325f
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 @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

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

spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
Expand Down

0 comments on commit 0c7325f

Please sign in to comment.