Skip to content

Commit

Permalink
Use Rails 5.2 compatible fork of cancancan for now
Browse files Browse the repository at this point in the history
We need to wait until this is officially released, but we are not having
any test failures with that.
  • Loading branch information
tvdeyen committed Apr 10, 2018
1 parent d05358c commit 77fb248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77fb248

Please sign in to comment.