Skip to content

Commit d2faaf4

Browse files
committed
fix for sqlite3 jumping to v2
Ref: rails/rails#51592
1 parent e6e5a8e commit d2faaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platforms :jruby do
99
end
1010

1111
platforms :ruby do
12-
gem "sqlite3"
12+
gem "sqlite3", '~> 1.4'
1313
end
1414

1515
platform :mri do

0 commit comments

Comments
 (0)