Skip to content

Commit

Permalink
[GEM] Tweak gem for jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
ssunday committed Jul 3, 2024
1 parent 96e0ab0 commit 3705d85
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 @@ group :test do
gem 'bcrypt'
gem 'rspec-rails'
if defined?(JRUBY_VERSION)
gem 'jdbc-sqlite3'
gem 'activerecord-jdbcsqlite3-adapter'
else
gem 'sqlite3', '~> 1.4'
end
Expand Down

0 comments on commit 3705d85

Please sign in to comment.