From c1402fe4f25df0de25a235199eb121e14f89c2a8 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 01bfd3586a..4057b1d797 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -560,12 +560,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)