aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorBrian Lopez <seniorlopez@gmail.com>2010-08-02 01:58:23 -0700
committerBrian Lopez <seniorlopez@gmail.com>2010-08-02 01:58:29 -0700
commit2353e826b0446917eb655b60c47533f5a9c2a07f (patch)
treed61e9575da5bc9b6ccb1d25ccc9c0bcdcbfe5507 /Gemfile
parent21e81da33570ba9453831cfc59c4f42ff9cdc1b2 (diff)
downloadrails-2353e826b0446917eb655b60c47533f5a9c2a07f.tar.gz
rails-2353e826b0446917eb655b60c47533f5a9c2a07f.tar.bz2
rails-2353e826b0446917eb655b60c47533f5a9c2a07f.zip
typo
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index eb6d377af8..b42723aaae 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", :path => 'git://github.com/brianmario/mysql2.git'
+ gem "mysql2", :git => 'git://github.com/brianmario/mysql2.git'
end
end