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'
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ GEM
|
|||
arel (2.0.9)
|
||||
bcrypt-ruby (2.1.4)
|
||||
builder (2.1.2)
|
||||
cancan (1.6.5)
|
||||
capistrano (2.5.21)
|
||||
highline
|
||||
net-scp (>= 1.0.0)
|
||||
|
|
@ -93,6 +94,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
bcrypt-ruby (= 2.1.4)
|
||||
cancan (= 1.6.5)
|
||||
capistrano (= 2.5.21)
|
||||
devise (= 1.2.1)
|
||||
mysql2 (= 0.2.7)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue