summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-07-23 23:36:41 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-23 23:36:41 +0200
commit482a8db956ea2cbeb9e6f591fea938618dbc62cc (patch)
tree98a3ee52951a28ac7ca4f3047a591121931b5a64
parentUpdate rubocop configuration (diff)
downloadglsamaker-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--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 4ce9184..ceab90e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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)