diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2016-10-22 20:09:02 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2016-10-22 20:09:02 -0500 |
commit | 52852733d28c22199cafaf392a96745644967f9b (patch) | |
tree | b03e28673462e803f5779d106a5d611c196c76a6 | |
parent | f13ec72664fd13d33d617103ca964a7592295854 (diff) | |
download | rails-52852733d28c22199cafaf392a96745644967f9b.tar.gz rails-52852733d28c22199cafaf392a96745644967f9b.tar.bz2 rails-52852733d28c22199cafaf392a96745644967f9b.zip |
Update mysql2 version in Gemfile.lock
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index d4059c607d..1513bc2f0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,9 +235,9 @@ GEM multi_json (1.12.1) multipart-post (2.0.0) mustache (1.0.3) - mysql2 (0.4.4) - mysql2 (0.4.4-x64-mingw32) - mysql2 (0.4.4-x86-mingw32) + mysql2 (0.4.5) + mysql2 (0.4.5-x64-mingw32) + mysql2 (0.4.5-x86-mingw32) nio4r (1.2.1) nokogiri (1.6.8) mini_portile2 (~> 2.1.0) @@ -421,4 +421,4 @@ DEPENDENCIES websocket-client-simple! BUNDLED WITH - 1.13.2 + 1.13.6 |