mysql2 again set to 0.2.7 as that's what works with rails 3.0.x

This commit is contained in:
Roland Jesse 2012-01-12 22:02:13 +01:00
parent 58b1849cd8
commit b50799e81d
2 changed files with 24 additions and 20 deletions

View file

@ -9,13 +9,13 @@ gem 'rake', '0.8.7'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
#gem 'mysql2', '0.3.7'
gem 'sqlite3'
gem 'mysql2', '0.2.7'
#gem 'sqlite3'
# https://github.com/plataformatec/devise
gem 'devise', '1.2.1'
# gem 'bcrypt-ruby', '2.1.4'
gem 'bcrypt-ruby'
gem 'bcrypt-ruby', '2.1.4'
#gem 'bcrypt-ruby'
# https://github.com/ryanb/cancan
gem 'cancan', '1.6.5'