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

no need to depend on mysql2 master anymore

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
Brian Lopez 2010-08-23 11:42:09 -07:00 committed by Santiago Pastorino
parent 2fc29524e1
commit bde3d7fbaf

View file

@ -35,7 +35,7 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.9.0"
gem "mysql", ">= 2.8.1"
gem "mysql2", :git => 'git://github.com/brianmario/mysql2.git'
gem "mysql2", ">= 0.2.3"
end
end