aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-02-05 08:44:53 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-02-05 08:44:57 +0900
commit116a519d3065e0ef315cf31381ce3e74c36cc08e (patch)
tree94d8df0790dde936fad688bc61984ec4a38df3b5 /Gemfile.lock
parent264a5417b38c16eeee786d87bcc668fc5d966037 (diff)
downloadrails-116a519d3065e0ef315cf31381ce3e74c36cc08e.tar.gz
rails-116a519d3065e0ef315cf31381ce3e74c36cc08e.tar.bz2
rails-116a519d3065e0ef315cf31381ce3e74c36cc08e.zip
Update Gemfile.lock to reflect `sqlite3` update
Follow up to #35154.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 996e9d5942..b05ae7915e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -577,7 +577,7 @@ DEPENDENCIES
sidekiq
sneakers
sprockets-export
- sqlite3 (~> 1.3.6)
+ sqlite3 (~> 1.3, >= 1.3.6)
stackprof
sucker_punch
turbolinks (~> 5)