Bump Mysql2!

This commit is contained in:
Arun Agrawal
2011-11-17 12:44:06 +05:30
parent 8cae31c800
commit 13847ccb43
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.11.0" unless ENV['TRAVIS'] # once pg is on travis this can be removed
gem "mysql", ">= 2.8.1"
gem "mysql2", ">= 0.3.6"
gem "mysql2", ">= 0.3.10"
end
end