Skip to content

Commit

Permalink
Avoid loading URI unnecessarily when activating gems
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Sep 3, 2021
1 parent cc8f9b5 commit ef5f30c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rubygems/resolver/set.rb
Expand Up @@ -20,7 +20,6 @@ class Gem::Resolver::Set
attr_accessor :prerelease

def initialize # :nodoc:
require 'uri'
@prerelease = false
@remote = true
@errors = []
Expand Down

0 comments on commit ef5f30c

Please sign in to comment.