Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Lock Rails to v6 (#22)
Browse files Browse the repository at this point in the history
We haven't tested this with Rails 7 and Rails 7 has some auto reconnect
and retry features for read queries too, so part of the feature set is also covered
  • Loading branch information
shayonj authored Jul 3, 2023
1 parent dad7cf0 commit e20b054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails-pg-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ["lib"]

spec.add_dependency("rails", "~> 6")
spec.add_dependency("rails", "~> 6", "<7")

spec.metadata = { "rubygems_mfa_required" => "true" } if spec.respond_to?(:metadata=)
end

0 comments on commit e20b054

Please sign in to comment.