Skip to content

Commit

Permalink
address Gemfile to match how the other gems are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
zmariscal committed Sep 1, 2023
1 parent b0dbae5 commit 93982ea
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 @@ -13,6 +13,7 @@ sqlite3_version = '1.3.0'
sqlite3_version = '1.4.0' if version >= 6.0
pg_version = '0.9'
pg_version = '1.1' if version >= 6.1
trilogy_version = '2.5.0' if version >= 6.1

group :development, :test do
gem 'rubocop'
Expand All @@ -26,8 +27,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 "activerecord-trilogy-adapter" if version >= 6.1
gem "trilogy", "~> #{trilogy_version}"
end

platforms :jruby do
Expand Down

0 comments on commit 93982ea

Please sign in to comment.