aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Lopez <seniorlopez@gmail.com>2010-08-23 11:42:09 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-23 15:50:26 -0300
commitbde3d7fbaf2d84b0021717077aac25eb90a6eecb (patch)
tree01d99e75520b018d8ddb19ceb584e0df6ee38cf3
parent2fc29524e1bb44b7e6c332f7e0d7db269a30ba49 (diff)
downloadrails-bde3d7fbaf2d84b0021717077aac25eb90a6eecb.tar.gz
rails-bde3d7fbaf2d84b0021717077aac25eb90a6eecb.tar.bz2
rails-bde3d7fbaf2d84b0021717077aac25eb90a6eecb.zip
no need to depend on mysql2 master anymore
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
-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