Skip to content

Commit

Permalink
Merge pull request #3657 from arunagw/mysql2_bump_master
Browse files Browse the repository at this point in the history
Bump Mysql2!
  • Loading branch information
josevalim committed Nov 28, 2011
2 parents 9ca58ba + 13847cc commit 5f75a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5f75a92

Please sign in to comment.