Lock SQLite3 to < 1.4
This commit is contained in:
parent
9897c1056f
commit
5d82f16c70
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue