Skip to content

Commit 5fe473f

Browse files
committed
JRuby AR adapter are now 5x.0 for Rails 5.x+
1 parent d274295 commit 5fe473f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ group :test do
5454
gem 'sqlite3', platform: (@windows_platforms + [:ruby])
5555
platforms :jruby do
5656
if version == 'master' || version >= '5'
57-
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.3.0' # github: 'jruby/activerecord-jdbc-adapter', branch: 'master'
57+
gem 'activerecord-jdbcsqlite3-adapter', '~> 50'
5858
else
59-
gem 'activerecord-jdbcsqlite3-adapter'
59+
gem 'activerecord-jdbcsqlite3-adapter', '~> 1.3.0'
6060
end
6161
end
6262
gem 'codeclimate-test-reporter', require: false

0 commit comments

Comments
 (0)