Do not lock cancancan in Gemfile
There is not reason to not use new versions of cancancan.
This commit is contained in:
parent
6c50723bf1
commit
7dd6afbb57
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -49,7 +49,7 @@ gem 'omniauth-openid'
|
||||||
gem 'recaptcha', require: 'recaptcha/rails'
|
gem 'recaptcha', require: 'recaptcha/rails'
|
||||||
|
|
||||||
# as authorization framework
|
# as authorization framework
|
||||||
gem 'cancancan', '~> 2.0'
|
gem 'cancancan'
|
||||||
|
|
||||||
# for roles
|
# for roles
|
||||||
gem 'rolify'
|
gem 'rolify'
|
||||||
|
|
|
||||||
|
|
@ -617,7 +617,7 @@ DEPENDENCIES
|
||||||
bootstrap-switch-rails (~> 3.0.0)
|
bootstrap-switch-rails (~> 3.0.0)
|
||||||
bootstrap3-datetimepicker-rails (~> 4.17.47)
|
bootstrap3-datetimepicker-rails (~> 4.17.47)
|
||||||
byebug
|
byebug
|
||||||
cancancan (~> 2.0)
|
cancancan
|
||||||
capybara
|
capybara
|
||||||
carrierwave
|
carrierwave
|
||||||
carrierwave-bombshelter
|
carrierwave-bombshelter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue