Add cancan gem
This commit is contained in:
parent
f4c0c46680
commit
22c9a17236
2 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -13,6 +13,8 @@ gem 'devise'
|
|||
gem 'omniauth'
|
||||
gem 'omniauth-kerberos'
|
||||
|
||||
gem 'cancan'
|
||||
|
||||
|
||||
# Gems used only for assets and not required
|
||||
# in production environments by default.
|
||||
|
|
|
@ -47,6 +47,7 @@ GEM
|
|||
slim (~> 1.3.6)
|
||||
terminal-table (~> 1.4)
|
||||
builder (3.0.4)
|
||||
cancan (1.6.9)
|
||||
coderay (1.0.9)
|
||||
coffee-rails (3.2.2)
|
||||
coffee-script (>= 2.2.0)
|
||||
|
@ -187,6 +188,7 @@ DEPENDENCIES
|
|||
better_errors
|
||||
binding_of_caller
|
||||
brakeman
|
||||
cancan
|
||||
coffee-rails (~> 3.2.1)
|
||||
devise
|
||||
jquery-rails
|
||||
|
|
Loading…
Reference in a new issue