From bde3d7fbaf2d84b0021717077aac25eb90a6eecb Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Mon, 23 Aug 2010 11:42:09 -0700 Subject: no need to depend on mysql2 master anymore Signed-off-by: Santiago Pastorino --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3