diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2020-07-01 11:45:33 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-07-31 21:07:19 +0900 |
| commit | 6c71033ac3933cb23d9ee651ce864e164bc9b56f (patch) | |
| tree | 62edd50ee95db365489772aa89ca5db129c65f2a /lib/rubygems/commands/open_command.rb | |
| parent | 1b2bda72fcb765c0a1ca8991ad840d37ac27198d (diff) | |
[rubygems/rubygems] Remove more unnecessary requires
Since `rubygems/util` is autoloaded.
https://github.com/rubygems/rubygems/commit/52a9f88b99
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3379
Diffstat (limited to 'lib/rubygems/commands/open_command.rb')
| -rw-r--r-- | lib/rubygems/commands/open_command.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rubygems/commands/open_command.rb b/lib/rubygems/commands/open_command.rb index 7d245539e1..1e40758ec5 100644 --- a/lib/rubygems/commands/open_command.rb +++ b/lib/rubygems/commands/open_command.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true require 'rubygems/command' require 'rubygems/version_option' -require 'rubygems/util' class Gem::Commands::OpenCommand < Gem::Command include Gem::VersionOption |
