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

Use mysql2 from git for a while

This commit is contained in:
Santiago Pastorino 2010-10-18 13:02:10 -02:00
parent 901973b4d7
commit 9d6917519c

View file

@ -46,7 +46,8 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.9.0"
gem "mysql", ">= 2.8.1"
gem "mysql2", ">= 0.2.4"
# gem "mysql2", ">= 0.2.4"
gem "mysql2", :git => "git://github.com/brianmario/mysql2.git"
end
end