Removed sqlite3's gem number from Gemfile file

This commit is contained in:
Al Snow
2019-05-12 17:17:38 -04:00
parent 5c74e1a406
commit 9ea362b595
2 changed files with 3 additions and 3 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", "1.3.13" # 2/7/2019: LOCKED DOWN
gem "sqlite3"
gem "therubyracer"
gem "turbolinks"
gem "uglifier"