diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -370,3 +370,5 @@ gem 'sys-filesystem', '~> 1.1.6' gem 'gitaly', '~> 0.7.0' gem 'toml-rb', '~> 0.3.15', require: false + +gem 'work_queue', '~> 2.5.4' diff --git a/Gemfile.lock b/Gemfile.lock index 873cd8781ef..4eea9ab05d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -853,6 +853,7 @@ GEM builder expression_parser rinku + work_queue (2.5.4) xml-simple (1.1.5) xpath (2.0.0) nokogiri (~> 1.3) @@ -1058,6 +1059,7 @@ DEPENDENCIES webmock (~> 1.24.0) webpack-rails (~> 0.9.10) wikicloth (= 0.8.1) + work_queue (~> 2.5.4) BUNDLED WITH 1.14.6 |