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.

(...)
```
This commit is contained in:
David Rodríguez
2025-10-29 16:36:05 +01:00
parent 96f715b62b
commit 7076afecfb

View File

@@ -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)