1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Brian Lopez 2010-08-02 01:58:23 -07:00
parent 21e81da335
commit 2353e826b0

View file

@ -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