Skip to content

Commit

Permalink
Bump pundit from 2.3.2 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [pundit](https://github.com/varvet/pundit) from 2.3.2 to 2.4.0.
- [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md)
- [Commits](varvet/pundit@v2.3.2...v2.4.0)

---
updated-dependencies:
- dependency-name: pundit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent ca491b2 commit 63fddaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'good_job', '~> 4.2'
gem 'wahwah', '~> 1.6.6'

gem 'has_scope', '~> 0.8'
gem 'pundit', '~> 2.3'
gem 'pundit', '~> 2.4'
gem 'will_paginate', '~> 4.0'

# Use ActiveStorage variant
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ GEM
stringio
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.3.2)
pundit (2.4.0)
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.8.1)
Expand Down Expand Up @@ -309,7 +309,7 @@ DEPENDENCIES
mocha (~> 2.4.5)
pg (>= 1.2.3, < 2.0)
puma (~> 6.4)
pundit (~> 2.3)
pundit (~> 2.4)
rack-cors (~> 2.0)
rails (~> 7.2)
rubocop (~> 1.65)
Expand Down

0 comments on commit 63fddaa

Please sign in to comment.