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"
+2 -2
View File
@@ -296,7 +296,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sqlite3 (1.4.1)
test-unit (3.3.3)
power_assert
therubyracer (0.12.3)
@@ -362,7 +362,7 @@ DEPENDENCIES
ruby-prof
sass-rails
simplecov
sqlite3 (= 1.3.13)
sqlite3
test-unit
therubyracer
travis-lint