Metadata


Name
rubygems-update
Version
3.6.9
Platform
ruby
Authors
Jim Weirich
Chad Fowler
Eric Hodel
Luis Lavena
Aaron Patterson
Samuel Giddins
André Arko
Evan Phoenix
Hiroshi SHIBATA
Bindir
exe
Date
1980-01-02 00:00:00 UTC
Description
A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file. We call these packages 'gems' and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment. RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem that can be shared and used by other developers. See our guide on publishing a Gem at guides.rubygems.org
Email


drbrain@segment7.net
luislavena@gmail.com
aaron@tenderlovemaking.com
segiddins@segiddins.me
andre@arko.net
evan@phx.io
hsbt@ruby-lang.org
Executables
update_rubygems
Extra rdoc files
CODE_OF_CONDUCT.md
LICENSE.txt
MIT.txt
Manifest.txt
README.md
bundler/LICENSE.md
bundler/README.md
bundler/lib/bundler/man/bundle-add.1
bundler/lib/bundler/man/bundle-binstubs.1
bundler/lib/bundler/man/bundle-cache.1
bundler/lib/bundler/man/bundle-check.1
bundler/lib/bundler/man/bundle-clean.1
bundler/lib/bundler/man/bundle-config.1
bundler/lib/bundler/man/bundle-console.1
bundler/lib/bundler/man/bundle-doctor.1
bundler/lib/bundler/man/bundle-env.1
bundler/lib/bundler/man/bundle-exec.1
bundler/lib/bundler/man/bundle-fund.1
bundler/lib/bundler/man/bundle-gem.1
bundler/lib/bundler/man/bundle-help.1
bundler/lib/bundler/man/bundle-info.1
bundler/lib/bundler/man/bundle-init.1
bundler/lib/bundler/man/bundle-inject.1
bundler/lib/bundler/man/bundle-install.1
bundler/lib/bundler/man/bundle-issue.1
bundler/lib/bundler/man/bundle-licenses.1
bundler/lib/bundler/man/bundle-list.1
bundler/lib/bundler/man/bundle-lock.1
bundler/lib/bundler/man/bundle-open.1
bundler/lib/bundler/man/bundle-outdated.1
bundler/lib/bundler/man/bundle-platform.1
bundler/lib/bundler/man/bundle-plugin.1
bundler/lib/bundler/man/bundle-pristine.1
bundler/lib/bundler/man/bundle-remove.1
bundler/lib/bundler/man/bundle-show.1
bundler/lib/bundler/man/bundle-update.1
bundler/lib/bundler/man/bundle-version.1
bundler/lib/bundler/man/bundle-viz.1
bundler/lib/bundler/man/bundle.1
doc/MAINTAINERS.txt
doc/rubygems/CONTRIBUTING.md
doc/rubygems/POLICIES.md
doc/rubygems/UPGRADING.md
hide_lib_for_update/note.txt
Files
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE.txt
MIT.txt
Manifest.txt
README.md
bundler/CHANGELOG.md
bundler/LICENSE.md
bundler/README.md
bundler/bundler.gemspec
bundler/exe/bundle
bundler/exe/bundler
bundler/lib/bundler.rb
bundler/lib/bundler/.document
bundler/lib/bundler/build_metadata.rb
bundler/lib/bundler/capistrano.rb
bundler/lib/bundler/checksum.rb
bundler/lib/bundler/ci_detector.rb
bundler/lib/bundler/cli.rb
bundler/lib/bundler/cli/add.rb
bundler/lib/bundler/cli/binstubs.rb
bundler/lib/bundler/cli/cache.rb
bundler/lib/bundler/cli/check.rb
bundler/lib/bundler/cli/clean.rb
bundler/lib/bundler/cli/common.rb
bundler/lib/bundler/cli/config.rb
bundler/lib/bundler/cli/console.rb
bundler/lib/bundler/cli/doctor.rb
bundler/lib/bundler/cli/doctor/diagnose.rb
bundler/lib/bundler/cli/doctor/ssl.rb
bundler/lib/bundler/cli/exec.rb
bundler/lib/bundler/cli/fund.rb
bundler/lib/bundler/cli/gem.rb
bundler/lib/bundler/cli/info.rb
bundler/lib/bundler/cli/init.rb
bundler/lib/bundler/cli/inject.rb
bundler/lib/bundler/cli/install.rb
bundler/lib/bundler/cli/issue.rb
bundler/lib/bundler/cli/list.rb
bundler/lib/bundler/cli/lock.rb
bundler/lib/bundler/cli/open.rb
bundler/lib/bundler/cli/outdated.rb
bundler/lib/bundler/cli/platform.rb
bundler/lib/bundler/cli/plugin.rb
bundler/lib/bundler/cli/pristine.rb
bundler/lib/bundler/cli/remove.rb
bundler/lib/bundler/cli/show.rb
bundler/lib/bundler/cli/update.rb
bundler/lib/bundler/cli/viz.rb
bundler/lib/bundler/compact_index_client.rb
bundler/lib/bundler/compact_index_client/cache.rb
bundler/lib/bundler/compact_index_client/cache_file.rb
bundler/lib/bundler/compact_index_client/parser.rb
bundler/lib/bundler/compact_index_client/updater.rb
bundler/lib/bundler/constants.rb
bundler/lib/bundler/current_ruby.rb
bundler/lib/bundler/definition.rb
bundler/lib/bundler/dependency.rb
bundler/lib/bundler/deployment.rb
bundler/lib/bundler/deprecate.rb
bundler/lib/bundler/digest.rb
bundler/lib/bundler/dsl.rb
bundler/lib/bundler/endpoint_specification.rb
bundler/lib/bundler/env.rb
bundler/lib/bundler/environment_preserver.rb
bundler/lib/bundler/errors.rb
bundler/lib/bundler/feature_flag.rb
bundler/lib/bundler/fetcher.rb
bundler/lib/bundler/fetcher/base.rb
bundler/lib/bundler/fetcher/compact_index.rb
bundler/lib/bundler/fetcher/dependency.rb
bundler/lib/bundler/fetcher/downloader.rb
bundler/lib/bundler/fetcher/gem_remote_fetcher.rb
bundler/lib/bundler/fetcher/index.rb
bundler/lib/bundler/force_platform.rb
bundler/lib/bundler/friendly_errors.rb
bundler/lib/bundler/gem_helper.rb
bundler/lib/bundler/gem_helpers.rb
bundler/lib/bundler/gem_tasks.rb
bundler/lib/bundler/gem_version_promoter.rb
bundler/lib/bundler/graph.rb
bundler/lib/bundler/index.rb
bundler/lib/bundler/injector.rb
bundler/lib/bundler/inline.rb
bundler/lib/bundler/installer.rb
bundler/lib/bundler/installer/gem_installer.rb
bundler/lib/bundler/installer/parallel_installer.rb
bundler/lib/bundler/installer/standalone.rb
bundler/lib/bundler/lazy_specification.rb
bundler/lib/bundler/lockfile_generator.rb
bundler/lib/bundler/lockfile_parser.rb
bundler/lib/bundler/man/.document
bundler/lib/bundler/man/bundle-add.1
bundler/lib/bundler/man/bundle-add.1.ronn
bundler/lib/bundler/man/bundle-binstubs.1
bundler/lib/bundler/man/bundle-binstubs.1.ronn
bundler/lib/bundler/man/bundle-cache.1
bundler/lib/bundler/man/bundle-cache.1.ronn
bundler/lib/bundler/man/bundle-check.1
bundler/lib/bundler/man/bundle-check.1.ronn
bundler/lib/bundler/man/bundle-clean.1
bundler/lib/bundler/man/bundle-clean.1.ronn
bundler/lib/bundler/man/bundle-config.1
bundler/lib/bundler/man/bundle-config.1.ronn
bundler/lib/bundler/man/bundle-console.1
bundler/lib/bundler/man/bundle-console.1.ronn
bundler/lib/bundler/man/bundle-doctor.1
bundler/lib/bundler/man/bundle-doctor.1.ronn
bundler/lib/bundler/man/bundle-env.1
bundler/lib/bundler/man/bundle-env.1.ronn
bundler/lib/bundler/man/bundle-exec.1
bundler/lib/bundler/man/bundle-exec.1.ronn
bundler/lib/bundler/man/bundle-fund.1
bundler/lib/bundler/man/bundle-fund.1.ronn
bundler/lib/bundler/man/bundle-gem.1
bundler/lib/bundler/man/bundle-gem.1.ronn
bundler/lib/bundler/man/bundle-help.1
bundler/lib/bundler/man/bundle-help.1.ronn
bundler/lib/bundler/man/bundle-info.1
bundler/lib/bundler/man/bundle-info.1.ronn
bundler/lib/bundler/man/bundle-init.1
bundler/lib/bundler/man/bundle-init.1.ronn
bundler/lib/bundler/man/bundle-inject.1
bundler/lib/bundler/man/bundle-inject.1.ronn
bundler/lib/bundler/man/bundle-install.1
bundler/lib/bundler/man/bundle-install.1.ronn
bundler/lib/bundler/man/bundle-issue.1
bundler/lib/bundler/man/bundle-issue.1.ronn
bundler/lib/bundler/man/bundle-licenses.1
bundler/lib/bundler/man/bundle-licenses.1.ronn
bundler/lib/bundler/man/bundle-list.1
bundler/lib/bundler/man/bundle-list.1.ronn
bundler/lib/bundler/man/bundle-lock.1
bundler/lib/bundler/man/bundle-lock.1.ronn
bundler/lib/bundler/man/bundle-open.1
bundler/lib/bundler/man/bundle-open.1.ronn
bundler/lib/bundler/man/bundle-outdated.1
bundler/lib/bundler/man/bundle-outdated.1.ronn
bundler/lib/bundler/man/bundle-platform.1
bundler/lib/bundler/man/bundle-platform.1.ronn
bundler/lib/bundler/man/bundle-plugin.1
bundler/lib/bundler/man/bundle-plugin.1.ronn
bundler/lib/bundler/man/bundle-pristine.1
bundler/lib/bundler/man/bundle-pristine.1.ronn
bundler/lib/bundler/man/bundle-remove.1
bundler/lib/bundler/man/bundle-remove.1.ronn
bundler/lib/bundler/man/bundle-show.1
bundler/lib/bundler/man/bundle-show.1.ronn
bundler/lib/bundler/man/bundle-update.1
bundler/lib/bundler/man/bundle-update.1.ronn
bundler/lib/bundler/man/bundle-version.1
bundler/lib/bundler/man/bundle-version.1.ronn
bundler/lib/bundler/man/bundle-viz.1
bundler/lib/bundler/man/bundle-viz.1.ronn
bundler/lib/bundler/man/bundle.1
bundler/lib/bundler/man/bundle.1.ronn
bundler/lib/bundler/man/gemfile.5
bundler/lib/bundler/man/gemfile.5.ronn
bundler/lib/bundler/man/index.txt
bundler/lib/bundler/match_metadata.rb
bundler/lib/bundler/match_platform.rb
bundler/lib/bundler/match_remote_metadata.rb
bundler/lib/bundler/materialization.rb
bundler/lib/bundler/mirror.rb
bundler/lib/bundler/plugin.rb
bundler/lib/bundler/plugin/api.rb
bundler/lib/bundler/plugin/api/source.rb
bundler/lib/bundler/plugin/dsl.rb
bundler/lib/bundler/plugin/events.rb
bundler/lib/bundler/plugin/index.rb
bundler/lib/bundler/plugin/installer.rb
bundler/lib/bundler/plugin/installer/git.rb
bundler/lib/bundler/plugin/installer/path.rb
bundler/lib/bundler/plugin/installer/rubygems.rb
bundler/lib/bundler/plugin/source_list.rb
bundler/lib/bundler/process_lock.rb
bundler/lib/bundler/remote_specification.rb
bundler/lib/bundler/resolver.rb
bundler/lib/bundler/resolver/base.rb
bundler/lib/bundler/resolver/candidate.rb
bundler/lib/bundler/resolver/incompatibility.rb
bundler/lib/bundler/resolver/package.rb
bundler/lib/bundler/resolver/root.rb
bundler/lib/bundler/resolver/spec_group.rb
bundler/lib/bundler/resolver/strategy.rb
bundler/lib/bundler/retry.rb
bundler/lib/bundler/ruby_dsl.rb
bundler/lib/bundler/ruby_version.rb
bundler/lib/bundler/rubygems_ext.rb
bundler/lib/bundler/rubygems_gem_installer.rb
bundler/lib/bundler/rubygems_integration.rb
bundler/lib/bundler/runtime.rb
bundler/lib/bundler/safe_marshal.rb
bundler/lib/bundler/self_manager.rb
bundler/lib/bundler/settings.rb
bundler/lib/bundler/settings/validator.rb
bundler/lib/bundler/setup.rb
bundler/lib/bundler/shared_helpers.rb
bundler/lib/bundler/similarity_detector.rb
bundler/lib/bundler/source.rb
bundler/lib/bundler/source/gemspec.rb
bundler/lib/bundler/source/git.rb
bundler/lib/bundler/source/git/git_proxy.rb
bundler/lib/bundler/source/metadata.rb
bundler/lib/bundler/source/path.rb
bundler/lib/bundler/source/path/installer.rb
bundler/lib/bundler/source/rubygems.rb
bundler/lib/bundler/source/rubygems/remote.rb
bundler/lib/bundler/source/rubygems_aggregate.rb
bundler/lib/bundler/source_list.rb
bundler/lib/bundler/source_map.rb
bundler/lib/bundler/spec_set.rb
bundler/lib/bundler/stub_specification.rb
bundler/lib/bundler/templates/.document
bundler/lib/bundler/templates/Executable
bundler/lib/bundler/templates/Executable.bundler
bundler/lib/bundler/templates/Executable.standalone
bundler/lib/bundler/templates/Gemfile
bundler/lib/bundler/templates/newgem/CHANGELOG.md.tt
bundler/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt
bundler/lib/bundler/templates/newgem/Cargo.toml.tt
bundler/lib/bundler/templates/newgem/Gemfile.tt
bundler/lib/bundler/templates/newgem/LICENSE.txt.tt
bundler/lib/bundler/templates/newgem/README.md.tt
bundler/lib/bundler/templates/newgem/Rakefile.tt
bundler/lib/bundler/templates/newgem/bin/console.tt
bundler/lib/bundler/templates/newgem/bin/setup.tt
bundler/lib/bundler/templates/newgem/circleci/config.yml.tt
bundler/lib/bundler/templates/newgem/exe/newgem.tt
bundler/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt
bundler/lib/bundler/templates/newgem/ext/newgem/extconf-c.rb.tt
bundler/lib/bundler/templates/newgem/ext/newgem/extconf-rust.rb.tt
bundler/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt
bundler/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
bundler/lib/bundler/templates/newgem/ext/newgem/src/lib.rs.tt
bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler/lib/bundler/templates/newgem/gitignore.tt
bundler/lib/bundler/templates/newgem/gitlab-ci.yml.tt
bundler/lib/bundler/templates/newgem/lib/newgem.rb.tt
bundler/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
bundler/lib/bundler/templates/newgem/newgem.gemspec.tt
bundler/lib/bundler/templates/newgem/rspec.tt
bundler/lib/bundler/templates/newgem/rubocop.yml.tt
bundler/lib/bundler/templates/newgem/sig/newgem.rbs.tt
bundler/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
bundler/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
bundler/lib/bundler/templates/newgem/standard.yml.tt
bundler/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt
bundler/lib/bundler/templates/newgem/test/minitest/test_newgem.rb.tt
bundler/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt
bundler/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt
bundler/lib/bundler/ui.rb
bundler/lib/bundler/ui/rg_proxy.rb
bundler/lib/bundler/ui/shell.rb
bundler/lib/bundler/ui/silent.rb
bundler/lib/bundler/uri_credentials_filter.rb
bundler/lib/bundler/uri_normalizer.rb
bundler/lib/bundler/vendor/.document
bundler/lib/bundler/vendor/connection_pool/.document
bundler/lib/bundler/vendor/connection_pool/LICENSE
bundler/lib/bundler/vendor/connection_pool/lib/connection_pool.rb
bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb
bundler/lib/bundler/vendor/fileutils/.document
bundler/lib/bundler/vendor/fileutils/COPYING
bundler/lib/bundler/vendor/fileutils/lib/fileutils.rb
bundler/lib/bundler/vendor/net-http-persistent/.document
bundler/lib/bundler/vendor/net-http-persistent/README.rdoc
bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb
bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb
bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb
bundler/lib/bundler/vendor/pub_grub/.document
bundler/lib/bundler/vendor/pub_grub/LICENSE.txt
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/assignment.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/basic_package_source.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/failure_writer.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/incompatibility.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/package.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/partial_solution.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/rubygems.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/solve_failure.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/static_package_source.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/strategy.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/term.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_solver.rb
bundler/lib/bundler/vendor/pub_grub/lib/pub_grub/version_union.rb
bundler/lib/bundler/vendor/securerandom/.document
bundler/lib/bundler/vendor/securerandom/COPYING
bundler/lib/bundler/vendor/securerandom/lib/securerandom.rb
bundler/lib/bundler/vendor/thor/.document
bundler/lib/bundler/vendor/thor/LICENSE.md
bundler/lib/bundler/vendor/thor/lib/thor.rb
bundler/lib/bundler/vendor/thor/lib/thor/actions.rb
bundler/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
bundler/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
bundler/lib/bundler/vendor/thor/lib/thor/actions/directory.rb
bundler/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
bundler/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
bundler/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
bundler/lib/bundler/vendor/thor/lib/thor/base.rb
bundler/lib/bundler/vendor/thor/lib/thor/command.rb
bundler/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
bundler/lib/bundler/vendor/thor/lib/thor/error.rb
bundler/lib/bundler/vendor/thor/lib/thor/group.rb
bundler/lib/bundler/vendor/thor/lib/thor/invocation.rb
bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb
bundler/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
bundler/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
bundler/lib/bundler/vendor/thor/lib/thor/nested_context.rb
bundler/lib/bundler/vendor/thor/lib/thor/parser.rb
bundler/lib/bundler/vendor/thor/lib/thor/parser/argument.rb
bundler/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
bundler/lib/bundler/vendor/thor/lib/thor/parser/option.rb
bundler/lib/bundler/vendor/thor/lib/thor/parser/options.rb
bundler/lib/bundler/vendor/thor/lib/thor/rake_compat.rb
bundler/lib/bundler/vendor/thor/lib/thor/runner.rb
bundler/lib/bundler/vendor/thor/lib/thor/shell.rb
bundler/lib/bundler/vendor/thor/lib/thor/shell/basic.rb
bundler/lib/bundler/vendor/thor/lib/thor/shell/color.rb
bundler/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb
bundler/lib/bundler/vendor/thor/lib/thor/shell/html.rb
bundler/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb
bundler/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb
bundler/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb
bundler/lib/bundler/vendor/thor/lib/thor/util.rb
bundler/lib/bundler/vendor/thor/lib/thor/version.rb
bundler/lib/bundler/vendor/tsort/.document
bundler/lib/bundler/vendor/tsort/LICENSE.txt
bundler/lib/bundler/vendor/tsort/lib/tsort.rb
bundler/lib/bundler/vendor/uri/.document
bundler/lib/bundler/vendor/uri/COPYING
bundler/lib/bundler/vendor/uri/lib/uri.rb
bundler/lib/bundler/vendor/uri/lib/uri/common.rb
bundler/lib/bundler/vendor/uri/lib/uri/file.rb
bundler/lib/bundler/vendor/uri/lib/uri/ftp.rb
bundler/lib/bundler/vendor/uri/lib/uri/generic.rb
bundler/lib/bundler/vendor/uri/lib/uri/http.rb
bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler/lib/bundler/vendor/uri/lib/uri/ldap.rb
bundler/lib/bundler/vendor/uri/lib/uri/ldaps.rb
bundler/lib/bundler/vendor/uri/lib/uri/mailto.rb
bundler/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb
bundler/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb
bundler/lib/bundler/vendor/uri/lib/uri/version.rb
bundler/lib/bundler/vendor/uri/lib/uri/ws.rb
bundler/lib/bundler/vendor/uri/lib/uri/wss.rb
bundler/lib/bundler/vendored_fileutils.rb
bundler/lib/bundler/vendored_net_http.rb
bundler/lib/bundler/vendored_persistent.rb
bundler/lib/bundler/vendored_pub_grub.rb
bundler/lib/bundler/vendored_securerandom.rb
bundler/lib/bundler/vendored_thor.rb
bundler/lib/bundler/vendored_timeout.rb
bundler/lib/bundler/vendored_tsort.rb
bundler/lib/bundler/vendored_uri.rb
bundler/lib/bundler/version.rb
bundler/lib/bundler/vlad.rb
bundler/lib/bundler/worker.rb
bundler/lib/bundler/yaml_serializer.rb
doc/MAINTAINERS.txt
doc/bundler/UPGRADING.md
doc/rubygems/CONTRIBUTING.md
doc/rubygems/POLICIES.md
doc/rubygems/UPGRADING.md
exe/gem
exe/update_rubygems
hide_lib_for_update/note.txt
lib/rubygems.rb
lib/rubygems/available_set.rb
lib/rubygems/basic_specification.rb
lib/rubygems/bundler_version_finder.rb
lib/rubygems/ci_detector.rb
lib/rubygems/command.rb
lib/rubygems/command_manager.rb
lib/rubygems/commands/build_command.rb
lib/rubygems/commands/cert_command.rb
lib/rubygems/commands/check_command.rb
lib/rubygems/commands/cleanup_command.rb
lib/rubygems/commands/contents_command.rb
lib/rubygems/commands/dependency_command.rb
lib/rubygems/commands/environment_command.rb
lib/rubygems/commands/exec_command.rb
lib/rubygems/commands/fetch_command.rb
lib/rubygems/commands/generate_index_command.rb
lib/rubygems/commands/help_command.rb
lib/rubygems/commands/info_command.rb
lib/rubygems/commands/install_command.rb
lib/rubygems/commands/list_command.rb
lib/rubygems/commands/lock_command.rb
lib/rubygems/commands/mirror_command.rb
lib/rubygems/commands/open_command.rb
lib/rubygems/commands/outdated_command.rb
lib/rubygems/commands/owner_command.rb
lib/rubygems/commands/pristine_command.rb
lib/rubygems/commands/push_command.rb
lib/rubygems/commands/query_command.rb
lib/rubygems/commands/rdoc_command.rb
lib/rubygems/commands/rebuild_command.rb
lib/rubygems/commands/search_command.rb
lib/rubygems/commands/server_command.rb
lib/rubygems/commands/setup_command.rb
lib/rubygems/commands/signin_command.rb
lib/rubygems/commands/signout_command.rb
lib/rubygems/commands/sources_command.rb
lib/rubygems/commands/specification_command.rb
lib/rubygems/commands/stale_command.rb
lib/rubygems/commands/uninstall_command.rb
lib/rubygems/commands/unpack_command.rb
lib/rubygems/commands/update_command.rb
lib/rubygems/commands/which_command.rb
lib/rubygems/commands/yank_command.rb
lib/rubygems/compatibility.rb
lib/rubygems/config_file.rb
lib/rubygems/core_ext/kernel_gem.rb
lib/rubygems/core_ext/kernel_require.rb
lib/rubygems/core_ext/kernel_warn.rb
lib/rubygems/core_ext/tcpsocket_init.rb
lib/rubygems/defaults.rb
lib/rubygems/dependency.rb
lib/rubygems/dependency_installer.rb
lib/rubygems/dependency_list.rb
lib/rubygems/deprecate.rb
lib/rubygems/doctor.rb
lib/rubygems/errors.rb
lib/rubygems/exceptions.rb
lib/rubygems/ext.rb
lib/rubygems/ext/build_error.rb
lib/rubygems/ext/builder.rb
lib/rubygems/ext/cargo_builder.rb
lib/rubygems/ext/cargo_builder/link_flag_converter.rb
lib/rubygems/ext/cmake_builder.rb
lib/rubygems/ext/configure_builder.rb
lib/rubygems/ext/ext_conf_builder.rb
lib/rubygems/ext/rake_builder.rb
lib/rubygems/gem_runner.rb
lib/rubygems/gemcutter_utilities.rb
lib/rubygems/gemcutter_utilities/webauthn_listener.rb
lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb
lib/rubygems/gemcutter_utilities/webauthn_poller.rb
lib/rubygems/gemspec_helpers.rb
lib/rubygems/install_default_message.rb
lib/rubygems/install_message.rb
lib/rubygems/install_update_options.rb
lib/rubygems/installer.rb
lib/rubygems/installer_uninstaller_utils.rb
lib/rubygems/local_remote_options.rb
lib/rubygems/name_tuple.rb
lib/rubygems/openssl.rb
lib/rubygems/package.rb
lib/rubygems/package/digest_io.rb
lib/rubygems/package/file_source.rb
lib/rubygems/package/io_source.rb
lib/rubygems/package/old.rb
lib/rubygems/package/source.rb
lib/rubygems/package/tar_header.rb
lib/rubygems/package/tar_reader.rb
lib/rubygems/package/tar_reader/entry.rb
lib/rubygems/package/tar_writer.rb
lib/rubygems/package_task.rb
lib/rubygems/path_support.rb
lib/rubygems/platform.rb
lib/rubygems/psych_tree.rb
lib/rubygems/query_utils.rb
lib/rubygems/rdoc.rb
lib/rubygems/remote_fetcher.rb
lib/rubygems/request.rb
lib/rubygems/request/connection_pools.rb
lib/rubygems/request/http_pool.rb
lib/rubygems/request/https_pool.rb
lib/rubygems/request_set.rb
lib/rubygems/request_set/gem_dependency_api.rb
lib/rubygems/request_set/lockfile.rb
lib/rubygems/request_set/lockfile/parser.rb
lib/rubygems/request_set/lockfile/tokenizer.rb
lib/rubygems/requirement.rb
lib/rubygems/resolver.rb
lib/rubygems/resolver/activation_request.rb
lib/rubygems/resolver/api_set.rb
lib/rubygems/resolver/api_set/gem_parser.rb
lib/rubygems/resolver/api_specification.rb
lib/rubygems/resolver/best_set.rb
lib/rubygems/resolver/composed_set.rb
lib/rubygems/resolver/conflict.rb
lib/rubygems/resolver/current_set.rb
lib/rubygems/resolver/dependency_request.rb
lib/rubygems/resolver/git_set.rb
lib/rubygems/resolver/git_specification.rb
lib/rubygems/resolver/index_set.rb
lib/rubygems/resolver/index_specification.rb
lib/rubygems/resolver/installed_specification.rb
lib/rubygems/resolver/installer_set.rb
lib/rubygems/resolver/local_specification.rb
lib/rubygems/resolver/lock_set.rb
lib/rubygems/resolver/lock_specification.rb
lib/rubygems/resolver/requirement_list.rb
lib/rubygems/resolver/set.rb
lib/rubygems/resolver/source_set.rb
lib/rubygems/resolver/spec_specification.rb
lib/rubygems/resolver/specification.rb
lib/rubygems/resolver/stats.rb
lib/rubygems/resolver/vendor_set.rb
lib/rubygems/resolver/vendor_specification.rb
lib/rubygems/s3_uri_signer.rb
lib/rubygems/safe_marshal.rb
lib/rubygems/safe_marshal/elements.rb
lib/rubygems/safe_marshal/reader.rb
lib/rubygems/safe_marshal/visitors/stream_printer.rb
lib/rubygems/safe_marshal/visitors/to_ruby.rb
lib/rubygems/safe_marshal/visitors/visitor.rb
lib/rubygems/safe_yaml.rb
lib/rubygems/security.rb
lib/rubygems/security/policies.rb
lib/rubygems/security/policy.rb
lib/rubygems/security/signer.rb
lib/rubygems/security/trust_dir.rb
lib/rubygems/security_option.rb
lib/rubygems/source.rb
lib/rubygems/source/git.rb
lib/rubygems/source/installed.rb
lib/rubygems/source/local.rb
lib/rubygems/source/lock.rb
lib/rubygems/source/specific_file.rb
lib/rubygems/source/vendor.rb
lib/rubygems/source_list.rb
lib/rubygems/spec_fetcher.rb
lib/rubygems/specification.rb
lib/rubygems/specification_policy.rb
lib/rubygems/specification_record.rb
lib/rubygems/ssl_certs/.document
lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA.pem
lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem
lib/rubygems/stub_specification.rb
lib/rubygems/target_rbconfig.rb
lib/rubygems/text.rb
lib/rubygems/uninstaller.rb
lib/rubygems/unknown_command_spell_checker.rb
lib/rubygems/update_suggestion.rb
lib/rubygems/uri.rb
lib/rubygems/uri_formatter.rb
lib/rubygems/user_interaction.rb
lib/rubygems/util.rb
lib/rubygems/util/licenses.rb
lib/rubygems/util/list.rb
lib/rubygems/validator.rb
lib/rubygems/vendor/molinillo/.document
lib/rubygems/vendor/molinillo/LICENSE
lib/rubygems/vendor/molinillo/lib/molinillo.rb
lib/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
lib/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb
lib/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb
lib/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
lib/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb
lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
lib/rubygems/vendor/molinillo/lib/molinillo/resolver.rb
lib/rubygems/vendor/molinillo/lib/molinillo/state.rb
lib/rubygems/vendor/net-http/.document
lib/rubygems/vendor/net-http/COPYING
lib/rubygems/vendor/net-http/lib/net/http.rb
lib/rubygems/vendor/net-http/lib/net/http/exceptions.rb
lib/rubygems/vendor/net-http/lib/net/http/generic_request.rb
lib/rubygems/vendor/net-http/lib/net/http/header.rb
lib/rubygems/vendor/net-http/lib/net/http/proxy_delta.rb
lib/rubygems/vendor/net-http/lib/net/http/request.rb
lib/rubygems/vendor/net-http/lib/net/http/requests.rb
lib/rubygems/vendor/net-http/lib/net/http/response.rb
lib/rubygems/vendor/net-http/lib/net/http/responses.rb
lib/rubygems/vendor/net-http/lib/net/http/status.rb
lib/rubygems/vendor/net-http/lib/net/https.rb
lib/rubygems/vendor/net-protocol/.document
lib/rubygems/vendor/net-protocol/LICENSE.txt
lib/rubygems/vendor/net-protocol/lib/net/protocol.rb
lib/rubygems/vendor/optparse/.document
lib/rubygems/vendor/optparse/COPYING
lib/rubygems/vendor/optparse/lib/optionparser.rb
lib/rubygems/vendor/optparse/lib/optparse.rb
lib/rubygems/vendor/optparse/lib/optparse/ac.rb
lib/rubygems/vendor/optparse/lib/optparse/date.rb
lib/rubygems/vendor/optparse/lib/optparse/kwargs.rb
lib/rubygems/vendor/optparse/lib/optparse/shellwords.rb
lib/rubygems/vendor/optparse/lib/optparse/time.rb
lib/rubygems/vendor/optparse/lib/optparse/uri.rb
lib/rubygems/vendor/optparse/lib/optparse/version.rb
lib/rubygems/vendor/resolv/.document
lib/rubygems/vendor/resolv/COPYING
lib/rubygems/vendor/resolv/lib/resolv.rb
lib/rubygems/vendor/securerandom/.document
lib/rubygems/vendor/securerandom/COPYING
lib/rubygems/vendor/securerandom/lib/securerandom.rb
lib/rubygems/vendor/timeout/.document
lib/rubygems/vendor/timeout/COPYING
lib/rubygems/vendor/timeout/lib/timeout.rb
lib/rubygems/vendor/tsort/.document
lib/rubygems/vendor/tsort/LICENSE.txt
lib/rubygems/vendor/tsort/lib/tsort.rb
lib/rubygems/vendor/uri/.document
lib/rubygems/vendor/uri/COPYING
lib/rubygems/vendor/uri/lib/uri.rb
lib/rubygems/vendor/uri/lib/uri/common.rb
lib/rubygems/vendor/uri/lib/uri/file.rb
lib/rubygems/vendor/uri/lib/uri/ftp.rb
lib/rubygems/vendor/uri/lib/uri/generic.rb
lib/rubygems/vendor/uri/lib/uri/http.rb
lib/rubygems/vendor/uri/lib/uri/https.rb
lib/rubygems/vendor/uri/lib/uri/ldap.rb
lib/rubygems/vendor/uri/lib/uri/ldaps.rb
lib/rubygems/vendor/uri/lib/uri/mailto.rb
lib/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb
lib/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb
lib/rubygems/vendor/uri/lib/uri/version.rb
lib/rubygems/vendor/uri/lib/uri/ws.rb
lib/rubygems/vendor/uri/lib/uri/wss.rb
lib/rubygems/vendored_molinillo.rb
lib/rubygems/vendored_net_http.rb
lib/rubygems/vendored_optparse.rb
lib/rubygems/vendored_securerandom.rb
lib/rubygems/vendored_timeout.rb
lib/rubygems/vendored_tsort.rb
lib/rubygems/version.rb
lib/rubygems/version_option.rb
lib/rubygems/yaml_serializer.rb
rubygems-update.gemspec
setup.rb
Homepage
https://guides.rubygems.org
Licenses
Ruby
MIT
Metadata
{"source_code_uri"=>"https://github.com/rubygems/rubygems", "bug_tracker_uri"=>"https://github.com/rubygems/rubygems/issues", "changelog_uri"=>"https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md", "funding_uri"=>"https://rubycentral.org/#/portal/signup"}
Rdoc options
--main
README.md
--title=RubyGems Update Documentation
Require paths
hide_lib_for_update
Required ruby version
>= 3.1.0
Required rubygems version
>= 0
Rubygems version
3.6.9
Specification version
4
Summary
RubyGems is a package management framework for Ruby. This gem is downloaded and installed by `gem update --system`, so that the `gem` CLI can update itself.
Original platform
ruby
New platform
ruby