From a9cb35dcc0d0abd2e7b5fd4a4711cd641f4cc4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:58:39 +0000 Subject: [PATCH] chore(deps): bump state_machines-activerecord from 0.8.0 to 0.9.0 Bumps [state_machines-activerecord](https://github.com/state-machines/state_machines-activerecord) from 0.8.0 to 0.9.0. - [Commits](https://github.com/state-machines/state_machines-activerecord/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: state_machines-activerecord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 29f07d1e52..9e5f42e73e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -488,7 +488,6 @@ GEM ruby-rc4 ttfunk pg (1.2.3) - power_assert (2.0.3) private_address_check (0.5.0) pry (0.13.1) coderay (~> 1.1) @@ -695,13 +694,13 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - state_machines (0.5.0) - state_machines-activemodel (0.8.0) - activemodel (>= 5.1) - state_machines (>= 0.5.0) - state_machines-activerecord (0.8.0) - activerecord (>= 5.1) - state_machines-activemodel (>= 0.8.0) + state_machines (0.6.0) + state_machines-activemodel (0.9.0) + activemodel (>= 6.0) + state_machines (>= 0.6.0) + state_machines-activerecord (0.9.0) + activerecord (>= 6.0) + state_machines-activemodel (>= 0.9.0) stimulus_reflex (3.5.0.rc2) actioncable (>= 5.2, < 8) actionpack (>= 5.2, < 8)