aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e220b261c4..dce0c107f2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,7 +35,7 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.9.0"
gem "mysql", ">= 2.8.1"
- gem "mysql2", :git => 'git://github.com/brianmario/mysql2.git'
+ gem "mysql2", ">= 0.2.3"
end
end