Skip to content

Commit 8976a97

Browse files
Fix stack level too deep error
Further information can be found in the Github issue. solidusio/solidus#6326
1 parent 18783be commit 8976a97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ end
2020
rails_requirement_string = ENV.fetch("RAILS_VERSION", "~> 8.0")
2121
gem "rails", rails_requirement_string
2222

23+
gem 'state_machines', '0.6.0'
24+
2325
# Provides basic authentication functionality for testing parts of your engine
2426
gem "solidus_auth_devise"
2527

0 commit comments

Comments
 (0)