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

mysql does not build on Ruby 2.0.0 at the moment

This commit is contained in:
Aaron Patterson 2012-08-23 15:07:55 -07:00
parent e8afb84b13
commit 8d8fd13179

View file

@ -62,7 +62,7 @@ platforms :ruby do
group :db do
gem 'pg', '>= 0.11.0'
gem 'mysql', '>= 2.8.1'
gem 'mysql', '>= 2.8.1' if RUBY_VERSION < '2.0.0'
gem 'mysql2', '>= 0.3.10'
end
end