Skip to content

Commit

Permalink
🤖 Ensures cancancan is v3 or later
Browse files Browse the repository at this point in the history
The cancancan gem was bundling at v1.17.0 which was causing CI to fail.
This commit updates the gem to v3 or later.

Ref:
- #142
  • Loading branch information
sjproctor committed Feb 4, 2025
1 parent a4de3a7 commit 302a231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundler.d/example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
ensure_gem "sentry-ruby"
ensure_gem "sentry-rails"
ensure_gem "sentry-sidekiq"
ensure_gem "cancancan", "~> 3.0" # cancancan is bundling to v1.17.0 but we need at least 3.0

0 comments on commit 302a231

Please sign in to comment.