diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-05-25 15:04:21 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-05-25 15:17:53 -0600 |
commit | ee0d3abcb8b3c8572be9dac1926c3f77f2636a9e (patch) | |
tree | 22267af83cb5f197870d58d8a5fec31e515760fa /Gemfile | |
parent | 22bd28590743268de012e7861b768a8e8d702c88 (diff) | |
download | gitlab-ce-ee0d3abcb8b3c8572be9dac1926c3f77f2636a9e.tar.gz |
Update state_machines-activerecord from 0.3.0 to 0.4.0.
No changelog, see commits: https://github.com/state-machines/state_machines-activerecord/commits/master
Includes Rails 5 support.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ group :unicorn do end # State machine -gem "state_machines-activerecord", '~> 0.3.0' +gem "state_machines-activerecord", '~> 0.4.0' # Run events after state machine commits gem 'after_commit_queue' |