From 94343ebba2c4bc8554e9bc2b63a77a607a2b7d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 10:43:25 +0000 Subject: [PATCH] Bump pundit from 2.2.0 to 2.3.0 Bumps [pundit](https://github.com/varvet/pundit) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/varvet/pundit/releases) - [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md) - [Commits](https://github.com/varvet/pundit/commits) --- updated-dependencies: - dependency-name: pundit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d15c4e54..4529291f 100644 --- a/Gemfile +++ b/Gemfile @@ -110,7 +110,7 @@ gem "net-smtp" gem "net-imap" gem "net-pop" -gem "pundit", "~> 2.2" +gem "pundit", "~> 2.3" gem "rubyzip", "~> 2.3" diff --git a/Gemfile.lock b/Gemfile.lock index c64fc0be..007fb5e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,7 +307,7 @@ GEM public_suffix (4.0.7) puma (6.0.1) nio4r (~> 2.0) - pundit (2.2.0) + pundit (2.3.0) activesupport (>= 3.0.0) questiongenerator (1.0.0) racc (1.6.1) @@ -557,7 +557,7 @@ DEPENDENCIES pg pghero puma - pundit (~> 2.2) + pundit (~> 2.3) questiongenerator (~> 1.0) rails (~> 6.1) rails-controller-testing