Lock SQLite3 to < 1.4

This commit is contained in:
Martin Meyerhoff 2019-11-11 23:06:11 +01:00 committed by Patrick Gansterer
parent 9897c1056f
commit 5d82f16c70
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ gem 'foodsoft_discourse', path: 'plugins/discourse'
group :development do
gem 'sqlite3'
gem 'sqlite3', '~> 1.3.6'
gem 'mailcatcher'
gem 'web-console', '~> 2.0'

View File

@ -446,7 +446,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.4.1)
sqlite3 (1.3.13)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
term-ansicolor (1.2.2)
@ -574,7 +574,7 @@ DEPENDENCIES
simple_form
simplecov
spreadsheet
sqlite3
sqlite3 (~> 1.3.6)
therubyracer
thin
twitter-bootstrap-rails (~> 2.2.8)