1
0
Fork 0

Add cancan gem

This commit is contained in:
Andrew Tomaka 2013-04-06 13:02:32 -04:00
parent f4c0c46680
commit 22c9a17236
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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