diff --git a/Gemfile b/Gemfile index a721602d..6f1b3091 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'good_job', '~> 4.2' gem 'wahwah', '~> 1.6.6' gem 'has_scope', '~> 0.8' -gem 'pundit', '~> 2.3' +gem 'pundit', '~> 2.4' gem 'will_paginate', '~> 4.0' # Use ActiveStorage variant diff --git a/Gemfile.lock b/Gemfile.lock index 313f985f..ee0fd2e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,7 @@ GEM stringio puma (6.4.2) nio4r (~> 2.0) - pundit (2.3.2) + pundit (2.4.0) activesupport (>= 3.0.0) raabro (1.4.0) racc (1.8.1) @@ -309,7 +309,7 @@ DEPENDENCIES mocha (~> 2.4.5) pg (>= 1.2.3, < 2.0) puma (~> 6.4) - pundit (~> 2.3) + pundit (~> 2.4) rack-cors (~> 2.0) rails (~> 7.2) rubocop (~> 1.65)