We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21ec34 commit 5c00cc4Copy full SHA for 5c00cc4
Gemfile
@@ -23,7 +23,7 @@ gem "responders" #For Rails 4.2 # LOCKED DOWN
23
gem "ruby-prof"
24
gem "sass-rails"
25
gem "simplecov", require: false, group: :test
26
-gem "sqlite3"
+gem "sqlite3", "1.3.13" # 2/7/2019: LOCKED DOWN
27
gem "therubyracer"
28
gem "turbolinks"
29
gem "uglifier"
Gemfile.lock
@@ -370,7 +370,7 @@ DEPENDENCIES
370
ruby-prof
371
sass-rails
372
simplecov
373
- sqlite3
+ sqlite3 (= 1.3.13)
374
test-unit
375
therubyracer
376
travis-lint
0 commit comments