Skip to content

Commit 01cae4b

Browse files
Bump pundit from 2.4.0 to 2.5.0 (#1022)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5524ee0 commit 01cae4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gem 'newrelic_rpm', '~> 9.17'
2626
gem 'pagy', '~> 9.3'
2727
gem 'pg', '~> 1.5'
2828
gem 'puma', '~> 6.6'
29-
gem 'pundit', '~> 2.4'
29+
gem 'pundit', '~> 2.5'
3030
gem 'rack-cors', '~> 2.0'
3131
gem 'rswag-api', '~> 2.16.0'
3232
gem 'rswag-ui', '~> 2.16.0'

Gemfile.lock

+3-3
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.6)
331+
logger (1.7.0)
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.6.0)
403403
nio4r (~> 2.0)
404-
pundit (2.4.0)
404+
pundit (2.5.0)
405405
activesupport (>= 3.0.0)
406406
racc (1.8.1)
407407
rack (3.1.12)
@@ -662,7 +662,7 @@ DEPENDENCIES
662662
pry-byebug (~> 3.9)
663663
pry-rails (~> 0.3.11)
664664
puma (~> 6.6)
665-
pundit (~> 2.4)
665+
pundit (~> 2.5)
666666
rack-cors (~> 2.0)
667667
rails (~> 8.0.2)
668668
rails_best_practices (~> 1.20)

0 commit comments

Comments
 (0)