Skip to content

Commit

Permalink
Switch to CanCanCan
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Dec 9, 2014
1 parent 5170749 commit 9894286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'pg'

# Auth gems
gem 'devise'
gem 'cancan'
gem 'cancancan', '~> 1.9'

# Server/transport gems
gem 'thin'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
byebug (3.2.0)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
cancan (1.6.10)
cancancan (1.9.2)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand Down Expand Up @@ -313,7 +313,7 @@ DEPENDENCIES
bootstrap-sass (= 3.1.1.0)
bourbon
byebug
cancan
cancancan (~> 1.9)
capybara
coffee-rails
coveralls
Expand Down

0 comments on commit 9894286

Please sign in to comment.