Upgrade gem mysql2 from 0.2.7 to 0.3.11 as the former doesn't work with Rails 3.2 anymore.

This commit is contained in:
Roland Jesse 2012-04-22 23:47:18 +02:00
parent 761c73a036
commit 3a0535a4c1
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ source 'http://rubygems.org'
gem 'rails', '3.2.3'
gem 'mysql2', '0.2.7'
gem 'mysql2', '0.3.11'
gem 'activeadmin', '0.4.0'
# https://github.com/plataformatec/devise