Skip to content

Commit

Permalink
Bump after_commit_everywhere from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [after_commit_everywhere](https://github.com/Envek/after_commit_everywhere) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/Envek/after_commit_everywhere/releases)
- [Changelog](https://github.com/Envek/after_commit_everywhere/blob/master/CHANGELOG.md)
- [Commits](Envek/after_commit_everywhere@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: after_commit_everywhere
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent cfc018f commit 17990eb
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 @@ -14,7 +14,7 @@ gem "paper_trail"
# Add state machine for forms
gem "aasm", "~> 5.5"
# Used by AASM to autocommit state changes when even method is used with bang eg. make_live!
gem "after_commit_everywhere", "~> 1.4"
gem "after_commit_everywhere", "~> 1.5"

# Use postgresql as the database for Active Record
gem "pg", "~> 1.5"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
acts_as_list (1.2.4)
activerecord (>= 6.1)
activesupport (>= 6.1)
after_commit_everywhere (1.4.0)
after_commit_everywhere (1.5.0)
activerecord (>= 4.2)
activesupport
ast (2.4.2)
Expand Down Expand Up @@ -338,7 +338,7 @@ PLATFORMS
DEPENDENCIES
aasm (~> 5.5)
acts_as_list
after_commit_everywhere (~> 1.4)
after_commit_everywhere (~> 1.5)
aws-sdk-codepipeline (~> 1.91)
bootsnap
brakeman
Expand Down

0 comments on commit 17990eb

Please sign in to comment.