Skip to content

Commit b4f178a

Browse files
committed
Pin state_machines to 0.6.0
See solidusio/solidus#6286 for rationale
1 parent 888feee commit b4f178a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ gemspec
5151
# We use `send` instead of calling `eval_gemfile` to work around an issue with
5252
# how Dependabot parses projects: https://github.com/dependabot/dependabot-core/issues/1658.
5353
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

Comments
 (0)