From c25705a7e3c4dcc1d4d204f95702a5d5ef849fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 1 Jun 2014 13:29:53 +0200 Subject: [PATCH] bump mysql2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f6bc9f81c..299122d6a 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'rack-cors', '0.2.8', :require => 'rack/cors' ENV['DB'] ||= 'mysql' -gem 'mysql2', '0.3.14' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' +gem 'mysql2', '0.3.16' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' gem 'pg', '0.17.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' gem 'activerecord-import', '0.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index aed45e640..5d81ea40e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,7 +256,7 @@ GEM multi_json (1.10.1) multi_test (0.1.1) multipart-post (1.2.0) - mysql2 (0.3.14) + mysql2 (0.3.16) nested_form (0.3.2) net-scp (1.2.1) net-ssh (>= 2.6.5) @@ -509,7 +509,7 @@ DEPENDENCIES messagebus_ruby_api (= 1.0.3) mini_magick (= 3.7.0) mobile-fu (= 1.2.2) - mysql2 (= 0.3.14) + mysql2 (= 0.3.16) nokogiri (= 1.6.1) omniauth (= 1.1.4) omniauth-facebook (= 1.6.0)