Skip to content

Commit

Permalink
restrict activerecord-trilogy-adapter to AR_VERSIONS < 7.1 as it's no…
Browse files Browse the repository at this point in the history
…t needed
  • Loading branch information
zmariscal committed Feb 3, 2024
1 parent 35e6ab5 commit 7a27831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ platforms :ruby do
# seamless_database_pool requires Ruby ~> 2.0
gem "seamless_database_pool", "~> 1.0.20" if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3.0.0')
gem "trilogy" if version >= 6.1
gem "activerecord-trilogy-adapter" if version >= 6.1
gem "activerecord-trilogy-adapter" if version <= 7.0
end

platforms :jruby do
Expand Down

0 comments on commit 7a27831

Please sign in to comment.