Skip to content

Commit d801f20

Browse files
Upgrade: Bump aasm from 5.5.0 to 5.5.1 (#5077)
Bumps [aasm](https://github.com/aasm/aasm) from 5.5.0 to 5.5.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aasm/aasm/blob/master/CHANGELOG.md">aasm's changelog</a>.</em></p> <blockquote> <h2>5.5.1 (14 June 2025)</h2> <ul> <li>Fix broken for pull requests, thanks <a href="https://github.com/y-yago"><code>@​y-yago</code></a> <a href="https://redirect.github.com/aasm/aasm/pull/868">#868</a></li> <li>Add build for Rails 8.0, thanks <a href="https://github.com/y-yago"><code>@​y-yago</code></a> <a href="https://redirect.github.com/aasm/aasm/pull/860">#860</a></li> <li>Fix issue around keyword arguments for Ruby 3.2, thanks <a href="https://github.com/thiagofm"><code>@​thiagofm</code></a> <a href="https://redirect.github.com/aasm/aasm/pull/857">#857</a></li> <li>Add build for Rails 7.2, thanks <a href="https://github.com/y-yago"><code>@​y-yago</code></a> <a href="https://redirect.github.com/aasm/aasm/pull/853">#853</a></li> <li>Fix broken tests on Rails 7.1, thanks <a href="https://github.com/y-yago"><code>@​y-yago</code></a> <a href="https://redirect.github.com/aasm/aasm/pull/842">#842</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aasm/aasm/commit/a4a36c356a8d9ef8d667b2f9b4df3ad080b9598a"><code>a4a36c3</code></a> Version bump to 5.5.1</li> <li><a href="https://github.com/aasm/aasm/commit/087e090dd6992f457467717d0149da14a14b241e"><code>087e090</code></a> Update changelog for <a href="https://redirect.github.com/aasm/aasm/pull/857">aasm/aasm#857</a></li> <li><a href="https://github.com/aasm/aasm/commit/a0fd34ca56b826fe7ee3f3174b25a76dbe45dc3a"><code>a0fd34c</code></a> Merge pull request <a href="https://redirect.github.com/aasm/aasm/issues/857">#857</a> from regateio/master</li> <li><a href="https://github.com/aasm/aasm/commit/7c2f8a59e81f5c677b9efd01cfdf7dd8320c9124"><code>7c2f8a5</code></a> Update changelog for <a href="https://redirect.github.com/aasm/aasm/pull/860">aasm/aasm#860</a></li> <li><a href="https://github.com/aasm/aasm/commit/ecfb336c6169399b5a401c8af1e53b4aea9cb636"><code>ecfb336</code></a> Merge pull request <a href="https://redirect.github.com/aasm/aasm/issues/860">#860</a> from y-yagi/ci-against-rails-80</li> <li><a href="https://github.com/aasm/aasm/commit/89eff68e982a5ff9c059d65dc1b966875ba8b286"><code>89eff68</code></a> CI against Rails 8.0</li> <li><a href="https://github.com/aasm/aasm/commit/bf90c5463d0e2e07defcf111994a76687fb28122"><code>bf90c54</code></a> Update changelog for <a href="https://redirect.github.com/aasm/aasm/pull/853">aasm/aasm#853</a></li> <li><a href="https://github.com/aasm/aasm/commit/8a033bcf913e3c244651ce4cb1b56b96ad30a01b"><code>8a033bc</code></a> Merge pull request <a href="https://redirect.github.com/aasm/aasm/issues/853">#853</a> from y-yagi/ci-against-rails-72</li> <li><a href="https://github.com/aasm/aasm/commit/f14c588f5b2216a3239344461c9bf44680c0fc3e"><code>f14c588</code></a> CI against Rails 7.2</li> <li><a href="https://github.com/aasm/aasm/commit/0a0021ff0fa2f04033a525c8b8f24aa25d7a0fa1"><code>0a0021f</code></a> Update changelog for <a href="https://redirect.github.com/aasm/aasm/pull/868">aasm/aasm#868</a></li> <li>Additional commits viewable in <a href="https://github.com/aasm/aasm/compare/v5.5.0...v5.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aasm&package-manager=bundler&previous-version=5.5.0&new-version=5.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b8a34f commit d801f20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
gem 'rails', '7.2.2.1'
66

7-
gem 'aasm', '~> 5.3'
7+
gem 'aasm', '~> 5.5'
88
gem 'barnes', '~> 0.0'
99
gem 'bootsnap', '~> 1.18', require: false
1010
gem 'class_variants', '~> 1.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
aasm (5.5.0)
4+
aasm (5.5.1)
55
concurrent-ruby (~> 1.0)
66
actioncable (7.2.2.1)
77
actionpack (= 7.2.2.1)
@@ -619,7 +619,7 @@ PLATFORMS
619619
ruby
620620

621621
DEPENDENCIES
622-
aasm (~> 5.3)
622+
aasm (~> 5.5)
623623
barnes (~> 0.0)
624624
bootsnap (~> 1.18)
625625
brakeman

0 commit comments

Comments
 (0)