Skip to content

Commit

Permalink
Bump pundit from 2.3.2 to 2.4.0 (#826)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent 41981f2 commit b713a1c
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 @@ -27,7 +27,7 @@ gem 'oj', '~> 3.16'
gem 'pagy', '~> 9.0'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.4'
gem 'pundit', '~> 2.3'
gem 'pundit', '~> 2.4'
gem 'rack-cors', '~> 2.0'
gem 'rswag-api', '~> 2.14.0'
gem 'rswag-ui', '~> 2.14.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -401,7 +401,7 @@ GEM
public_suffix (6.0.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 (3.1.7)
Expand Down Expand Up @@ -654,7 +654,7 @@ DEPENDENCIES
pry-byebug (~> 3.9)
pry-rails (~> 0.3.11)
puma (~> 6.4)
pundit (~> 2.3)
pundit (~> 2.4)
rack-cors (~> 2.0)
rails (~> 7.2.1)
rails_best_practices (~> 1.20)
Expand Down

0 comments on commit b713a1c

Please sign in to comment.