From 7dd6afbb579a2462bdf03f81e5723a8027660165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Mon, 1 Apr 2019 14:40:53 +0200 Subject: [PATCH] Do not lock cancancan in Gemfile There is not reason to not use new versions of cancancan. --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 6deb806b..6a48d245 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 350486b9..07cdc887 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -617,7 +617,7 @@ DEPENDENCIES bootstrap-switch-rails (~> 3.0.0) bootstrap3-datetimepicker-rails (~> 4.17.47) byebug - cancancan (~> 2.0) + cancancan capybara carrierwave carrierwave-bombshelter