mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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'
|
||||
|
||||
# as authorization framework
|
||||
gem 'cancancan', '~> 2.0'
|
||||
gem 'cancancan'
|
||||
|
||||
# for roles
|
||||
gem 'rolify'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue