Skip to content

Commit

Permalink
Revert "Ensure we're using compatible sqlite3 version for Ruby < 3.0"
Browse files Browse the repository at this point in the history
This reverts commit 68e031b.
  • Loading branch information
JonathanTron committed Nov 8, 2024
1 parent 68e031b commit b9bdd88
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ci/rails-7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ gem 'rspec-rails', '~> 5.0'
platform :ruby do
gem 'pg'
gem 'mysql2'
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.0")
gem 'sqlite3', '~> 1.6.9'
else
gem 'sqlite3'
end
gem 'sqlite3'
end

# JRuby Adapter Dependencies
Expand Down

0 comments on commit b9bdd88

Please sign in to comment.