diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2016-11-04 11:25:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-04 11:25:18 -0500 |
commit | af34d2f2907d1b4a71b5f76714a5caabe9d53405 (patch) | |
tree | b9029eef6e92261732966b81fea8bc94cbececa1 /Gemfile.lock | |
parent | db8b40b7f5bf911fb95f072d54cb146fa349b6b6 (diff) | |
parent | 13441a77a6b576999bcce01e58109f663f401c68 (diff) | |
download | rails-af34d2f2907d1b4a71b5f76714a5caabe9d53405.tar.gz rails-af34d2f2907d1b4a71b5f76714a5caabe9d53405.tar.bz2 rails-af34d2f2907d1b4a71b5f76714a5caabe9d53405.zip |
Merge pull request #26965 from rothhound/update_sqlite3
Update sqlite3
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 4257685c46..1a39484c2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -322,9 +322,9 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.3.11) - sqlite3 (1.3.11-x64-mingw32) - sqlite3 (1.3.11-x86-mingw32) + sqlite3 (1.3.12) + sqlite3 (1.3.12-x64-mingw32) + sqlite3 (1.3.12-x86-mingw32) stackprof (0.2.10) sucker_punch (2.0.2) concurrent-ruby (~> 1.0.0) |