aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-02-02 10:25:16 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-02-02 10:25:53 -0800
commit95b9d71023e40240ecbc6674c5bf1780eb32d6d7 (patch)
treee624b2cbca08b7466081ac236870c4b028cb9c5e /Gemfile
parent12b2f8b040aeb7a69150dff7534b82ef633be331 (diff)
downloadrails-95b9d71023e40240ecbc6674c5bf1780eb32d6d7.tar.gz
rails-95b9d71023e40240ecbc6674c5bf1780eb32d6d7.tar.bz2
rails-95b9d71023e40240ecbc6674c5bf1780eb32d6d7.zip
using mysql2 from git
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6808c604b9..4287d9647f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,7 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.9.0"
gem "mysql", ">= 2.8.1"
- gem "mysql2", ">= 0.2.6"
+ gem "mysql2", :git => "git://github.com/brianmario/mysql2.git"
end
end