aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2cfbee8020..47a966ef52 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,7 @@ platforms :ruby do
group :db do
gem 'pg', '>= 0.11.0'
- gem 'mysql', '>= 2.8.1' if RUBY_VERSION < '2.0.0'
+ gem 'mysql', '>= 2.8.1'
gem 'mysql2', '>= 0.3.10'
end
end