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'
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue