method

new

ruby latest stable - Class: Bundler::Fetcher::AuthenticationRequiredError

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

new(remote_uri)
public

No documentation available.

# File lib/bundler/fetcher.rb, line 43
      def initialize(remote_uri)
        remote_uri = filter_uri(remote_uri)
        super "Authentication is required for #{remote_uri}.\n"            "Please supply credentials for this source. You can do this by running:\n"            " bundle config #{remote_uri} username:password"
      end