Skip to content

Commit

Permalink
truffleruby use sqlite3 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Nov 7, 2023
1 parent c7571db commit 39808df
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 @@ -16,7 +16,7 @@ gem 'rack-test'
gem 'webrick'
gem 'api_hammer'
gem 'activerecord'
platform(:mri) do
platform(:mri, :truffleruby) do
gem 'sqlite3', '~> 1.4' # loosen this in accordance with active_record/connection_adapters/sqlite3_adapter.rb
end
platform(:jruby) do
Expand Down

0 comments on commit 39808df

Please sign in to comment.