From ecf78445c2580659ee36b659bee3d88d11d93c98 Mon Sep 17 00:00:00 2001
From: Stan Hu <stanhu@gmail.com>
Date: Thu, 31 Dec 2020 15:39:22 -0800
Subject: [PATCH] Upgrade state_machines-activerecord to v0.8.0

This resolves Ruby 2.7 kwargs warnings:
https://github.com/state-machines/state_machines-activerecord/pull/88
---
 Gemfile      |  2 +-
 Gemfile.lock | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Gemfile b/Gemfile
index 12d6bbc8498e6..41f7bd2231afe 100644
--- a/Gemfile
+++ b/Gemfile
@@ -189,7 +189,7 @@ group :puma do
 end
 
 # State machine
-gem 'state_machines-activerecord', '~> 0.6.0'
+gem 'state_machines-activerecord', '~> 0.8.0'
 
 # Issue tags
 gem 'acts-as-taggable-on', '~> 6.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 1a9d4316eec74..8aca227feac63 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1144,12 +1144,12 @@ GEM
     sshkey (2.0.0)
     stackprof (0.2.15)
     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)
     swd (1.1.2)
       activesupport (>= 3)
       attr_required (>= 0.0.5)
@@ -1512,7 +1512,7 @@ DEPENDENCIES
   sprockets (~> 3.7.0)
   sshkey (~> 2.0)
   stackprof (~> 0.2.15)
-  state_machines-activerecord (~> 0.6.0)
+  state_machines-activerecord (~> 0.8.0)
   sys-filesystem (~> 1.1.6)
   terser (= 1.0.2)
   test-prof (~> 0.12.0)
-- 
GitLab