Skip to content

Commit

Permalink
bring trilogy gem version in line with what it actually supprots in AR
Browse files Browse the repository at this point in the history
  • Loading branch information
zmariscal committed Feb 4, 2024
1 parent 3a3a22f commit d0611bf
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 @@ -26,7 +26,7 @@ platforms :ruby do
gem "sqlite3", "~> #{sqlite3_version}"
# 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 "trilogy" if version >= 6.0
if version >= 6.0 && version <= 7.0
gem "activerecord-trilogy-adapter"
end
Expand Down

0 comments on commit d0611bf

Please sign in to comment.