summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 80ba78a8e..b44ba5720 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,7 +41,7 @@ end
platforms :mri_18, :mingw_18 do
group :mysql do
- gem "mysql"
+ gem "mysql", "~> 2.8.1"
end
end