diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ gem 'rake', '10.4.2' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' -gem 'mysql2', '~> 0.3.18' +gem 'mysql2', '~> 0.4.10' gem 'json', '~>1.8.2' gem 'jbuilder', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index ecdef7d..fc1ab6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM builder minitest (>= 5.0) ruby-progressbar - mysql2 (0.3.21) + mysql2 (0.4.10) net-http-digest_auth (1.4.1) net-http-persistent (3.0.1) connection_pool (~> 2.2) @@ -229,7 +229,7 @@ DEPENDENCIES kramdown mechanize minitest-reporters - mysql2 (~> 0.3.18) + mysql2 (~> 0.4.10) nokogiri prototype-rails! rails (~> 4.2) |