We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888feee commit b4f178aCopy full SHA for b4f178a
Gemfile
@@ -51,3 +51,6 @@ gemspec
51
# We use `send` instead of calling `eval_gemfile` to work around an issue with
52
# how Dependabot parses projects: https://github.com/dependabot/dependabot-core/issues/1658.
53
send(:eval_gemfile, "Gemfile-local") if File.exist? "Gemfile-local"
54
+
55
+# Pin state_machines
56
+gem "state_machines", "= 0.6.0"
0 commit comments