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:
Diffstat (limited to 'bin/spinach')
-rwxr-xr-xbin/spinach7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/spinach b/bin/spinach
deleted file mode 100755
index a080e286cfe..00000000000
--- a/bin/spinach
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env ruby
-begin
- load File.expand_path("../spring", __FILE__)
-rescue LoadError
-end
-require 'bundler/setup'
-load Gem.bin_path('spinach', 'spinach')