From 7076afecfbf10ab4673e97965affebd7721f5795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <2887858+deivid-rodriguez@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:36:05 +0100 Subject: [PATCH] Bump state_machines related gems again This fixes warnings like ``` $ bundle exec rspec spec/system/admin/users_spec.rb:179 (...) Instance method "invalid?" is already defined in Spree::Payment(id: integer, amount: decimal, order_id: integer, created_at: datetime, updated_at: datetime, source_id: integer, source_type: string, payment_method_id: integer, state: string, response_code: string, avs_response: string, identifier: string, cvv_response_code: string, cvv_response_message: text, captured_at: datetime, redirect_auth_url: string), use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true. (...) ``` --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3fbae6a441..cc121e17c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -824,10 +824,10 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - state_machines (0.20.0) - state_machines-activemodel (0.10.0) + state_machines (0.100.4) + state_machines-activemodel (0.31.0) activemodel (>= 7.1) - state_machines (>= 0.10.0) + state_machines (>= 0.31.0) state_machines-activerecord (0.31.0) activerecord (>= 7.1) state_machines-activemodel (>= 0.10.0)