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

Bump mysql2 up

This commit is contained in:
Santiago Pastorino and José Ignacio Costa 2011-06-16 01:05:45 -03:00
parent 36253916b0
commit e445a79562
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.0"
gem "mysql2", ">= 0.3.4"
end
end

View file

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