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:
parent
761c73a036
commit
3a0535a4c1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue