Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Bump aasm from 4.12.1 to 5.1.0 #999

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps aasm from 4.12.1 to 5.1.0.

Changelog

Sourced from aasm's changelog.

5.1.0

  • Fix after_commit in nested transactions #536 without explicit AR dependency in PR #668, thanks to stokarenko
  • Remove support for Rails 3.2

5.0.8

  • Revert Fix for :after_commit within nested transaction because it adds after_commit_action dependency which is dependent on many gems.

5.0.7

  • Fix :after_commit within nested transaction #666, thanks to stokarenko
  • Add permitted_transitions to group permitted event with state #664, thanks to dnamsons
  • Add Ruby 2.7.0 & 2.6.5 to Travis CI Test Matrix #661, thanks to the-spectator
  • Handle InvalidTransition in transition_from matcher #653, thanks to ryanwood

5.0.6

  • Fix no_direct_assignment, couldn't be turned off pragmatically #636
  • Add instance level validation skip option #644, thanks to Nitin-Salunke
  • Fixed aasm.current_event incorrectly yields nil when calling aasm.fire!(:event) #551 in #638, thanks to DoubleJarvis
  • Code Refactor #634 , thanks to rahulknojha
  • Fixed callback argument for :before_success & :success callback, #630

5.0.5

5.0.4

  • Specify dynamoid version for Rails > 5, #625, thanks to waghanza
  • Add travis runner for Rails 5.2, #624, thanks to waghanza
  • Cleanup Abstract class issue, #620, thanks to dennym

5.0.3

  • Fix Abstract class issue, #619

5.0.2

Commits
  • d04a6b8 Prepare for 5.1.0 release
  • 2142606 restrict codecov version to "< 0.1.20"
  • c270f65 Merge branch 'master' of github.com:aasm/aasm
  • 6f6eeca Update Readme to clearify success callback.
  • 7a79e07 Remove callbacks.txt
  • 6626710 Update Readme, do not set default value at database level
  • 594bccf Update gemfiles for rails 4.2
  • 99e2846 Add after_commit_everywhere to rails_4.2 & rails_4.2_mongoid_5 specs
  • d1d0816 Add instruction to add 'after_commit_everywhere' gem
  • 1cf15ed Merge branch 'stokarenko-fix-after-commit-within-nested-transaction-vol2'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from statik as a code owner August 4, 2020 21:00
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 4, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #1001.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/aasm-5.1.0 branch August 26, 2020 09:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants