From 7b66e7d3583c7658d6ea94737b1698d2cf240953 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Mon, 29 Mar 2021 21:49:22 +0100 Subject: [PATCH] Upgrade state_machines --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 785f9f3a7b..82b735e5de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -550,12 +550,12 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) state_machines (0.5.0) - state_machines-activemodel (0.7.1) - activemodel (>= 4.1) + state_machines-activemodel (0.8.0) + activemodel (>= 5.1) state_machines (>= 0.5.0) - state_machines-activerecord (0.6.0) - activerecord (>= 4.1) - state_machines-activemodel (>= 0.5.0) + state_machines-activerecord (0.8.0) + activerecord (>= 5.1) + state_machines-activemodel (>= 0.8.0) stringex (2.8.5) stripe (5.30.0) temple (0.8.2)