We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18783be commit 8976a97Copy full SHA for 8976a97
Gemfile
@@ -20,6 +20,8 @@ end
20
rails_requirement_string = ENV.fetch("RAILS_VERSION", "~> 8.0")
21
gem "rails", rails_requirement_string
22
23
+gem 'state_machines', '0.6.0'
24
+
25
# Provides basic authentication functionality for testing parts of your engine
26
gem "solidus_auth_devise"
27
0 commit comments