Skip to content

Commit 193dc0d

Browse files
committed
Use correct Rails version switch for jdbcsqlite3-adapter
1 parent 0746fae commit 193dc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile-rails-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ else
3434
gem "puma"
3535
end
3636

37-
if version >= '6'
37+
if MAJOR >= 6
3838
gem "activerecord-jdbcsqlite3-adapter", "~> 60.0.rc1", platforms: [:jruby]
3939
else
4040
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]

0 commit comments

Comments
 (0)