Merge branch 'state-machine-to-state-machines-activerecord' into 'master'
Switch to state_machines-activerecord (Fixes: #3374) state_machine is unmaintained See merge request !1764
Showing
... | @@ -109,7 +109,7 @@ group :unicorn do | ... | @@ -109,7 +109,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