Add CanCan gem at version 1.6.5.
This commit is contained in:
parent
99d05dd9ce
commit
673ade667a
2 changed files with 5 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -15,6 +15,9 @@ gem 'mysql2', '0.2.7'
|
|||
gem 'devise', '1.2.1'
|
||||
gem 'bcrypt-ruby', '2.1.4'
|
||||
|
||||
# https://github.com/ryanb/cancan
|
||||
gem 'cancan', '1.6.5'
|
||||
|
||||
# Use unicorn as the web server
|
||||
# gem 'unicorn'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue