aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 13bee8ee5e..748d287b20 100644
--- a/Gemfile
+++ b/Gemfile
@@ -56,7 +56,9 @@ platforms :ruby do
group :db do
gem 'pg', '>= 0.11.0'
gem 'mysql', '>= 2.9.0'
- gem 'mysql2', '>= 0.3.10'
+
+ # TODO: Relax dependency version after of fix #11457
+ gem 'mysql2', '0.3.11'
end
end