Skip to content

Commit

Permalink
Bump pundit from 2.2.0 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [pundit](https://github.com/varvet/pundit) from 2.2.0 to 2.4.0.
- [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md)
- [Commits](varvet/pundit@v2.2.0...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 Jan 13, 2025
1 parent ce63ab2 commit 01a74e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ gem "pg", "~> 1.3"
gem "pg_search", "~> 2.3.6"
gem "prawndown"
gem "puma", "~> 6.4"
gem "pundit", "~>2.1"
gem "pundit", "~>2.4"
gem "rails", "~> 7.0"
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.1.0", require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ GEM
config (5.5.2)
deep_merge (~> 1.2, >= 1.2.1)
ostruct
connection_pool (2.4.1)
connection_pool (2.5.0)
crass (1.0.6)
date (3.3.4)
debug (1.9.2)
Expand Down Expand Up @@ -376,7 +376,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.3)
nio4r (~> 2.0)
pundit (2.2.0)
pundit (2.4.0)
activesupport (>= 3.0.0)
racc (1.8.1)
rack (2.2.10)
Expand Down Expand Up @@ -674,7 +674,7 @@ DEPENDENCIES
phantomjs
prawndown
puma (~> 6.4)
pundit (~> 2.1)
pundit (~> 2.4)
rails (~> 7.0)
rails-controller-testing
rails-data-migrations
Expand Down

0 comments on commit 01a74e8

Please sign in to comment.