Skip to content

Commit

Permalink
revert Gemfile back to original configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zmariscal committed Feb 4, 2024
1 parent 4fb4c4f commit 5ecf990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ 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 >= 7.0
if version <= 7.0
gem "trilogy" if version >= 6.0
if version >= 6.0 && version <= 7.0
gem "activerecord-trilogy-adapter"
end
end
Expand Down

0 comments on commit 5ecf990

Please sign in to comment.