Fix mysql issue on Rails 3.0

This commit is contained in:
Alejandro Babio 2013-12-04 12:09:33 -03:00
parent ec3e952165
commit 86edf0b068
1 changed files with 3 additions and 0 deletions

View File

@ -27,4 +27,7 @@ else
gem 'activerecord'
gem 'actionpack'
end
if rails == '3-0-stable'
gem 'mysql2', '< 0.3'
end
end