aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-02-15 19:12:58 +0100
committerutilum <oz@utilum.com>2018-02-15 19:12:58 +0100
commitea06d2d5b4326b7096631aa0bd90433f3aca2635 (patch)
tree9ad2adb33f116829ab82fed57766d6a1f7bf50af /Gemfile
parent4865f6b58965078e314a22fdcefdf57ee56675b1 (diff)
downloadrails-ea06d2d5b4326b7096631aa0bd90433f3aca2635.tar.gz
rails-ea06d2d5b4326b7096631aa0bd90433f3aca2635.tar.bz2
rails-ea06d2d5b4326b7096631aa0bd90433f3aca2635.zip
Bump mysql2 version
Skip 0.4.8 and 0.4.9, which had [Compilation failures against MariaDB Connector/C 3.0.2](https://github.com/brianmario/mysql2/releases/tag/0.4.10).
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4fc4ea1009..4ec537d1ae 100644
--- a/Gemfile
+++ b/Gemfile
@@ -131,7 +131,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
group :db do
gem "pg", ">= 0.18.0"
- gem "mysql2", ">= 0.4.4"
+ gem "mysql2", ">= 0.4.10"
end
end