summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-07 21:01:23 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-08 15:36:46 +0200
commit89db9cd10f1a26236943e7809258eee78d9366c4 (patch)
tree8cc6a95747a6f4f90b3885a11de0e87c601a7763
parentbabbc112c61acff1994eea4dfeb3989ce159572c (diff)
downloadbundler-89db9cd10f1a26236943e7809258eee78d9366c4.tar.gz
Remove bundle1 binstub
Since it's no longer useful.
-rwxr-xr-xbin/bundle18
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/bundle1 b/bin/bundle1
deleted file mode 100755
index b5df992269..0000000000
--- a/bin/bundle1
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env ruby
-# frozen_string_literal: true
-
-module Bundler
- VERSION = "1.98".freeze
-end
-
-load File.expand_path("../bundle", __FILE__)