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:
parent
e8afb84b13
commit
8d8fd13179
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue