Skip to content

Commit ce4a0f5

Browse files
committed
Update sqlite3 gem version to 1.4 in Gemfile
1 parent 2078657 commit ce4a0f5

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
@@ -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)