# sig/bundler/errors.rbs class Bundler::BundlerError < Bundler::StandardError def self.status_code: () -> untyped end # sig/bundler/cli.rbs class Bundler::CLI < Bundler::Thor def self.handle_no_command_error: () -> untyped def self.source_root: () -> untyped def self.start: () -> untyped def auto_install: () -> untyped def binstubs: () -> untyped def cache: () -> untyped def check: () -> untyped def clean: () -> untyped def config: () -> untyped def console: () -> untyped def env: () -> untyped def exec: () -> untyped def gem: () -> untyped def help: () -> untyped def init: () -> untyped def initialize: () -> void def inject: () -> untyped def install: () -> untyped def licenses: () -> untyped def lock: () -> untyped def open: () -> untyped def outdated: () -> untyped def package: () -> untyped def platform: () -> untyped def show: () -> untyped def update: () -> untyped def version: () -> untyped def viz: () -> untyped end # sig/bundler/cli/binstubs.rbs class Bundler::CLI::Binstubs def initialize: () -> void def run: () -> untyped end # sig/bundler/cli/cache.rbs class Bundler::CLI::Cache def initialize: () -> void def run: () -> untyped def setup_cache_all: () -> untyped end # sig/bundler/cli/check.rbs class Bundler::CLI::Check def initialize: () -> void def run: () -> untyped end # sig/bundler/cli/clean.rbs class Bundler::CLI::Clean def initialize: () -> void def require_path_or_force: () -> untyped def run: () -> untyped end # sig/bundler/cli/config.rbs class Bundler::CLI::Config def confirm: () -> untyped def confirm_all: () -> untyped def initialize: () -> void def message: () -> untyped def new_value: () -> untyped def run: () -> untyped def show_pretty_values_for: () -> untyped def valid_scope?: () -> untyped end # sig/bundler/cli/console.rbs class Bundler::CLI::Console def get_console: () -> untyped def get_constant: () -> untyped def initialize: () -> void def run: () -> untyped end # sig/bundler/cli/exec.rbs class Bundler::CLI::Exec def initialize: () -> void def run: () -> untyped end # sig/bundler/cli/gem.rbs class Bundler::CLI::Gem def ask_and_set: () -> untyped def ask_and_set_test_framework: () -> untyped def bundler_dependency_version: () -> untyped def ensure_safe_gem_name: () -> untyped def initialize: () -> void def resolve_name: () -> untyped def run: () -> untyped def validate_ext_name: () -> untyped end # sig/bundler/cli/init.rbs class Bundler::CLI::Init def initialize: () -> void def run: () -> untyped end # sig/bundler/cli/inject.rbs class Bundler::CLI::Inject def initialize: () -> void def run: () -> untyped end # sig/bundler/cli/install.rbs class Bundler::CLI::Install def confirm_without_groups: () -> untyped def dependencies_count_for: () -> untyped def gems_installed_for: () -> untyped def initialize: () -> void def print_post_install_message: () -> untyped def run: () -> untyped def warn_if_root: () -> untyped end # sig/bundler/cli/lock.rbs class Bundler::CLI::Lock def initialize: () -> void def run: () -> untyped end # sig/bundler/cli/open.rbs class Bundler::CLI::Open def initialize: () -> void def run: () -> untyped end # sig/bundler/cli/outdated.rbs class Bundler::CLI::Outdated def initialize: () -> void def run: () -> untyped end # sig/bundler/cli/package.rbs class Bundler::CLI::Package def initialize: () -> void def install: () -> untyped def run: () -> untyped def setup_cache_all: () -> untyped end # sig/bundler/cli/platform.rbs class Bundler::CLI::Platform def initialize: () -> void def run: () -> untyped end # sig/bundler/cli/show.rbs class Bundler::CLI::Show def fetch_latest_specs: () -> untyped def initialize: () -> void def outdated?: () -> untyped def run: () -> untyped end # sig/bundler/cli/update.rbs class Bundler::CLI::Update def initialize: () -> void def run: () -> untyped def without_groups_messages: () -> untyped end # sig/bundler/cli/viz.rbs class Bundler::CLI::Viz def initialize: () -> void def run: () -> untyped end # sig/bundler/current_ruby.rbs class Bundler::CurrentRuby def jruby?: () -> untyped def jruby_18?: () -> untyped def jruby_19?: () -> untyped def maglev?: () -> untyped def mingw?: () -> untyped def mingw_18?: () -> untyped def mingw_19?: () -> untyped def mingw_20?: () -> untyped def mingw_21?: () -> untyped def mingw_22?: () -> untyped def mingw_23?: () -> untyped def mri?: () -> untyped def mri_18?: () -> untyped def mri_19?: () -> untyped def mri_20?: () -> untyped def mri_21?: () -> untyped def mri_22?: () -> untyped def mri_23?: () -> untyped def mswin64?: () -> untyped def mswin64_19?: () -> untyped def mswin64_20?: () -> untyped def mswin64_21?: () -> untyped def mswin64_22?: () -> untyped def mswin64_23?: () -> untyped def mswin?: () -> untyped def mswin_18?: () -> untyped def mswin_19?: () -> untyped def mswin_20?: () -> untyped def mswin_21?: () -> untyped def mswin_22?: () -> untyped def mswin_23?: () -> untyped def on_18?: () -> untyped def on_19?: () -> untyped def on_20?: () -> untyped def on_21?: () -> untyped def on_22?: () -> untyped def on_23?: () -> untyped def on_2?: () -> untyped def rbx?: () -> untyped def ruby?: () -> untyped def ruby_18?: () -> untyped def ruby_19?: () -> untyped def ruby_20?: () -> untyped def ruby_21?: () -> untyped def ruby_22?: () -> untyped def ruby_23?: () -> untyped def ruby_2?: () -> untyped def x64_mingw?: () -> untyped def x64_mingw_20?: () -> untyped def x64_mingw_21?: () -> untyped def x64_mingw_22?: () -> untyped def x64_mingw_23?: () -> untyped end # sig/bundler/definition.rbs class Bundler::Definition def self.build: () -> untyped def converge_dependencies: () -> untyped def converge_locals: () -> untyped def converge_locked_specs: () -> untyped def converge_paths: () -> untyped def converge_sources: () -> untyped def current_dependencies: () -> untyped def dependencies_for_source_changed?: () -> untyped def ensure_equivalent_gemfile_and_lockfile: () -> untyped def expand_dependencies: () -> untyped def expanded_dependencies: () -> untyped def fixup_dependency_types!: () -> untyped def groups: () -> untyped def has_local_dependencies?: () -> untyped def has_rubygems_remotes?: () -> untyped def in_locked_deps?: () -> untyped def index: () -> untyped def initialize: () -> void def lock: () -> untyped def lock_version: () -> untyped def lockfiles_equal?: () -> untyped def missing_specs: () -> untyped def new_platform?: () -> untyped def new_specs: () -> untyped def nothing_changed?: () -> untyped def pinned_spec_names: () -> untyped def pretty_dep: () -> untyped def removed_specs: () -> untyped def requested_dependencies: () -> untyped def requested_groups: () -> untyped def requested_specs: () -> untyped def resolve: () -> untyped def resolve_remotely!: () -> untyped def resolve_with_cache!: () -> untyped def rubygems_index: () -> untyped def satisfies_locked_spec?: () -> untyped def source_requirements: () -> untyped def spec_git_paths: () -> untyped def specs: () -> untyped def specs_changed?: () -> untyped def specs_for: () -> untyped def to_lock: () -> untyped def validate_ruby!: () -> untyped end # sig/bundler/dep_proxy.rbs class Bundler::DepProxy def ==: () -> untyped def hash: () -> untyped def initialize: () -> void def method_missing: () -> untyped def name: () -> untyped def requirement: () -> untyped def to_s: () -> untyped def type: () -> untyped end # sig/bundler/dependency.rbs class Bundler::Dependency < Bundler::Gem::Dependency def current_env?: () -> untyped def current_platform?: () -> untyped def gem_platforms: () -> untyped def initialize: () -> void def should_include?: () -> untyped def specific?: () -> untyped def to_lock: () -> untyped end # sig/bundler/deployment.rbs class Bundler::Deployment def self.define_task: () -> untyped end # sig/bundler/dsl.rbs class Bundler::Dsl def self.evaluate: () -> untyped def add_git_sources: () -> untyped def check_primary_source_safety: () -> untyped def env: () -> untyped def eval_gemfile: () -> untyped def gem: () -> untyped def gemspec: () -> untyped def git: () -> untyped def git_source: () -> untyped def github: () -> untyped def group: () -> untyped def initialize: () -> void def install_if: () -> untyped def method_missing: () -> untyped def normalize_group_options: () -> untyped def normalize_hash: () -> untyped def normalize_options: () -> untyped def normalize_source: () -> untyped def path: () -> untyped def platforms: () -> untyped def source: () -> untyped def to_definition: () -> untyped def valid_keys: () -> untyped def validate_keys: () -> untyped def with_source: () -> untyped end # sig/bundler/dsl.rbs class Bundler::Dsl::DSLError < Bundler::Dsl::GemfileError def contents: () -> untyped def initialize: () -> void def parse_line_number_from_description: () -> untyped def status_code: () -> untyped def to_s: () -> untyped end # sig/bundler/endpoint_specification.rbs class Bundler::EndpointSpecification < Bundler::Gem::Specification def __swap__: () -> untyped def _local_specification: () -> untyped def bindir: () -> untyped def executables: () -> untyped def extensions: () -> untyped def fetch_platform: () -> untyped def initialize: () -> void def load_paths: () -> untyped def local_specification_path: () -> untyped def post_install_message: () -> untyped def require_paths: () -> untyped end # sig/bundler/env.rbs class Bundler::Env def git_version: () -> untyped def read_file: () -> untyped def report: () -> untyped def ruby_version: () -> untyped def write: () -> untyped end # sig/bundler/environment.rbs class Bundler::Environment def current_dependencies: () -> untyped def dependencies: () -> untyped def initialize: () -> void def inspect: () -> untyped def lock: () -> untyped def requested_specs: () -> untyped def specs: () -> untyped def update: () -> untyped end # sig/bundler/fetcher.rbs class Bundler::Fetcher def bundler_cert_store: () -> untyped def cis: () -> untyped def connection: () -> untyped def downloader: () -> untyped def fetch_spec: () -> untyped def fetchers: () -> untyped def gemspec_cached_path: () -> untyped def http_proxy: () -> untyped def initialize: () -> void def inspect: () -> untyped def remote_uri: () -> untyped def specs: () -> untyped def specs_with_retry: () -> untyped def uri: () -> untyped def use_api: () -> untyped def user_agent: () -> untyped end # sig/bundler/fetcher.rbs class Bundler::Fetcher::AuthenticationRequiredError < Bundler::Fetcher::HTTPError def initialize: () -> void end # sig/bundler/fetcher.rbs class Bundler::Fetcher::BadAuthenticationError < Bundler::Fetcher::HTTPError def initialize: () -> void end # sig/bundler/fetcher/base.rbs class Bundler::Fetcher::Base def api_available?: () -> untyped def api_fetcher?: () -> untyped def fetch_uri: () -> untyped def initialize: () -> void def remote_uri: () -> untyped end # sig/bundler/fetcher.rbs class Bundler::Fetcher::CertificateFailureError < Bundler::Fetcher::HTTPError def initialize: () -> void end # sig/bundler/fetcher/dependency.rbs class Bundler::Fetcher::Dependency < Bundler::Fetcher::Base def api_available?: () -> untyped def api_fetcher?: () -> untyped def dependency_api_uri: () -> untyped def dependency_specs: () -> untyped def specs: () -> untyped def well_formed_dependency: () -> untyped end # sig/bundler/fetcher/downloader.rbs class Bundler::Fetcher::Downloader def fetch: () -> untyped def initialize: () -> void def request: () -> untyped end # sig/bundler/fetcher/index.rbs class Bundler::Fetcher::Index < Bundler::Fetcher::Base def specs: () -> untyped end # sig/bundler/fetcher.rbs class Bundler::Fetcher::SSLError < Bundler::Fetcher::HTTPError def initialize: () -> void end # sig/bundler/gem_helper.rbs class Bundler::GemHelper def already_tagged?: () -> untyped def build_gem: () -> untyped def built_gem_path: () -> untyped def clean?: () -> untyped def committed?: () -> untyped def gem_push?: () -> untyped def gemspec: () -> untyped def git_push: () -> untyped def guard_clean: () -> untyped def initialize: () -> void def install: () -> untyped def install_gem: () -> untyped def install_tasks: () -> untyped def name: () -> untyped def perform_git_push: () -> untyped def rubygem_push: () -> untyped def sh: () -> untyped def sh_with_code: () -> untyped def tag_version: () -> untyped def version: () -> untyped def version_tag: () -> untyped end # sig/bundler/installer/gem_installer.rbs class Bundler::GemInstaller def failure_message: () -> untyped def gem_install_message: () -> untyped def generate_executable_stubs: () -> untyped def handle_exception: () -> untyped def initialize: () -> void def install: () -> untyped def install_error_message: () -> untyped def install_from_spec: () -> untyped def install_with_settings: () -> untyped def out_of_space_message: () -> untyped def spec_settings: () -> untyped end # sig/bundler/gem_remote_fetcher.rbs class Bundler::GemRemoteFetcher < Bundler::Gem::RemoteFetcher def fetch_http: () -> untyped end # sig/bundler/errors.rbs class Bundler::GemRequireError < Bundler::BundlerError def initialize: () -> void end # sig/bundler/graph.rbs class Bundler::Graph def _groups: () -> untyped def _make_label: () -> untyped def _patching_gem_dependency_class: () -> untyped def _populate_relations: () -> untyped def initialize: () -> void def matching_specs: () -> untyped def viz: () -> untyped end # sig/bundler/graph.rbs class Bundler::Graph::GraphVizClient def g: () -> untyped def initialize: () -> void def run: () -> untyped end # sig/bundler/index.rbs class Bundler::Index def self.build: () -> untyped def <<: () -> untyped def ==: () -> untyped def add_source: () -> untyped def dependency_names: () -> untyped def each: () -> untyped def empty?: () -> untyped def initialize: () -> void def initialize_copy: () -> untyped def inspect: () -> untyped def local_search: () -> untyped def same_version?: () -> untyped def same_version?: () -> untyped def search: () -> untyped def search_all: () -> untyped def search_by_dependency: () -> untyped def search_by_spec: () -> untyped def size: () -> untyped def spec_satisfies_dependency?: () -> untyped def specs_by_name: () -> untyped def unmet_dependency_names: () -> untyped def use: () -> untyped end # sig/bundler/injector.rbs class Bundler::Injector def self.inject: () -> untyped def append_to: () -> untyped def initialize: () -> void def inject: () -> untyped def new_gem_lines: () -> untyped end # sig/bundler/installer.rbs class Bundler::Installer < Bundler::Environment def self.install: () -> untyped def can_install_in_parallel?: () -> untyped def create_bundle_path: () -> untyped def generate_bundler_executable_stubs: () -> untyped def generate_standalone_bundler_executable_stubs: () -> untyped def install: () -> untyped def install_in_parallel: () -> untyped def resolve_if_need: () -> untyped def run: () -> untyped end # sig/bundler/lazy_specification.rbs class Bundler::LazySpecification def ==: () -> untyped def __materialize__: () -> untyped def full_name: () -> untyped def identifier: () -> untyped def initialize: () -> void def method_missing: () -> untyped def respond_to?: () -> untyped def satisfies?: () -> untyped def to_ary: () -> untyped def to_lock: () -> untyped def to_s: () -> untyped end # sig/bundler/lockfile_parser.rbs class Bundler::LockfileParser def initialize: () -> void def parse_bundled_with: () -> untyped def parse_dependency: () -> untyped def parse_platform: () -> untyped def parse_source: () -> untyped def parse_spec: () -> untyped def warn_for_outdated_bundler_version: () -> untyped end # sig/bundler/vendor/molinillo/lib/molinillo/errors.rbs class Bundler::Molinillo::CircularDependencyError < Bundler::Molinillo::ResolverError def initialize: () -> void end # sig/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rbs class Bundler::Molinillo::DependencyGraph def self.tsort: () -> untyped def ==: () -> untyped def add_child_vertex: () -> untyped def add_edge: () -> untyped def add_edge_no_circular: () -> untyped def add_vertex: () -> untyped def detach_vertex_named: () -> untyped def each: () -> untyped def initialize: () -> void def initialize_copy: () -> untyped def inspect: () -> untyped def root_vertex_named: () -> untyped def tsort_each_child: () -> untyped def vertex_named: () -> untyped end # sig/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rbs class Bundler::Molinillo::DependencyGraph::Vertex def ==: () -> untyped def ancestor?: () -> untyped def hash: () -> untyped def initialize: () -> void def inspect: () -> untyped def path_to?: () -> untyped def predecessors: () -> untyped def recursive_predecessors: () -> untyped def recursive_successors: () -> untyped def requirements: () -> untyped def shallow_eql?: () -> untyped def successors: () -> untyped end # sig/bundler/vendor/molinillo/lib/molinillo/state.rbs class Bundler::Molinillo::DependencyState < Bundler::Molinillo::ResolutionState def pop_possibility_state: () -> untyped end # sig/bundler/vendor/molinillo/lib/molinillo/errors.rbs class Bundler::Molinillo::NoSuchDependencyError < Bundler::Molinillo::ResolverError def initialize: () -> void def message: () -> untyped end # sig/bundler/vendor/molinillo/lib/molinillo/state.rbs class Bundler::Molinillo::ResolutionState def self.empty: () -> untyped end # sig/bundler/vendor/molinillo/lib/molinillo/resolution.rbs class Bundler::Molinillo::Resolver def initialize: () -> void def resolve: () -> untyped end # sig/bundler/vendor/molinillo/lib/molinillo/resolution.rbs class Bundler::Molinillo::Resolver::Resolution def activate_spec: () -> untyped def attempt_to_activate: () -> untyped def attempt_to_activate_existing_spec: () -> untyped def attempt_to_activate_new_spec: () -> untyped def attempt_to_swap_possibility: () -> untyped def create_conflict: () -> untyped def debug: () -> untyped def end_resolution: () -> untyped def find_state_for: () -> untyped def handle_missing_or_push_dependency_state: () -> untyped def indicate_progress: () -> untyped def initial_state: () -> untyped def initialize: () -> void def locked_requirement_named: () -> untyped def parent_of: () -> untyped def possibility: () -> untyped def process_topmost_state: () -> untyped def push_state_for_requirements: () -> untyped def require_nested_dependencies_for: () -> untyped def requirement_for_existing_name: () -> untyped def requirement_tree_for: () -> untyped def requirement_trees: () -> untyped def resolve: () -> untyped def start_resolution: () -> untyped def state: () -> untyped def state_any?: () -> untyped def state_index_for_unwind: () -> untyped def unwind_for_conflict: () -> untyped end # sig/bundler/vendor/molinillo/lib/molinillo/errors.rbs class Bundler::Molinillo::VersionConflict < Bundler::Molinillo::ResolverError def initialize: () -> void end # sig/bundler/errors.rbs class Bundler::PermissionError < Bundler::BundlerError def initialize: () -> void def message: () -> untyped end # sig/bundler/remote_specification.rbs class Bundler::RemoteSpecification def <=>: () -> untyped def __swap__: () -> untyped def _remote_specification: () -> untyped def fetch_platform: () -> untyped def full_name: () -> untyped def initialize: () -> void def method_missing: () -> untyped def sort_obj: () -> untyped end # sig/bundler/resolver.rbs class Bundler::Resolver def self.resolve: () -> untyped def after_resolution: () -> untyped def amount_constrained: () -> untyped def before_resolution: () -> untyped def debug: () -> untyped def debug?: () -> untyped def dependencies_for: () -> untyped def indicate_progress: () -> untyped def initialize: () -> void def name_for: () -> untyped def name_for_explicit_dependency_source: () -> untyped def name_for_locking_dependency_source: () -> untyped def requirement_satisfied_by?: () -> untyped def search_for: () -> untyped def sort_dependencies: () -> untyped def start: () -> untyped def verify_gemfile_dependencies_are_found!: () -> untyped end # sig/bundler/resolver.rbs class Bundler::Resolver::Molinillo::VersionConflict def message: () -> untyped def printable_dep: () -> untyped end # sig/bundler/resolver.rbs class Bundler::Resolver::SpecGroup < Bundler::Resolver::Array def __dependencies: () -> untyped def activate_platform: () -> untyped def dependencies_for_activated_platforms: () -> untyped def for?: () -> untyped def initialize: () -> void def initialize_copy: () -> untyped def name: () -> untyped def platforms_for_dependency_named: () -> untyped def source: () -> untyped def to_s: () -> untyped def to_specs: () -> untyped def version: () -> untyped end # sig/bundler/retry.rbs class Bundler::Retry def attempt: () -> untyped def default_attempts: () -> untyped def default_retries: () -> untyped def fail_attempt: () -> untyped def initialize: () -> void def keep_trying?: () -> untyped def last_attempt?: () -> untyped def run: () -> untyped end # sig/bundler/rubygems_gem_installer.rbs class Bundler::RubyGemsGemInstaller < Bundler::Gem::Installer def check_executable_overwrite: () -> untyped end # sig/bundler/ruby_version.rbs class Bundler::RubyVersion def ==: () -> untyped def diff: () -> untyped def host: () -> untyped def initialize: () -> void def to_s: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration def self.provides?: () -> untyped def self.version: () -> untyped def backport_base_dir: () -> untyped def backport_cache_file: () -> untyped def backport_segment_generation: () -> untyped def backport_spec_file: () -> untyped def backport_yaml_initialize: () -> untyped def bin_path: () -> untyped def build: () -> untyped def build_args: () -> untyped def build_args=: () -> untyped def build_gem: () -> untyped def clear_paths: () -> untyped def config_map: () -> untyped def configuration: () -> untyped def download_gem: () -> untyped def ext_lock: () -> untyped def fetch_all_remote_specs: () -> untyped def fetch_prerelease_specs: () -> untyped def fetch_specs: () -> untyped def gem_bindir: () -> untyped def gem_cache: () -> untyped def gem_dir: () -> untyped def gem_from_path: () -> untyped def gem_path: () -> untyped def inflate: () -> untyped def loaded_gem_paths: () -> untyped def loaded_specs: () -> untyped def mark_loaded: () -> untyped def marshal_spec_dir: () -> untyped def path: () -> untyped def platforms: () -> untyped def preserve_paths: () -> untyped def provides?: () -> untyped def read_binary: () -> untyped def redefine_method: () -> untyped def replace_bin_path: () -> untyped def replace_entrypoints: () -> untyped def replace_gem: () -> untyped def replace_refresh: () -> untyped def repository_subdirectories: () -> untyped def reverse_rubygems_kernel_mixin: () -> untyped def ruby_engine: () -> untyped def security_policies: () -> untyped def security_policy_keys: () -> untyped def sources: () -> untyped def sources=: () -> untyped def spec_cache_dirs: () -> untyped def spec_from_gem: () -> untyped def stub_source_index: () -> untyped def ui=: () -> untyped def user_home: () -> untyped def validate: () -> untyped def version: () -> untyped def with_build_args: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::AlmostModern < Bundler::RubygemsIntegration::Modern def preserve_paths: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::Ancient < Bundler::RubygemsIntegration::Legacy def initialize: () -> void end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::Future < Bundler::RubygemsIntegration::RubygemsIntegration def all_specs: () -> untyped def build: () -> untyped def download_gem: () -> untyped def fetch_all_remote_specs: () -> untyped def fetch_specs: () -> untyped def find_name: () -> untyped def gem_from_path: () -> untyped def gem_remote_fetcher: () -> untyped def repository_subdirectories: () -> untyped def stub_rubygems: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::Legacy < Bundler::RubygemsIntegration::RubygemsIntegration def all_specs: () -> untyped def find_name: () -> untyped def initialize: () -> void def stub_rubygems: () -> untyped def validate: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::Modern < Bundler::RubygemsIntegration::RubygemsIntegration def all_specs: () -> untyped def find_name: () -> untyped def stub_rubygems: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::MoreFuture < Bundler::RubygemsIntegration::Future def all_specs: () -> untyped def backport_ext_builder_monitor: () -> untyped def find_name: () -> untyped def find_name: () -> untyped def initialize: () -> void end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::MoreModern < Bundler::RubygemsIntegration::Modern def build: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::Transitional < Bundler::RubygemsIntegration::Legacy def stub_rubygems: () -> untyped def validate: () -> untyped end # sig/bundler/runtime.rbs class Bundler::Runtime < Bundler::Environment def cache: () -> untyped def clean: () -> untyped def dependencies_for: () -> untyped def prune_cache: () -> untyped def prune_gem_cache: () -> untyped def prune_git_and_path_cache: () -> untyped def remove_dir: () -> untyped def require: () -> untyped def setup: () -> untyped def setup_environment: () -> untyped def setup_manpath: () -> untyped end # sig/bundler/ssl_certs/certificate_manager.rbs class Bundler::SSLCerts::CertificateManager def self.update_from!: () -> untyped def certificates_in: () -> untyped def connect_to: () -> untyped def initialize: () -> void def store: () -> untyped def up_to_date?: () -> untyped def update!: () -> untyped end # sig/bundler/settings.rbs class Bundler::Settings def []: () -> untyped def []=: () -> untyped def all: () -> untyped def allow_sudo?: () -> untyped def app_cache_path: () -> untyped def convert_to_backward_compatible_key: () -> untyped def credentials_for: () -> untyped def delete: () -> untyped def gem_mirrors: () -> untyped def get_array: () -> untyped def global_config_file: () -> untyped def ignore_config?: () -> untyped def initialize: () -> void def is_bool: () -> untyped def is_num: () -> untyped def key_for: () -> untyped def load_config: () -> untyped def local_config_file: () -> untyped def local_overrides: () -> untyped def locations: () -> untyped def mirror_for: () -> untyped def normalize_uri: () -> untyped def parent_setting_for: () -> untyped def path: () -> untyped def pretty_values_for: () -> untyped def set_array: () -> untyped def set_global: () -> untyped def set_key: () -> untyped def specfic_gem_for: () -> untyped def split_specfic_setting_for: () -> untyped def to_bool: () -> untyped def with: () -> untyped def with=: () -> untyped def without: () -> untyped def without=: () -> untyped end # sig/bundler/similarity_detector.rbs class Bundler::SimilarityDetector def initialize: () -> void def levenshtein_distance: () -> untyped def similar_word_list: () -> untyped def similar_words: () -> untyped end # sig/bundler/source.rbs class Bundler::Source def can_lock?: () -> untyped def include?: () -> untyped def unmet_deps: () -> untyped def version_message: () -> untyped end # sig/bundler/source/git.rbs class Bundler::Source::Git < Bundler::Source::Path def self.from_lock: () -> untyped def allow_git_ops?: () -> untyped def app_cache_dirname: () -> untyped def base_name: () -> untyped def cache: () -> untyped def cache_path: () -> untyped def cached?: () -> untyped def cached_revision: () -> untyped def eql?: () -> untyped def extension_dir_name: () -> untyped def git_proxy: () -> untyped def has_app_cache?: () -> untyped def hash: () -> untyped def initialize: () -> void def install: () -> untyped def install_path: () -> untyped def load_spec_files: () -> untyped def local?: () -> untyped def local_override!: () -> untyped def name: () -> untyped def requires_checkout?: () -> untyped def revision: () -> untyped def serialize_gemspecs_in: () -> untyped def set_local!: () -> untyped def shortref_for_display: () -> untyped def shortref_for_path: () -> untyped def specs: () -> untyped def to_lock: () -> untyped def to_s: () -> untyped def unlock!: () -> untyped def uri_hash: () -> untyped end # sig/bundler/source/git/git_proxy.rbs class Bundler::Source::Git::GitCommandError < Bundler::Source::Git::GitError def initialize: () -> void end # sig/bundler/source/git/git_proxy.rbs class Bundler::Source::Git::GitNotAllowedError < Bundler::Source::Git::GitError def initialize: () -> void end # sig/bundler/source/git/git_proxy.rbs class Bundler::Source::Git::GitNotInstalledError < Bundler::Source::Git::GitError def initialize: () -> void end # sig/bundler/source/git/git_proxy.rbs class Bundler::Source::Git::GitProxy def allow?: () -> untyped def allowed_in_path: () -> untyped def branch: () -> untyped def checkout: () -> untyped def configured_uri_for: () -> untyped def contains?: () -> untyped def copy_to: () -> untyped def git: () -> untyped def git_null: () -> untyped def git_retry: () -> untyped def has_revision_cached?: () -> untyped def in_path: () -> untyped def initialize: () -> void def revision: () -> untyped def uri_escaped_with_configured_credentials: () -> untyped def version: () -> untyped end # sig/bundler/source/path.rbs class Bundler::Source::Path < Bundler::Source::Source def self.from_lock: () -> untyped def app_cache_dirname: () -> untyped def app_cache_path: () -> untyped def cache: () -> untyped def cached!: () -> untyped def eql?: () -> untyped def expand: () -> untyped def expanded_path: () -> untyped def generate_bin: () -> untyped def has_app_cache?: () -> untyped def hash: () -> untyped def initialize: () -> void def install: () -> untyped def load_spec_files: () -> untyped def local_specs: () -> untyped def name: () -> untyped def relative_path: () -> untyped def remote!: () -> untyped def run_hooks: () -> untyped def specs: () -> untyped def to_lock: () -> untyped def to_s: () -> untyped end # sig/bundler/source/path/installer.rbs class Bundler::Source::Path::Installer < Bundler::Source::Path::Bundler::RubyGemsGemInstaller def generate_bin: () -> untyped def initialize: () -> void end # sig/bundler/source/rubygems.rbs class Bundler::Source::Rubygems < Bundler::Source::Source def self.from_lock: () -> untyped def add_remote: () -> untyped def api_fetchers: () -> untyped def builtin_gem?: () -> untyped def cache: () -> untyped def cached!: () -> untyped def cached_built_in_gem: () -> untyped def cached_gem: () -> untyped def cached_path: () -> untyped def cached_specs: () -> untyped def can_lock?: () -> untyped def credless_remotes: () -> untyped def eql?: () -> untyped def fetch_gem: () -> untyped def fetchers: () -> untyped def hash: () -> untyped def include?: () -> untyped def initialize: () -> void def install: () -> untyped def installed?: () -> untyped def installed_specs: () -> untyped def loaded_from: () -> untyped def normalize_uri: () -> untyped def options: () -> untyped def remote!: () -> untyped def remote_specs: () -> untyped def remotes_for_spec: () -> untyped def replace_remotes: () -> untyped def specs: () -> untyped def suppress_configured_credentials: () -> untyped def to_lock: () -> untyped def to_s: () -> untyped def unmet_deps: () -> untyped end # sig/bundler/source/rubygems/remote.rbs class Bundler::Source::Rubygems::Remote def apply_auth: () -> untyped def initialize: () -> void def remove_auth: () -> untyped end # sig/bundler/source_list.rbs class Bundler::SourceList def add_git_source: () -> untyped def add_path_source: () -> untyped def add_rubygems_remote: () -> untyped def add_rubygems_source: () -> untyped def add_source_to_list: () -> untyped def all_sources: () -> untyped def cached!: () -> untyped def combine_rubygems_sources: () -> untyped def get: () -> untyped def initialize: () -> void def lock_sources: () -> untyped def remote!: () -> untyped def replace_sources!: () -> untyped def rubygems_primary_remotes: () -> untyped def rubygems_remotes: () -> untyped def rubygems_sources: () -> untyped def source_list_for: () -> untyped end # sig/bundler/spec_set.rbs class Bundler::SpecSet def []: () -> untyped def []=: () -> untyped def extract_circular_gems: () -> untyped def for: () -> untyped def initialize: () -> void def lookup: () -> untyped def materialize: () -> untyped def merge: () -> untyped def sort!: () -> untyped def sorted: () -> untyped def to_a: () -> untyped def to_hash: () -> untyped def tsort_each_child: () -> untyped def tsort_each_node: () -> untyped def valid_for?: () -> untyped end # sig/bundler/installer/standalone.rbs class Bundler::Standalone def bundler_path: () -> untyped def gem_path: () -> untyped def generate: () -> untyped def initialize: () -> void def paths: () -> untyped def version_dir: () -> untyped end # sig/bundler/stub_specification.rbs class Bundler::StubSpecification < Bundler::RemoteSpecification def self.from_stub: () -> untyped def _remote_specification: () -> untyped def to_yaml: () -> untyped end # sig/bundler/ruby_version.rbs class Bundler::SystemRubyVersion < Bundler::RubyVersion def engine: () -> untyped def engine_version: () -> untyped def gem_version: () -> untyped def initialize: () -> void def patchlevel: () -> untyped def version: () -> untyped end # sig/bundler/vendor/thor/lib/thor.rbs class Bundler::Thor def banner: () -> untyped def baseclass: () -> untyped def check_unknown_options!: () -> untyped def check_unknown_options?: () -> untyped def command_help: () -> untyped def create_command: () -> untyped def default_command: () -> untyped def desc: () -> untyped def dispatch: () -> untyped def dynamic_command_class: () -> untyped def find_command_possibilities: () -> untyped def help: () -> untyped def help: () -> untyped def initialize_added: () -> untyped def long_desc: () -> untyped def map: () -> untyped def method_option: () -> untyped def method_options: () -> untyped def normalize_command_name: () -> untyped def package_name: () -> untyped def printable_commands: () -> untyped def register: () -> untyped def retrieve_command_name: () -> untyped def stop_on_unknown_option: () -> untyped def stop_on_unknown_option!: () -> untyped def stop_on_unknown_option?: () -> untyped def subcommand: () -> untyped def subcommand_classes: () -> untyped def subcommand_help: () -> untyped def subcommands: () -> untyped end # sig/bundler/vendor/thor/lib/thor/actions/create_file.rbs class Bundler::Thor::Actions::CreateFile < Bundler::Thor::Actions::EmptyDirectory def force_on_collision?: () -> untyped def force_or_skip_or_conflict: () -> untyped def identical?: () -> untyped def initialize: () -> void def invoke!: () -> untyped def on_conflict_behavior: () -> untyped def render: () -> untyped end # sig/bundler/vendor/thor/lib/thor/actions/create_link.rbs class Bundler::Thor::Actions::CreateLink < Bundler::Thor::Actions::CreateFile def exists?: () -> untyped def identical?: () -> untyped def invoke!: () -> untyped end # sig/bundler/vendor/thor/lib/thor/actions/directory.rbs class Bundler::Thor::Actions::Directory < Bundler::Thor::Actions::EmptyDirectory def execute!: () -> untyped def file_level_lookup: () -> untyped def file_level_lookup: () -> untyped def files: () -> untyped def files: () -> untyped def initialize: () -> void def invoke!: () -> untyped def revoke!: () -> untyped end # sig/bundler/vendor/thor/lib/thor/actions/empty_directory.rbs class Bundler::Thor::Actions::EmptyDirectory def convert_encoded_instructions: () -> untyped def destination=: () -> untyped def exists?: () -> untyped def initialize: () -> void def invoke!: () -> untyped def invoke_with_conflict_check: () -> untyped def on_conflict_behavior: () -> untyped def pretend?: () -> untyped def revoke!: () -> untyped def say_status: () -> untyped end # sig/bundler/vendor/thor/lib/thor/actions/inject_into_file.rbs class Bundler::Thor::Actions::InjectIntoFile < Bundler::Thor::Actions::EmptyDirectory def initialize: () -> void def invoke!: () -> untyped def replace!: () -> untyped def revoke!: () -> untyped def say_status: () -> untyped end # sig/bundler/vendor/thor/lib/thor/parser/argument.rbs class Bundler::Thor::Argument def default_banner: () -> untyped def initialize: () -> void def required?: () -> untyped def show_default?: () -> untyped def usage: () -> untyped def valid_type?: () -> untyped def validate!: () -> untyped end # sig/bundler/vendor/thor/lib/thor/parser/arguments.rbs class Bundler::Thor::Arguments def self.parse: () -> untyped def self.split: () -> untyped def check_requirement!: () -> untyped def current_is_value?: () -> untyped def initialize: () -> void def last?: () -> untyped def no_or_skip?: () -> untyped def parse: () -> untyped def parse_array: () -> untyped def parse_hash: () -> untyped def parse_numeric: () -> untyped def parse_string: () -> untyped def peek: () -> untyped def remaining: () -> untyped def shift: () -> untyped def unshift: () -> untyped end # sig/bundler/vendor/thor/lib/thor/command.rbs class Bundler::Thor::Command def formatted_usage: () -> untyped def handle_argument_error?: () -> untyped def handle_no_method_error?: () -> untyped def hidden?: () -> untyped def initialize: () -> void def initialize_copy: () -> untyped def local_method?: () -> untyped def not_debugging?: () -> untyped def private_method?: () -> untyped def public_method?: () -> untyped def required_options: () -> untyped def run: () -> untyped def sans_backtrace: () -> untyped end # sig/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rbs class Bundler::Thor::CoreExt::HashWithIndifferentAccess < Hash def []: () -> untyped def []=: () -> untyped def convert_key: () -> untyped def delete: () -> untyped def initialize: () -> void def merge: () -> untyped def merge!: () -> untyped def method_missing: () -> untyped def to_hash: () -> untyped def values_at: () -> untyped end # sig/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rbs class Bundler::Thor::CoreExt::OrderedHash < Hash def []: () -> untyped def []=: () -> untyped def delete: () -> untyped def each: () -> untyped def empty?: () -> untyped def initialize: () -> void def keys: () -> untyped def merge: () -> untyped def values: () -> untyped end # sig/bundler/vendor/thor/lib/thor/command.rbs class Bundler::Thor::DynamicCommand < Bundler::Thor::Command def initialize: () -> void def run: () -> untyped end # sig/bundler/vendor/thor/lib/thor/group.rbs class Bundler::Thor::Group def _invoke_for_class_method: () -> untyped def banner: () -> untyped def baseclass: () -> untyped def class_options_help: () -> untyped def create_command: () -> untyped def desc: () -> untyped def dispatch: () -> untyped def get_options_from_invocations: () -> untyped def handle_argument_error: () -> untyped def help: () -> untyped def invocation_blocks: () -> untyped def invocations: () -> untyped def invoke: () -> untyped def invoke_from_option: () -> untyped def printable_commands: () -> untyped def remove_invocation: () -> untyped def self_command: () -> untyped end # sig/bundler/vendor/thor/lib/thor/command.rbs class Bundler::Thor::HiddenCommand < Bundler::Thor::Command def hidden?: () -> untyped end # sig/bundler/vendor/thor/lib/thor/line_editor/basic.rbs class Bundler::Thor::LineEditor::Basic def self.available?: () -> untyped def echo?: () -> untyped def get_input: () -> untyped def initialize: () -> void def readline: () -> untyped end # sig/bundler/vendor/thor/lib/thor/line_editor/readline.rbs class Bundler::Thor::LineEditor::Readline < Bundler::Thor::LineEditor::Basic def self.available?: () -> untyped def add_to_history?: () -> untyped def completion_options: () -> untyped def completion_proc: () -> untyped def readline: () -> untyped def use_path_completion?: () -> untyped end # sig/bundler/vendor/thor/lib/thor/line_editor/readline.rbs class Bundler::Thor::LineEditor::Readline::PathCompletion def absolute_matches: () -> untyped def base_path: () -> untyped def glob_pattern: () -> untyped def initialize: () -> void def matches: () -> untyped def relative_matches: () -> untyped end # sig/bundler/vendor/thor/lib/thor/parser/option.rbs class Bundler::Thor::Option < Bundler::Thor::Argument def self.parse: () -> untyped def dasherize: () -> untyped def dasherized?: () -> untyped def human_name: () -> untyped def initialize: () -> void def switch_name: () -> untyped def undasherize: () -> untyped def usage: () -> untyped def validate!: () -> untyped end # sig/bundler/vendor/thor/lib/thor/parser/options.rbs class Bundler::Thor::Options < Bundler::Thor::Arguments def self.to_switches: () -> untyped def check_unknown!: () -> untyped def current_is_switch?: () -> untyped def current_is_switch_formatted?: () -> untyped def current_is_value?: () -> untyped def initialize: () -> void def normalize_switch: () -> untyped def parse: () -> untyped def parse_boolean: () -> untyped def parse_peek: () -> untyped def parsing_options?: () -> untyped def peek: () -> untyped def remaining: () -> untyped def switch?: () -> untyped def switch_option: () -> untyped end # sig/bundler/vendor/thor/lib/thor/runner.rbs class Bundler::Thor::Runner < Bundler::Thor def self.banner: () -> untyped def self.exit_on_failure?: () -> untyped def display_commands: () -> untyped def display_klasses: () -> untyped def help: () -> untyped def initialize_thorfiles: () -> untyped def install: () -> untyped def installed: () -> untyped def list: () -> untyped def method_missing: () -> untyped def save_yaml: () -> untyped def show_modules: () -> untyped def thor_root: () -> untyped def thor_yaml: () -> untyped def thorfiles: () -> untyped def thorfiles_relevant_to: () -> untyped def uninstall: () -> untyped def update: () -> untyped def version: () -> untyped end # sig/bundler/vendor/thor/lib/thor/shell/basic.rbs class Bundler::Thor::Shell::Basic def as_unicode: () -> untyped def as_unicode: () -> untyped def ask: () -> untyped def ask_filtered: () -> untyped def ask_simply: () -> untyped def can_display_colors?: () -> untyped def dynamic_width: () -> untyped def dynamic_width_stty: () -> untyped def dynamic_width_tput: () -> untyped def error: () -> untyped def file_collision: () -> untyped def file_collision_help: () -> untyped def initialize: () -> void def is?: () -> untyped def lookup_color: () -> untyped def mute: () -> untyped def mute?: () -> untyped def no?: () -> untyped def padding=: () -> untyped def prepare_message: () -> untyped def print_in_columns: () -> untyped def print_table: () -> untyped def print_wrapped: () -> untyped def quiet?: () -> untyped def say: () -> untyped def say_status: () -> untyped def set_color: () -> untyped def show_diff: () -> untyped def stderr: () -> untyped def stdout: () -> untyped def terminal_width: () -> untyped def truncate: () -> untyped def unix?: () -> untyped def yes?: () -> untyped end # sig/bundler/vendor/thor/lib/thor/shell/color.rbs class Bundler::Thor::Shell::Color < Bundler::Thor::Shell::Basic def can_display_colors?: () -> untyped def diff_lcs_loaded?: () -> untyped def output_diff_line: () -> untyped def set_color: () -> untyped def show_diff: () -> untyped end # sig/bundler/vendor/thor/lib/thor/shell/html.rbs class Bundler::Thor::Shell::HTML < Bundler::Thor::Shell::Basic def ask: () -> untyped def can_display_colors?: () -> untyped def diff_lcs_loaded?: () -> untyped def output_diff_line: () -> untyped def set_color: () -> untyped def show_diff: () -> untyped end # sig/bundler/ui/rg_proxy.rbs class Bundler::UI::RGProxy < Gem::SilentUI def initialize: () -> void def say: () -> untyped end # sig/bundler/ui/shell.rbs class Bundler::UI::Shell def ask: () -> untyped def confirm: () -> untyped def debug: () -> untyped def debug?: () -> untyped def error: () -> untyped def info: () -> untyped def initialize: () -> void def level: () -> untyped def level=: () -> untyped def no?: () -> untyped def quiet?: () -> untyped def silence: () -> untyped def strip_leading_spaces: () -> untyped def tell_me: () -> untyped def trace: () -> untyped def warn: () -> untyped def word_wrap: () -> untyped def yes?: () -> untyped end # sig/bundler/ui/silent.rbs class Bundler::UI::Silent def ask: () -> untyped def confirm: () -> untyped def debug: () -> untyped def debug?: () -> untyped def error: () -> untyped def info: () -> untyped def level: () -> untyped def level=: () -> untyped def quiet?: () -> untyped def silence: () -> untyped def trace: () -> untyped def warn: () -> untyped end # sig/bundler/errors.rbs class Bundler::VersionConflict < Bundler::BundlerError def initialize: () -> void end # sig/bundler/worker.rbs class Bundler::Worker def abort_threads: () -> untyped def apply_func: () -> untyped def deq: () -> untyped def enq: () -> untyped def initialize: () -> void def process_queue: () -> untyped def stop: () -> untyped def stop_threads: () -> untyped end # sig/bundler/worker.rbs class Bundler::Worker::WrappedException < Bundler::Worker::StandardError def initialize: () -> void end # sig/bundler/errors.rbs class Bundler::YAMLSyntaxError < Bundler::BundlerError def initialize: () -> void end # sig/bundler/rubygems_ext.rbs class Gem::Dependency def encode_with: () -> untyped def matches_spec?: () -> untyped def requirement: () -> untyped def to_lock: () -> untyped def to_yaml_properties: () -> untyped end # sig/bundler/rubygems_ext.rbs class Gem::Platform def hash: () -> untyped end # sig/bundler/rubygems_ext.rbs class Gem::Requirement def none?: () -> untyped end # sig/bundler/rubygems_ext.rbs class Gem::Specification def dependencies_to_gemfile: () -> untyped def extension_dir: () -> untyped def full_gem_path: () -> untyped def gem_dir: () -> untyped def git_version: () -> untyped def groups: () -> untyped def load_paths: () -> untyped def loaded_from: () -> untyped def nondevelopment_dependencies: () -> untyped def to_gemfile: () -> untyped end # sig/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rbs class IO def binread: () -> untyped end # sig/bundler/vendor/net/http/faster.rbs class Net::BufferedIO def rbuf_fill: () -> untyped end # sig/bundler/vendor/net/http/persistent.rbs class Net::HTTP::Persistent def self.detect_idle_timeout: () -> untyped def ca_file=: () -> untyped def can_retry?: () -> untyped def cert_store=: () -> untyped def certificate=: () -> untyped def cleanup: () -> untyped def connection_close?: () -> untyped def connection_close?: () -> untyped def connection_for: () -> untyped def connection_keep_alive?: () -> untyped def connection_keep_alive?: () -> untyped def error_message: () -> untyped def escape: () -> untyped def expired?: () -> untyped def finish: () -> untyped def http_class: () -> untyped def http_version: () -> untyped def idempotent?: () -> untyped def initialize: () -> void def max_age: () -> untyped def normalize_uri: () -> untyped def pipeline: () -> untyped def private_key=: () -> untyped def proxy=: () -> untyped def proxy_bypass?: () -> untyped def proxy_from_env: () -> untyped def reconnect: () -> untyped def reconnect_ssl: () -> untyped def request: () -> untyped def request_failed: () -> untyped def request_setup: () -> untyped def reset: () -> untyped def shutdown: () -> untyped def shutdown_in_all_threads: () -> untyped def ssl: () -> untyped def ssl_cleanup: () -> untyped def ssl_version=: () -> untyped def start: () -> untyped def unescape: () -> untyped def verify_callback=: () -> untyped def verify_mode=: () -> untyped end # sig/bundler/vendor/net/http/persistent/ssl_reuse.rbs class Net::HTTP::Persistent::SSLReuse < Net::HTTP def connect: () -> untyped def connect: () -> untyped def initialize: () -> void end # sig/bundler/installer/parallel_installer.rbs class ParallelInstaller def self.call: () -> untyped def self.max_threads: () -> untyped def call: () -> untyped def collect_post_install_message: () -> untyped def enqueue_specs: () -> untyped def initialize: () -> void def process_specs: () -> untyped def worker_pool: () -> untyped end # sig/bundler/installer/parallel_installer.rbs class ParallelInstaller::SpecInstallation def all_dependencies: () -> untyped def dependencies: () -> untyped def dependencies_installed?: () -> untyped def enqueued?: () -> untyped def has_post_install_message?: () -> untyped def ignorable_dependency?: () -> untyped def initialize: () -> void def installed?: () -> untyped def ready_to_enqueue?: () -> untyped end # sig/bundler.rbs module Bundler def self.current_ruby: () -> untyped def self.issues_url: () -> untyped def self.preserve_gem_path: () -> untyped def self.request_issue_report_for: () -> untyped def self.with_friendly_errors: () -> untyped def app_cache: () -> untyped def app_config_path: () -> untyped def bin_path: () -> untyped def bundle_path: () -> untyped def cache: () -> untyped def clean_exec: () -> untyped def clean_system: () -> untyped def clear_gemspec_cache: () -> untyped def configure: () -> untyped def configure_gem_home: () -> untyped def configure_gem_home_and_path: () -> untyped def default_bundle_dir: () -> untyped def default_gemfile: () -> untyped def default_lockfile: () -> untyped def definition: () -> untyped def environment: () -> untyped def eval_gemspec: () -> untyped def eval_yaml_gemspec: () -> untyped def git_present?: () -> untyped def home: () -> untyped def install_path: () -> untyped def load: () -> untyped def load_gemspec: () -> untyped def load_gemspec_uncached: () -> untyped def load_marshal: () -> untyped def locked_gems: () -> untyped def mkdir_p: () -> untyped def read_file: () -> untyped def require: () -> untyped def requires_sudo?: () -> untyped def reset!: () -> untyped def rm_rf: () -> untyped def root: () -> untyped def ruby_scope: () -> untyped def ruby_version: () -> untyped def settings: () -> untyped def setup: () -> untyped def specs_path: () -> untyped def sudo: () -> untyped def system_bindir: () -> untyped def tmp: () -> untyped def ui: () -> untyped def ui=: () -> untyped def upgrade_lockfile: () -> untyped def user_bundle_path: () -> untyped def which: () -> untyped def with_clean_env: () -> untyped def with_original_env: () -> untyped end # sig/bundler/cli/common.rbs module Bundler::CLI::Common def self.ask_for_spec_from: () -> untyped def self.gem_not_found_message: () -> untyped def self.select_spec: () -> untyped def self.without_groups_message: () -> untyped end # sig/bundler/gem_helpers.rbs module Bundler::GemHelpers def generic: () -> untyped end # sig/bundler/match_platform.rbs module Bundler::MatchPlatform def match_platform: () -> untyped end # sig/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rbs module Bundler::Molinillo::SpecificationProvider def allow_missing?: () -> untyped def dependencies_for: () -> untyped def name_for: () -> untyped def name_for_explicit_dependency_source: () -> untyped def name_for_locking_dependency_source: () -> untyped def requirement_satisfied_by?: () -> untyped def search_for: () -> untyped def sort_dependencies: () -> untyped end # sig/bundler/vendor/molinillo/lib/molinillo/modules/ui.rbs module Bundler::Molinillo::UI def after_resolution: () -> untyped def before_resolution: () -> untyped def debug: () -> untyped def debug?: () -> untyped def indicate_progress: () -> untyped def output: () -> untyped def progress_rate: () -> untyped end # sig/bundler/ruby_dsl.rbs module Bundler::RubyDsl def ruby: () -> untyped end # sig/bundler/shared_helpers.rbs module Bundler::SharedHelpers def chdir: () -> untyped def clean_load_path: () -> untyped def default_bundle_dir: () -> untyped def default_gemfile: () -> untyped def default_lockfile: () -> untyped def filesystem_access: () -> untyped def find_directory: () -> untyped def find_file: () -> untyped def find_gemfile: () -> untyped def in_bundle?: () -> untyped def pwd: () -> untyped def search_up: () -> untyped def set_bundle_environment: () -> untyped def with_clean_git_env: () -> untyped end # sig/bundler/vendor/thor/lib/thor/actions.rbs module Bundler::Thor::Actions def self.included: () -> untyped def _cleanup_options_and_set: () -> untyped def _shared_configuration: () -> untyped def action: () -> untyped def append_to_file: () -> untyped def apply: () -> untyped def capture: () -> untyped def chmod: () -> untyped def comment_lines: () -> untyped def concat: () -> untyped def copy_file: () -> untyped def create_file: () -> untyped def create_link: () -> untyped def destination_root: () -> untyped def destination_root=: () -> untyped def directory: () -> untyped def empty_directory: () -> untyped def find_in_source_paths: () -> untyped def get: () -> untyped def gsub_file: () -> untyped def in_root: () -> untyped def initialize: () -> void def inject_into_class: () -> untyped def insert_into_file: () -> untyped def inside: () -> untyped def link_file: () -> untyped def prepend_to_file: () -> untyped def relative_to_original_destination_root: () -> untyped def remove_file: () -> untyped def run: () -> untyped def run_ruby_script: () -> untyped def source_paths: () -> untyped def template: () -> untyped def thor: () -> untyped def uncomment_lines: () -> untyped def with_output_buffer: () -> untyped end # sig/bundler/vendor/thor/lib/thor/actions.rbs module Bundler::Thor::Actions::ClassMethods def add_runtime_options!: () -> untyped def source_paths: () -> untyped def source_paths_for_search: () -> untyped def source_root: () -> untyped end # sig/bundler/vendor/thor/lib/thor/base.rbs module Bundler::Thor::Base def included: () -> untyped def initialize: () -> void def register_klass_file: () -> untyped def shell: () -> untyped def subclass_files: () -> untyped def subclasses: () -> untyped end # sig/bundler/vendor/thor/lib/thor/base.rbs module Bundler::Thor::Base::ClassMethods def all_commands: () -> untyped def argument: () -> untyped def arguments: () -> untyped def attr_accessor: () -> untyped def attr_reader: () -> untyped def attr_writer: () -> untyped def baseclass: () -> untyped def basename: () -> untyped def build_option: () -> untyped def build_options: () -> untyped def check_unknown_options: () -> untyped def check_unknown_options!: () -> untyped def check_unknown_options?: () -> untyped def class_option: () -> untyped def class_options: () -> untyped def class_options_help: () -> untyped def commands: () -> untyped def create_command: () -> untyped def dispatch: () -> untyped def exit_on_failure?: () -> untyped def find_and_refresh_command: () -> untyped def from_superclass: () -> untyped def group: () -> untyped def handle_argument_error: () -> untyped def handle_no_command_error: () -> untyped def inherited: () -> untyped def initialize_added: () -> untyped def is_thor_reserved_word?: () -> untyped def method_added: () -> untyped def namespace: () -> untyped def no_commands: () -> untyped def print_options: () -> untyped def public_command: () -> untyped def remove_argument: () -> untyped def remove_class_option: () -> untyped def remove_command: () -> untyped def start: () -> untyped def stop_on_unknown_option?: () -> untyped def strict_args_position: () -> untyped def strict_args_position!: () -> untyped def strict_args_position?: () -> untyped end # sig/bundler/vendor/thor/lib/thor/invocation.rbs module Bundler::Thor::Invocation def self.included: () -> untyped def _parse_initialization_options: () -> untyped def _retrieve_class_and_command: () -> untyped def _shared_configuration: () -> untyped def current_command_chain: () -> untyped def initialize: () -> void def invoke: () -> untyped def invoke_all: () -> untyped def invoke_command: () -> untyped def invoke_with_padding: () -> untyped end # sig/bundler/vendor/thor/lib/thor/invocation.rbs module Bundler::Thor::Invocation::ClassMethods def prepare_for_invocation: () -> untyped end # sig/bundler/vendor/thor/lib/thor/line_editor.rbs module Bundler::Thor::LineEditor def self.best_available: () -> untyped def self.readline: () -> untyped end # sig/bundler/vendor/thor/lib/thor/rake_compat.rbs module Bundler::Thor::RakeCompat def self.included: () -> untyped def self.rake_classes: () -> untyped end # sig/bundler/vendor/thor/lib/thor/shell.rbs module Bundler::Thor::Shell def _shared_configuration: () -> untyped def initialize: () -> void def shell: () -> untyped def with_padding: () -> untyped end # sig/bundler/vendor/thor/lib/thor/util.rbs module Bundler::Thor::Util def camel_case: () -> untyped def escape_globs: () -> untyped def find_by_namespace: () -> untyped def find_class_and_command_by_namespace: () -> untyped def globs_for: () -> untyped def load_thorfile: () -> untyped def namespace_from_thor_class: () -> untyped def namespaces_in_content: () -> untyped def ruby_command: () -> untyped def snake_case: () -> untyped def thor_classes_in: () -> untyped def thor_root: () -> untyped def thor_root_glob: () -> untyped def user_home: () -> untyped end