diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-07-23 23:36:41 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-07-23 23:36:41 +0200 |
commit | 482a8db956ea2cbeb9e6f591fea938618dbc62cc (patch) | |
tree | 98a3ee52951a28ac7ca4f3047a591121931b5a64 | |
parent | Update rubocop configuration (diff) | |
download | glsamaker-482a8db956ea2cbeb9e6f591fea938618dbc62cc.tar.gz glsamaker-482a8db956ea2cbeb9e6f591fea938618dbc62cc.tar.bz2 glsamaker-482a8db956ea2cbeb9e6f591fea938618dbc62cc.zip |
Update mysql2 0.4.x
This is the latest series to be supported by Rails 4.2.
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-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) |