From 6a7af342b6193212cc791b0df1605634b32330b3 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Wed, 18 Nov 2015 08:19:54 -0600 Subject: [PATCH] Bump mysql2 to 0.3.20 Keep it locked at the 0.3.x version due to problems with other apps and the 0.4.x versions. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 92ccf11a..5a2d82ad 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'jquery-rails' # always possible on all platforms # Alternatively use --without arguments to bundler to not install that group gem "sqlite3", group: :sqlite -gem "mysql2", group: :mysql +gem "mysql2", "~> 0.3.17", group: :mysql gem "RedCloth" gem "sanitize", ">=3.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index ce54130b..bb0856a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM metaclass (~> 0.0.1) multi_json (1.11.1) multi_test (0.1.1) - mysql2 (0.3.16) + mysql2 (0.3.20) nokogiri (1.6.4) mini_portile (~> 0.6.0) nokogumbo (1.1.12) @@ -245,7 +245,7 @@ DEPENDENCIES htmlentities jquery-rails mocha - mysql2 + mysql2 (~> 0.3.17) paperclip rack-dev-mark rack-mini-profiler