diff options
author | Pirate Praveen <praveen@debian.org> | 2015-11-08 12:15:58 -0500 |
---|---|---|
committer | Pirate Praveen <praveen@debian.org> | 2015-11-08 12:15:58 -0500 |
commit | 2e5d32e07a75b98e57a0476a4cdb7a1ec41cadda (patch) | |
tree | 5211678427fbc6f58e6e68188a28076fc22b73c7 /Gemfile | |
parent | bf76df22749920771069178fb2bb79b7f16c2414 (diff) | |
download | gitlab-ce-2e5d32e07a75b98e57a0476a4cdb7a1ec41cadda.tar.gz |
Switch to state_machines-activerecord (Fixes: #3374)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ group :unicorn do end # State machine -gem "state_machine", '~> 1.2.0' +gem "state_machines-activerecord", '~> 0.3.0' # Run events after state machine commits gem 'after_commit_queue' |