From 0b19aa1af7cdc0582f4775474c0e4acb808cc9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:04:46 +0000 Subject: [PATCH] Bump pundit from 2.3.0 to 2.3.1 Bumps [pundit](https://github.com/varvet/pundit) from 2.3.0 to 2.3.1. - [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md) - [Commits](https://github.com/varvet/pundit/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: pundit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a24fd281c..0fe5ab468 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'panoptes-client' gem 'pg', '~> 1.4' gem 'pg_search' gem 'puma', '~> 6.3.1' -gem 'pundit', '~> 2.3.0' +gem 'pundit', '~> 2.3.1' gem 'rack-cors', '~> 1.0', require: 'rack/cors' if next? gem 'rails', '~> 6.1' diff --git a/Gemfile.lock b/Gemfile.lock index a8d7285a0..e02436c0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -344,7 +344,7 @@ GEM public_suffix (4.0.7) puma (6.3.1) nio4r (~> 2.0) - pundit (2.3.0) + pundit (2.3.1) activesupport (>= 3.0.0) raabro (1.4.0) racc (1.7.1) @@ -516,7 +516,7 @@ GEM websocket-extensions (0.1.5) yard (0.9.27) webrick (~> 1.7.0) - zeitwerk (2.6.10) + zeitwerk (2.6.11) zoo_stream (1.0.1) aws-sdk @@ -566,7 +566,7 @@ DEPENDENCIES pg_search pry puma (~> 6.3.1) - pundit (~> 2.3.0) + pundit (~> 2.3.1) rack-cors (~> 1.0) rails (~> 6.1) ranked-model (~> 0.4.8)