Skip to content

Commit

Permalink
Adding GEM : Cancan
Browse files Browse the repository at this point in the history
  • Loading branch information
yannr77 committed Jan 30, 2012
1 parent c50ed47 commit 3dd055f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'rails', '3.1.3'

gem 'sqlite3'
gem 'devise'
gem "cancan"

# Gems used only for assets and not required
# in production environments by default.
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ GEM
arel (2.2.1)
bcrypt-ruby (3.0.1)
builder (3.0.0)
cancan (1.6.7)
coffee-rails (3.1.1)
coffee-script (>= 2.2.0)
railties (~> 3.1.0)
Expand Down Expand Up @@ -118,6 +119,7 @@ PLATFORMS
ruby

DEPENDENCIES
cancan
coffee-rails (~> 3.1.1)
devise
jquery-rails
Expand Down

0 comments on commit 3dd055f

Please sign in to comment.