mysql2 again set to 0.2.7 as that's what works with rails 3.0.x
This commit is contained in:
parent
58b1849cd8
commit
b50799e81d
2 changed files with 24 additions and 20 deletions
8
Gemfile
8
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue