mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump Mysql2!
This commit is contained in:
parent
8cae31c800
commit
13847ccb43
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'active_record/connection_adapters/abstract_mysql_adapter'
|
||||
|
||||
gem 'mysql2', '~> 0.3.6'
|
||||
gem 'mysql2', '~> 0.3.10'
|
||||
require 'mysql2'
|
||||
|
||||
module ActiveRecord
|
||||
|
|
Loading…
Reference in a new issue