Skip to content

Commit

Permalink
Fix sqlite3 version to 1.3.13 as the new 1.4 version released last we…
Browse files Browse the repository at this point in the history
…ek is not compatible with the adapters currently in use
  • Loading branch information
cintamani committed Feb 8, 2019
1 parent 2cc2a04 commit be7f083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ group :bench do
end

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

0 comments on commit be7f083

Please sign in to comment.