Skip to content

Commit

Permalink
Merge pull request #1725 from arunagw/mysql_bump
Browse files Browse the repository at this point in the history
Bump mysql2 to 0.3.5
  • Loading branch information
josevalim committed Jun 16, 2011
2 parents e445a79 + 536e156 commit 7de3b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -56,7 +56,7 @@ platforms :ruby do
group :db do group :db do
gem "pg", ">= 0.11.0" gem "pg", ">= 0.11.0"
gem "mysql", ">= 2.8.1" gem "mysql", ">= 2.8.1"
gem "mysql2", ">= 0.3.4" gem "mysql2", ">= 0.3.5"
end end
end end


Expand Down
@@ -1,6 +1,6 @@
# encoding: utf-8 # encoding: utf-8


gem 'mysql2', '~> 0.3.4' gem 'mysql2', '~> 0.3.5'
require 'mysql2' require 'mysql2'


module ActiveRecord module ActiveRecord
Expand Down

0 comments on commit 7de3b36

Please sign in to comment.