summaryrefslogtreecommitdiff
path: root/lib/rubygems/remote_fetcher.rb
diff options
context:
space:
mode:
authorDaniel Niknam <[email protected]>2021-08-23 23:02:57 +1000
committerHiroshi SHIBATA <[email protected]>2021-08-31 19:06:14 +0900
commit7067005f2314b8c4927d53f37825941fe43a66c3 ()
treec7c6e89d048ec716ebcd02e407dba1310255520b /lib/rubygems/remote_fetcher.rb
parentd73dc8e937b8712878af3d744f0aec61d48c136d (diff)
[rubygems/rubygems] Bring back the empty line that was removed previously by mistake
https://.com/rubygems/rubygems/commit/ffb480ca7a
Notes: Merged: https://.com/ruby/ruby/pull/4789
-rw-r--r--lib/rubygems/remote_fetcher.rb1
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ class Gem::RemoteFetcher
class FetchError < Gem::Exception
##
# The URI which was being accessed when the exception happened.
attr_accessor :uri, :original_uri
def initialize(message, uri)