diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-10 16:27:24 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-14 18:53:57 +1100 |
commit | d2b8dc7d5c175e4fc5e543e8fed861514e3c1af7 (patch) | |
tree | f858cd3d71eac9d6a76332d7c04078982379ce5a /bin | |
parent | 82a5d7f573f6f064f9c4b5702664037a9042ca3c (diff) | |
download | gitlab-ce-d2b8dc7d5c175e4fc5e543e8fed861514e3c1af7.tar.gz |
Remove bin/spinach
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spinach | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/spinach b/bin/spinach deleted file mode 100755 index eda81c9ed8a..00000000000 --- a/bin/spinach +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env ruby - -# Remove this block when removing rails5? code. -gemfile = %w[1 true].include?(ENV["RAILS5"]) ? "Gemfile.rails5" : "Gemfile" -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../#{gemfile}", __dir__) - -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require 'bundler/setup' -load Gem.bin_path('spinach', 'spinach') |