1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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 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

View file

@ -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