Do not lock cancancan in Gemfile

There is not reason to not use new versions of cancancan.
This commit is contained in:
Ana María Martínez Gómez 2019-04-01 14:40:53 +02:00
parent 6c50723bf1
commit 7dd6afbb57
No known key found for this signature in database
GPG key ID: EACB9B4BC80C0347
2 changed files with 2 additions and 2 deletions

View file

@ -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'