diff options
author | Stan Hu <stanhu@gmail.com> | 2015-09-25 01:46:13 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-09-25 01:46:13 -0700 |
commit | bd2991b4618528a719b03c46ceb7befb230f0dd9 (patch) | |
tree | adc140f9b1694e61affc8a9fd4df928bdf58939e /Gemfile.lock | |
parent | fbe5bf762d616c8bbe6e824bd0713e20f0751b74 (diff) | |
download | gitlab-ce-bd2991b4618528a719b03c46ceb7befb230f0dd9.tar.gz |
Use after_commit_queue to schedule import job immediately
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e306c1f56e6..4386c6b9abb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,6 +42,8 @@ GEM acts-as-taggable-on (3.5.0) activerecord (>= 3.2, < 5) addressable (2.3.8) + after_commit_queue (1.1.0) + rails (>= 3.0) annotate (2.6.10) activerecord (>= 3.2, <= 4.3) rake (~> 10.4) @@ -787,6 +789,7 @@ DEPENDENCIES activerecord-session_store (~> 0.1.0) acts-as-taggable-on (~> 3.4) addressable (~> 2.3.8) + after_commit_queue annotate (~> 2.6.0) asana (~> 0.0.6) asciidoctor (~> 1.5.2) |