Skip to content

Commit

Permalink
Merge pull request #11558 from kennyj/bump_mysql2_to_0_3_13
Browse files Browse the repository at this point in the history
Uses mysql2 0.3.13 or later.
  • Loading branch information
guilleiguaran committed Jul 22, 2013
2 parents 1c4eb13 + 71d2925 commit 1ccc132
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
require 'active_record/connection_adapters/abstract_mysql_adapter'

gem 'mysql2', '~> 0.3.10'
gem 'mysql2', '~> 0.3.13'
require 'mysql2'

module ActiveRecord
Expand Down

0 comments on commit 1ccc132

Please sign in to comment.