Locked down sqlite3 gem because 1.4 has regression
This commit is contained in:
@@ -23,7 +23,7 @@ gem "responders" #For Rails 4.2 # LOCKED DOWN
|
||||
gem "ruby-prof"
|
||||
gem "sass-rails"
|
||||
gem "simplecov", require: false, group: :test
|
||||
gem "sqlite3"
|
||||
gem "sqlite3", "1.3.13" # 2/7/2019: LOCKED DOWN
|
||||
gem "therubyracer"
|
||||
gem "turbolinks"
|
||||
gem "uglifier"
|
||||
|
||||
+1
-1
@@ -370,7 +370,7 @@ DEPENDENCIES
|
||||
ruby-prof
|
||||
sass-rails
|
||||
simplecov
|
||||
sqlite3
|
||||
sqlite3 (= 1.3.13)
|
||||
test-unit
|
||||
therubyracer
|
||||
travis-lint
|
||||
|
||||
Reference in New Issue
Block a user