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'