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 3, 2018
1 parent bd2f026 commit 4506bc7
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', 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
Expand Down

0 comments on commit 4506bc7

Please sign in to comment.