summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-08-17 13:53:39 +0000
committerDouwe Maan <douwe@gitlab.com>2017-08-17 13:53:39 +0000
commit91d3e6d9011edd19f980a8a0864ff0f673513011 (patch)
tree35e4828a2672de216c21beb98536ce3e270a97b9 /Gemfile
parent2c528aad8667ec8cafd0040eb2f33594eec693e7 (diff)
parentf865b1b459b7c53eb57580246d8e20c4fd45f7fe (diff)
downloadgitlab-ce-91d3e6d9011edd19f980a8a0864ff0f673513011.tar.gz
Merge branch 'ee-2628-backport-to-ce' into 'master'
Backports EE mirror stuck handling featureā€¦ See merge request !13627
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ab151e4171f..62d6b1e6446 100644
--- a/Gemfile
+++ b/Gemfile
@@ -144,8 +144,6 @@ end
# State machine
gem 'state_machines-activerecord', '~> 0.4.0'
-# Run events after state machine commits
-gem 'after_commit_queue', '~> 1.3.0'
# Issue tags
gem 'acts-as-taggable-on', '~> 4.0'