diff --git a/.markdownlint.yml b/.markdownlint.yml index 4e852880d26..dd04406f68d 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -130,7 +130,6 @@ "Ubuntu", "Ultra Auth", "Unicorn", - "unicorn-worker-killer", "URL", "WebdriverIO", "YAML", diff --git a/Gemfile b/Gemfile index 018bf5fbcbe..25fb430c290 100644 --- a/Gemfile +++ b/Gemfile @@ -185,7 +185,6 @@ gem 'rack-timeout', '~> 0.5.1', require: 'rack/timeout/base' group :unicorn do gem 'unicorn', '~> 5.5' - gem 'unicorn-worker-killer', '~> 0.4.4' end group :puma do diff --git a/Gemfile.lock b/Gemfile.lock index c70f1710d50..62f5eb4d3a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1318,9 +1318,6 @@ GEM unicorn (5.5.5) kgio (~> 2.6) raindrops (~> 0.7) - unicorn-worker-killer (0.4.4) - get_process_mem (~> 0) - unicorn (>= 4, < 6) uniform_notifier (1.13.0) unleash (0.1.5) murmurhash3 (~> 0.1.6) @@ -1653,7 +1650,6 @@ DEPENDENCIES u2f (~> 0.2.1) unf (~> 0.1.4) unicorn (~> 5.5) - unicorn-worker-killer (~> 0.4.4) unleash (~> 0.1.5) valid_email (~> 0.1) validates_hostname (~> 1.0.11) diff --git a/app/assets/javascripts/blob/components/table_contents.vue b/app/assets/javascripts/blob/components/table_contents.vue index 3a0a385d494..78ecb82f2cd 100644 --- a/app/assets/javascripts/blob/components/table_contents.vue +++ b/app/assets/javascripts/blob/components/table_contents.vue @@ -60,7 +60,7 @@ export default {