Switch to state_machines-activerecord (Fixes: #3374)
Showing
... | @@ -113,7 +113,7 @@ group :unicorn do | ... | @@ -113,7 +113,7 @@ group :unicorn do |
end | end | ||
# State machine | # State machine | ||
gem "state_machine", '~> 1.2.0' | gem "state_machines-activerecord", '~> 0.3.0' | ||
# Run events after state machine commits | # Run events after state machine commits | ||
gem 'after_commit_queue' | gem 'after_commit_queue' | ||
... | ... |
Please register or sign in to comment