From b930363cc670259483ecea088e77fbbd8d68383c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:32:44 +0000 Subject: [PATCH] Bump pundit from 2.3.0 to 2.3.2 Bumps [pundit](https://github.com/varvet/pundit) from 2.3.0 to 2.3.2. - [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md) - [Commits](https://github.com/varvet/pundit/compare/v2.3.0...v2.3.2) --- updated-dependencies: - dependency-name: pundit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 6a104aaad..a29a40626 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'panoptes-client' gem 'pg', '~> 1.4' gem 'pg_search' gem 'puma', '~> 6.4.2' -gem 'pundit', '~> 2.3.0' +gem 'pundit', '~> 2.3.2' gem 'rack-cors', '~> 1.0', require: 'rack/cors' if next? gem 'rails', '~> 6.1' diff --git a/Gemfile.lock b/Gemfile.lock index cf5998618..0eab8e060 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,7 +225,7 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) jmespath (1.6.1) jquery-rails (4.5.1) @@ -278,7 +278,7 @@ GEM mini_portile2 (2.8.4) mini_racer (0.6.3) libv8-node (~> 16.10.0.0) - minitest (5.19.0) + minitest (5.22.3) mock_redis (0.36.0) ruby2_keywords multi_json (1.15.0) @@ -344,7 +344,7 @@ GEM public_suffix (4.0.7) puma (6.4.2) nio4r (~> 2.0) - pundit (2.3.0) + pundit (2.3.2) activesupport (>= 3.0.0) raabro (1.4.0) racc (1.7.1) @@ -514,7 +514,7 @@ GEM websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) yard (0.9.36) - zeitwerk (2.6.10) + zeitwerk (2.6.13) zoo_stream (1.0.1) aws-sdk @@ -564,7 +564,7 @@ DEPENDENCIES pg_search pry puma (~> 6.4.2) - pundit (~> 2.3.0) + pundit (~> 2.3.2) rack-cors (~> 1.0) rails (~> 6.1) ranked-model (~> 0.4.8)