Skip to content

Commit be7f083

Browse files
committed
Fix sqlite3 version to 1.3.13 as the new 1.4 version released last week is not compatible with the adapters currently in use
1 parent 2cc2a04 commit be7f083

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
@@ -53,7 +53,7 @@ group :bench do
5353
end
5454

5555
group :test do
56-
gem 'sqlite3', platform: (@windows_platforms + [:ruby])
56+
gem 'sqlite3', '~> 1.3.13', platform: (@windows_platforms + [:ruby])
5757
platforms :jruby do
5858
if version == 'master' || version >= '5'
5959
gem 'activerecord-jdbcsqlite3-adapter', '~> 50'

0 commit comments

Comments
 (0)