Bump mysql2 to 0.3.5

This commit is contained in:
Arun Agrawal 2011-06-16 10:45:58 +05:30
parent e445a79562
commit 536e1566b6
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.11.0"
gem "mysql", ">= 2.8.1"
gem "mysql2", ">= 0.3.4"
gem "mysql2", ">= 0.3.5"
end
end

View File

@ -1,6 +1,6 @@
# encoding: utf-8
gem 'mysql2', '~> 0.3.4'
gem 'mysql2', '~> 0.3.5'
require 'mysql2'
module ActiveRecord