summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-10 12:20:59 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-10 12:20:59 +0000
commit8972aef55865263833f7d30188c4a49c83e7f001 (patch)
tree0ec942a4a69f0df195a05f0fc6194c7928defc05 /Gemfile
parent354b69dde2ba399a4269a0f544fd7a4e399d8b7e (diff)
parentddd3dd72fec5d31fc76023e10f824cc079f65b63 (diff)
downloadgitlab-ce-8972aef55865263833f7d30188c4a49c83e7f001.tar.gz
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 51848621b64..c73aa26bd0a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -109,7 +109,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'