From 3eea9309f6cf25386ee27f43538fdb9f8b66a606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:31:40 +0000 Subject: [PATCH] Bump pundit from 2.3.2 to 2.4.0 Bumps [pundit](https://github.com/varvet/pundit) from 2.3.2 to 2.4.0. - [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md) - [Commits](https://github.com/varvet/pundit/compare/v2.3.2...v2.4.0) --- updated-dependencies: - dependency-name: pundit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8b4199364c..eabd671e14 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 b2dffa584e..e3012a6a9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -263,7 +263,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) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -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) @@ -620,7 +620,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)