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
1 changed files with 1 additions and 1 deletions

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