diff --git a/Gemfile b/Gemfile index fce4967..00511bf 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 06a5c1f..ed14331 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ DEPENDENCIES ruby-prof sass-rails simplecov - sqlite3 + sqlite3 (= 1.3.13) test-unit therubyracer travis-lint