Skip to content

Commit

Permalink
[UserInteraction] Require gem/util since it is used by SilentUI
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Apr 26, 2016
1 parent fde7807 commit caed75a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rubygems/user_interaction.rb
Expand Up @@ -5,6 +5,8 @@
# See LICENSE.txt for permissions.
#++

require 'rubygems/util'

begin
require 'io/console'
rescue LoadError
Expand Down Expand Up @@ -696,4 +698,3 @@ def progress_reporter(*args) # :nodoc:
SilentProgressReporter.new(@outs, *args)
end
end

0 comments on commit caed75a

Please sign in to comment.