Skip to content

Commit b713a1c

Browse files
Bump pundit from 2.3.2 to 2.4.0 (#826)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41981f2 commit b713a1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem 'oj', '~> 3.16'
2727
gem 'pagy', '~> 9.0'
2828
gem 'pg', '~> 1.5'
2929
gem 'puma', '~> 6.4'
30-
gem 'pundit', '~> 2.3'
30+
gem 'pundit', '~> 2.4'
3131
gem 'rack-cors', '~> 2.0'
3232
gem 'rswag-api', '~> 2.14.0'
3333
gem 'rswag-ui', '~> 2.14.0'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ GEM
328328
listen (3.9.0)
329329
rb-fsevent (~> 0.10, >= 0.10.3)
330330
rb-inotify (~> 0.9, >= 0.9.10)
331-
logger (1.6.0)
331+
logger (1.6.1)
332332
lograge (0.14.0)
333333
actionpack (>= 4)
334334
activesupport (>= 4)
@@ -401,7 +401,7 @@ GEM
401401
public_suffix (6.0.1)
402402
puma (6.4.2)
403403
nio4r (~> 2.0)
404-
pundit (2.3.2)
404+
pundit (2.4.0)
405405
activesupport (>= 3.0.0)
406406
racc (1.8.1)
407407
rack (3.1.7)
@@ -654,7 +654,7 @@ DEPENDENCIES
654654
pry-byebug (~> 3.9)
655655
pry-rails (~> 0.3.11)
656656
puma (~> 6.4)
657-
pundit (~> 2.3)
657+
pundit (~> 2.4)
658658
rack-cors (~> 2.0)
659659
rails (~> 7.2.1)
660660
rails_best_practices (~> 1.20)

0 commit comments

Comments
 (0)