diff --git a/Gemfile b/Gemfile index 7b9d5a6961..1ef4f632aa 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index ce60a25129..7599a03196 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -617,7 +617,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)