From 77fb248c7fb047615c3583d0c22cf8bb1e298ecc 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 cd38566403..111a85c759 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,7 @@ source 'https://rubygems.org' gemspec gem 'rails', '~> 5.2.0' +gem 'cancancan', github: 'lizzyaustad/cancancan', branch: 'rails_5_2_upgrade_fixes' # Profiling gem 'rack-mini-profiler', group: :development, require: false