Locked down sqlite3 gem because 1.4 has regression

This commit is contained in:
Al Snow
2019-02-07 08:56:52 -05:00
parent b21ec34bf1
commit 5c00cc4a9e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"