1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

using mysql2 from git

This commit is contained in:
Aaron Patterson 2011-02-02 10:25:16 -08:00
parent 12b2f8b040
commit 95b9d71023

View file

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