summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-07-22 14:40:48 +0900
committergit <svn-admin@ruby-lang.org>2022-07-22 16:24:29 +0900
commit55c771c302f94f1d1d95bf41b42459b4d2d1c337 (patch)
tree0502b5a1b95eea19fa22aa1af561ca182a74657d /bin
parentfe770716978e0f53ebfbd4ce18834ba512da6914 (diff)
[rubygems/rubygems] rubygems.rb is required by gem_runner.rb
https://github.com/rubygems/rubygems/commit/503f763865
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gem1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/gem b/bin/gem
index 88c1a952cf..1c16ea7ddd 100755
--- a/bin/gem
+++ b/bin/gem
@@ -5,7 +5,6 @@
# See LICENSE.txt for permissions.
#++
-require "rubygems"
require "rubygems/gem_runner"
Gem::GemRunner.new.run ARGV.clone