Skip to content

Commit

Permalink
Merge pull request #4897 from rubygems/dont_load_uri_by_default_when_…
Browse files Browse the repository at this point in the history
…activating_gems

Avoid loading `uri` unnecessarily when activating gems
  • Loading branch information
deivid-rodriguez committed Sep 4, 2021
2 parents a5f5d32 + ef5f30c commit 3387dbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rubygems/resolver/set.rb
Original file line number Diff line number Diff line change
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 3387dbf

Please sign in to comment.