requiring a newer version of the mysql2 gem

This commit is contained in:
Aaron Patterson 2011-04-27 14:44:28 -07:00
parent e190569cfb
commit bed6a775df
2 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.11.0"
gem "mysql", ">= 2.8.1"
gem "mysql2", :git => "git://github.com/brianmario/mysql2.git"
gem "mysql2", ">= 0.3.0"
end
end

View File

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