提交 af43e719 编写于 作者: C Carlos Antonio da Silva

Bump mysql gem version to the newly 2.9.0, fix build.

上级 89a00f37
......@@ -51,7 +51,7 @@ platforms :ruby do
group :db do
gem 'pg', '>= 0.11.0'
gem 'mysql', '>= 2.8.1'
gem 'mysql', '>= 2.9.0'
gem 'mysql2', '>= 0.3.10'
end
end
......
......@@ -2,7 +2,7 @@
require 'active_record/connection_adapters/statement_pool'
require 'active_support/core_ext/hash/keys'
gem 'mysql', '~> 2.8.1'
gem 'mysql', '~> 2.9.0'
require 'mysql'
class Mysql
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册