Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-25 11:46:13 +0300
committerStan Hu <stanhu@gmail.com>2015-09-25 11:46:13 +0300
commitbd2991b4618528a719b03c46ceb7befb230f0dd9 (patch)
treeadc140f9b1694e61affc8a9fd4df928bdf58939e /Gemfile
parentfbe5bf762d616c8bbe6e824bd0713e20f0751b74 (diff)
Use after_commit_queue to schedule import job immediately
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ad9fef38da1..6950091b2b0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -121,6 +121,8 @@ end
# State machine
gem "state_machine", '~> 1.2.0'
+# Run events after state machine commits
+gem 'after_commit_queue'
# Issue tags
gem 'acts-as-taggable-on', '~> 3.4'