Skip to content

Commit

Permalink
Gemfile sqlite3 for activerecord 8
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Nov 24, 2024
1 parent 5297de5 commit 140f16f
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 @@ -17,7 +17,7 @@ gem 'webrick'
gem 'api_hammer'
gem('activerecord')
platform(:mri, :truffleruby) do
gem 'sqlite3', '~> 1.4' # loosen this in accordance with active_record/connection_adapters/sqlite3_adapter.rb
gem 'sqlite3', '>= 2.1' # loosen this in accordance with active_record/connection_adapters/sqlite3_adapter.rb
end
platform(:jruby) do
gem 'activerecord-jdbcsqlite3-adapter'
Expand Down

0 comments on commit 140f16f

Please sign in to comment.