Skip to content

Commit

Permalink
Bump action_policy from 0.7.2 to 0.7.3 (#1280)
Browse files Browse the repository at this point in the history
Bumps [action_policy](https://github.com/palkan/action_policy) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/palkan/action_policy/releases)
- [Changelog](https://github.com/palkan/action_policy/blob/master/CHANGELOG.md)
- [Commits](palkan/action_policy@v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: action_policy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent c4ca21f commit fea32be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fea32be

Please sign in to comment.