From b0547d6de5e26555cdd0769d91c6677d322f23e1 Mon Sep 17 00:00:00 2001 From: souravirus Date: Wed, 27 Jun 2018 21:40:03 +0530 Subject: [PATCH] Modified the mysql version in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 380a5ee3aa..9989154b02 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem 'reverse_markdown' # run with `bundle install --without production` or `bundle install --without mysql` to exclude this group :mysql, :production do - gem 'mysql2', '~> 0.3.20' + gem 'mysql2', '>= 0.4.4' # mysql 0.4.3+ causes a version mismatch, apparently, and demands 'activerecord-mysql2-adapter' end