Skip to content

Commit

Permalink
Merge pull request #2863 from newrelic/rails-edge-sqlite3-update
Browse files Browse the repository at this point in the history
Rails edge now requires sqlite3 2.1+
  • Loading branch information
kaylareopelle authored Sep 25, 2024
2 parents 44c89d9 + e8d4356 commit 4a4c3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/environments/railsedge/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'mocha', '~> 1.16', require: false

platforms :ruby, :rbx do
gem 'mysql2', '>= 0.5.4'
gem 'sqlite3', '~> 2.0.4'
gem 'sqlite3', '>= 2.1'
end

gem 'newrelic_rpm', path: '../../..'
Expand Down

0 comments on commit 4a4c3a6

Please sign in to comment.