From 3c802d7941ae0c8917fcc1bb9fb82e3a97ef69da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:03:27 -0700 Subject: [PATCH] Bump action_policy from 0.7.0 to 0.7.1 (#967) Bumps [action_policy](https://github.com/palkan/action_policy) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/palkan/action_policy/releases) - [Changelog](https://github.com/palkan/action_policy/blob/master/CHANGELOG.md) - [Commits](https://github.com/palkan/action_policy/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: action_policy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 39c102006..0e1b173f8 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,7 @@ gem "ransack" gem "rails-controller-testing" # Use Action Policy for authorization framework -gem "action_policy", "~> 0.7.0" +gem "action_policy", "~> 0.7.1" # Use ViewComponent for our presenter pattern framework gem "view_component", "~> 3.14" diff --git a/Gemfile.lock b/Gemfile.lock index 4cc9fd788..0173bc74a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - action_policy (0.7.0) + action_policy (0.7.1) ruby-next-core (>= 1.0) actioncable (7.1.3.4) actionpack (= 7.1.3.4) @@ -528,7 +528,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - action_policy (~> 0.7.0) + action_policy (~> 0.7.1) active_link_to active_storage_validations acts_as_tenant