Bump to mysql2 0.3.6

This commit is contained in:
Guillermo Iguaran 2011-06-17 11:27:37 -05:00
parent 0dd32e8edb
commit 301cad4476
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.5"
gem "mysql2", ">= 0.3.6"
end
end

View File

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