aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2017-01-05 17:38:19 +0900
committerAkira Matsuda <ronnie@dio.jp>2017-01-05 17:39:45 +0900
commit1db9e9e8f182e793a0862223ed670c07e34d7d14 (patch)
tree2f558917e2a64e05e8e765822f1747856b9aa531 /Gemfile.lock
parentfdef4b7baa7a5374058e3b97697d9531b57265c1 (diff)
downloadrails-1db9e9e8f182e793a0862223ed670c07e34d7d14.tar.gz
rails-1db9e9e8f182e793a0862223ed670c07e34d7d14.tar.bz2
rails-1db9e9e8f182e793a0862223ed670c07e34d7d14.zip
bundle u sqlite3
this fixes sqlite3-1.3.12/lib/sqlite3/pragmas.rb:301: warning: method redefined; discarding old integrity_check
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index f256186e29..2c48518802 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -335,9 +335,9 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
- sqlite3 (1.3.12)
- sqlite3 (1.3.12-x64-mingw32)
- sqlite3 (1.3.12-x86-mingw32)
+ sqlite3 (1.3.13)
+ sqlite3 (1.3.13-x64-mingw32)
+ sqlite3 (1.3.13-x86-mingw32)
stackprof (0.2.10)
sucker_punch (2.0.2)
concurrent-ruby (~> 1.0.0)