Skip to content

Commit

Permalink
Bump action_policy from 0.7.0 to 0.7.1 (rubyforgood#967)
Browse files Browse the repository at this point in the history
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](palkan/action_policy@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent a8c2e53 commit 3c802d7
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 @@ -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"
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.0)
action_policy (0.7.1)
ruby-next-core (>= 1.0)
actioncable (7.1.3.4)
actionpack (= 7.1.3.4)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c802d7

Please sign in to comment.