diff --git a/Gemfile b/Gemfile index 960b25729..63ed77031 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ gem "ransack" gem "rails-controller-testing" # Use Action Policy for authorization framework -gem "action_policy", "~> 0.7.2" +gem "action_policy", "~> 0.7.3" # Use ViewComponent for our presenter pattern framework gem "view_component", "~> 3.20" diff --git a/Gemfile.lock b/Gemfile.lock index c61c4edd7..4f2f01487 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - action_policy (0.7.2) + action_policy (0.7.3) ruby-next-core (>= 1.0) actioncable (8.0.1) actionpack (= 8.0.1) @@ -570,7 +570,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - action_policy (~> 0.7.2) + action_policy (~> 0.7.3) active_link_to active_storage_validations acts_as_tenant