1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

bundle u sqlite3

this fixes sqlite3-1.3.12/lib/sqlite3/pragmas.rb:301: warning: method redefined; discarding old integrity_check

(cherry picked from commit 1db9e9e8f1)
This commit is contained in:
Akira Matsuda 2017-01-05 17:38:19 +09:00 committed by Andrew White
parent 7138b467fe
commit 9c9b41f623

View file

@ -278,9 +278,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)