From 2d52dd580bba50ee6ae71d06a47df6149c576f5a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 23:45:49 +0000 Subject: [PATCH] Bump pundit from 1.1.0 to 2.1.0 Bumps [pundit](https://github.com/varvet/pundit) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/varvet/pundit/releases) - [Changelog](https://github.com/varvet/pundit/blob/master/CHANGELOG.md) - [Commits](https://github.com/varvet/pundit/commits) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cb9aada2..33e291ad 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "sentry-raven", "~> 3.1" gem "request_store", "~> 1.5" # Auithorization -gem "pundit", "~> 1.1" +gem "pundit", "~> 2.1" group :development, :test do # Debugging diff --git a/Gemfile.lock b/Gemfile.lock index 4522a0eb..f3da6966 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,7 +188,7 @@ GEM trollop pg (1.2.3) puma (3.12.6) - pundit (1.1.0) + pundit (2.1.0) activesupport (>= 3.0.0) racc (1.5.2) rack (2.2.3) @@ -383,7 +383,7 @@ DEPENDENCIES pessimize (~> 0.4) pg (~> 1.2) puma (~> 3.12) - pundit (~> 1.1) + pundit (~> 2.1) rack-mini-profiler (~> 2.3) rails (= 5.2.4.5) rails_best_practices (~> 1.20)