From ab68224fa96f8cf52924e7e45df0f51042744741 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Thu, 11 Apr 2019 20:41:36 +0000 Subject: [PATCH] Update state_machines-activerecord to version 0.6.0 --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c42dc8d..b2ba4de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,11 +181,11 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.4.0) state_machines (0.5.0) - state_machines-activemodel (0.5.1) + state_machines-activemodel (0.6.0) activemodel (>= 4.1, < 6.0) state_machines (>= 0.5.0) - state_machines-activerecord (0.5.2) - activerecord (>= 4.1, < 6.0) + state_machines-activerecord (0.6.0) + activerecord (>= 4.1) state_machines-activemodel (>= 0.5.0) thor (0.19.4) thread_safe (0.3.6)