From 4506bc7ded0679a19d9a306604edcde9b4b8a57d Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 6 Mar 2018 22:04:01 +0100 Subject: [PATCH] Use Rails 5.2 compatible fork of cancancan for now We need to wait until this is officially released, but we are not having any test failures with that. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 53fe345672..e6b2b7316c 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,7 @@ source 'https://rubygems.org' gemspec gem 'rails', github: 'rails/rails', branch: '5-2-stable' +gem 'cancancan', github: 'lizzyaustad/cancancan', branch: 'rails_5_2_upgrade_fixes' # Profiling gem 'rack-mini-profiler', group: :development, require: false