Skip to content

Commit c339bb9

Browse files
committed
Require the latest version of activerecord-jdbcsqlite3-adapter.
1 parent 7b598c7 commit c339bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'sqlite3', '~> 1.0', platforms: [:mri, :truffleruby]
88

99
platform :jruby do
1010
gem 'jruby-openssl', '~> 0.7'
11-
gem 'activerecord-jdbcsqlite3-adapter', '~> 70.0'
11+
gem 'activerecord-jdbcsqlite3-adapter', '~> 71.0'
1212
gem 'activerecord', '< 7.1.0'
1313
end
1414

0 commit comments

Comments
 (0)