Skip to content

Commit

Permalink
Merge pull request #5773 from dodona-edu/dependabot/bundler/pundit-2.4.0
Browse files Browse the repository at this point in the history
Bump pundit from 2.3.2 to 2.4.0
  • Loading branch information
bmesuere authored Sep 16, 2024
2 parents 36c31af + 3eea930 commit 44421ad
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 @@ -83,7 +83,7 @@ gem 'mail_form', '~> 1.10.1'
gem 'mail', '~> 2.8.1'

# authorization
gem 'pundit', '~> 2.3.2'
gem 'pundit', '~> 2.4.0'

# impersonate users
gem 'pretender', '~> 0.5.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ GEM
public_suffix (5.1.1)
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.3.2)
pundit (2.4.0)
activesupport (>= 3.0.0)
racc (1.8.1)
rack (2.2.9)
Expand Down Expand Up @@ -618,7 +618,7 @@ DEPENDENCIES
premailer-rails (~> 1.12.0)
pretender (~> 0.5.0)
puma (~> 6.4.2)
pundit (~> 2.3.2)
pundit (~> 2.4.0)
rack-mini-profiler (~> 3.3.1)
rails (~> 7.2.1)
rails-controller-testing (~> 1.0.5)
Expand Down

0 comments on commit 44421ad

Please sign in to comment.