Removed sqlite3's gem number from Gemfile file
This commit is contained in:
@@ -23,7 +23,7 @@ gem "responders" #For Rails 4.2 # LOCKED DOWN
|
|||||||
gem "ruby-prof"
|
gem "ruby-prof"
|
||||||
gem "sass-rails"
|
gem "sass-rails"
|
||||||
gem "simplecov", require: false, group: :test
|
gem "simplecov", require: false, group: :test
|
||||||
gem "sqlite3", "1.3.13" # 2/7/2019: LOCKED DOWN
|
gem "sqlite3"
|
||||||
gem "therubyracer"
|
gem "therubyracer"
|
||||||
gem "turbolinks"
|
gem "turbolinks"
|
||||||
gem "uglifier"
|
gem "uglifier"
|
||||||
|
|||||||
+2
-2
@@ -296,7 +296,7 @@ GEM
|
|||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.3.13)
|
sqlite3 (1.4.1)
|
||||||
test-unit (3.3.3)
|
test-unit (3.3.3)
|
||||||
power_assert
|
power_assert
|
||||||
therubyracer (0.12.3)
|
therubyracer (0.12.3)
|
||||||
@@ -362,7 +362,7 @@ DEPENDENCIES
|
|||||||
ruby-prof
|
ruby-prof
|
||||||
sass-rails
|
sass-rails
|
||||||
simplecov
|
simplecov
|
||||||
sqlite3 (= 1.3.13)
|
sqlite3
|
||||||
test-unit
|
test-unit
|
||||||
therubyracer
|
therubyracer
|
||||||
travis-lint
|
travis-lint
|
||||||
|
|||||||
Reference in New Issue
Block a user