ruby/lib/bundler
David Rodríguez e2fbd01714 [rubygems/rubygems] Remove unnecessary endless loop detection
Fixes a TODO now that no reports have been reported in a while.

f10dc84e7b
2025-07-30 11:19:32 +09:00
..
cli [rubygems/rubygems] Remove out of date TODO 2025-07-30 11:19:23 +09:00
compact_index_client Remove compact index response parser from Bundler 2025-04-01 09:56:56 +09:00
fetcher [rubygems/rubygems] Add Errno::ENETDOWN and Errno::EHOSTUNREACH to non retryable errors 2025-07-02 10:34:19 +09:00
installer [rubygems/rubygems] More aggressive Performance/FlatMap cop configuration 2024-11-26 15:11:05 +09:00
man [rubygems/rubygems] Document missing options from man pages: 2025-07-25 11:10:42 +09:00
plugin [rubygems/rubygems] Refactor Path vs Gemspec source comparison 2025-03-24 13:25:07 +09:00
resolver [rubygems/rubygems] Fix truffleruby failing to install sorbet-static when there's no lockfile 2025-07-30 11:19:26 +09:00
settings [rubygems/rubygems] Cancel path_relative_to_cwd change 2025-07-07 11:53:11 +09:00
source [rubygems/rubygems] Remove JRuby workaround 2025-07-30 11:19:24 +09:00
templates [rubygems/rubygems] Fix spacing in bundle gem newgem.gemspec.tt 2025-07-25 11:10:40 +09:00
ui [rubygems/rubygems] Use shorter questions as prompts in bundle gem 2025-07-09 13:48:33 +09:00
vendor [rubygems/rubygems] Bump vendored thor to 1.4.0 2025-07-30 11:19:30 +09:00
.document
build_metadata.rb Sync RubyGems 2025-07-03 13:43:00 +09:00
bundler.gemspec [rubygems/rubygems] Bump required_ruby_version to 3.2 2025-05-26 11:46:12 +09:00
capistrano.rb
checksum.rb [rubygems/rubygems] Raise an error in frozen mode if CHECKSUMS entries are missing 2025-03-24 13:25:07 +09:00
ci_detector.rb
cli.rb Cancel --force deprecation in favor of --redownload 2025-07-17 11:10:46 +09:00
compact_index_client.rb [rubygems/rubygems] Remove MD5 digesting of compact index responses 2025-02-27 13:32:32 +09:00
constants.rb [rubygems/rubygems] Deprecate Bundler constants 2024-05-16 09:20:17 +00:00
current_ruby.rb Move most of Bundler::GemHelpers to Gem::Platform 2025-06-06 10:22:18 +09:00
definition.rb [rubygems/rubygems] Remove unnecessary endless loop detection 2025-07-30 11:19:32 +09:00
dependency.rb Move most of Bundler::GemHelpers to Gem::Platform 2025-06-06 10:22:18 +09:00
deployment.rb
deprecate.rb
digest.rb
dsl.rb Skip to Bundler 4 directly 2025-06-19 10:23:36 +09:00
endpoint_specification.rb [rubygems/rubygems] Remove unnecessary remapping of dependencies 2025-02-06 15:57:55 +09:00
env.rb [rubygems/rubygems] Use caller_locations instead of splitting caller 2024-07-18 04:20:07 +00:00
environment_preserver.rb [rubygems/rubygems] Simulate Bundler 4 in a better way 2025-06-26 08:06:48 +09:00
errors.rb [rubygems/rubygems] Allow noop bundle install to work on read-only or protected folders 2025-02-21 11:31:49 +09:00
feature_flag.rb (Temporarily?) delay path changes and global cache changes 2025-07-28 10:01:58 +09:00
fetcher.rb [rubygems/rubygems] Split HTTP_ERRORS into retryable and non retryable 2025-07-02 10:34:19 +09:00
force_platform.rb Fix truffleruby removing gems from lockfile 2024-08-05 11:58:07 +09:00
friendly_errors.rb Handle to look up CGI::EscapeExt instead of using LoadError. cgi/escape is provided snce Ruby 2.3 2025-05-13 14:37:24 +09:00
gem_helper.rb [rubygems/rubygems] Fix typo in description of build:checksum task 2024-05-26 21:42:45 +00:00
gem_tasks.rb
gem_version_promoter.rb [rubygems/rubygems] Fix locked gems being upgraded when locked dependencies are incorrect 2025-02-18 12:12:51 +09:00
graph.rb
index.rb [rubygems/rubygems] Ignore local specifications if they have incorrect dependencies 2025-06-06 10:22:29 +09:00
injector.rb [rubygems/rubygems] Use shorthand hash syntax for bundle add 2025-03-10 12:43:36 +09:00
inline.rb Clarify bundler inline’s install parameter 2024-10-23 08:52:19 +00:00
installer.rb [rubygems/rubygems] Materialize specs just once in installer 2025-04-14 16:17:49 +09:00
lazy_specification.rb [rubygems/rubygems] Validate dependencies when doing bundle install 2025-06-11 08:48:55 +09:00
lockfile_generator.rb [rubygems/rubygems] No reason for Definition#sources to be private 2024-10-16 21:57:51 +00:00
lockfile_parser.rb [rubygems/rubygems] Update some reference to Bundler 3 to Bundler 4 2025-06-30 12:56:50 +09:00
match_metadata.rb [rubygems/rubygems] Don't potentially load remote metadata when expanding dependencies 2025-02-06 15:57:57 +09:00
match_platform.rb Move most of Bundler::GemHelpers to Gem::Platform 2025-06-06 10:22:18 +09:00
match_remote_metadata.rb
materialization.rb Move most of Bundler::GemHelpers to Gem::Platform 2025-06-06 10:22:18 +09:00
mirror.rb
plugin.rb [rubygems/rubygems] Consistently use "lockfile" over "lock file" 2025-03-24 13:25:07 +09:00
process_lock.rb [rubygems/rubygems] Test with Ruby 3.4 2024-11-28 15:52:16 +00:00
remote_specification.rb [rubygems/rubygems] Warn on insecure materialization 2024-11-08 12:06:32 +00:00
resolver.rb Move most of Bundler::GemHelpers to Gem::Platform 2025-06-06 10:22:18 +09:00
retry.rb [rubygems/rubygems] Fix newline=false being ignored by Shell#warn 2024-08-26 14:56:26 +00:00
ruby_dsl.rb [rubygems/rubygems] Expand and comment the regex 2024-12-27 18:54:54 +00:00
ruby_version.rb [rubygems/rubygems] Only raise DSLError during Gemfile parsing when it's actually useful 2024-09-11 11:28:12 +00:00
rubygems_ext.rb [rubygems/rubygems] Never ignore gems from path sources during activation 2025-06-19 10:23:36 +09:00
rubygems_gem_installer.rb [rubygems/rubygems] Print a proper error when there's a previous empty installation path with bad permissions 2024-10-23 11:16:53 +00:00
rubygems_integration.rb [rubygems/rubygems] Stop allowing calling #gem on random objects 2025-07-07 11:53:12 +09:00
runtime.rb [rubygems/rubygems] Fix bundle console printing bug report template on NameError during require 2025-07-02 10:34:19 +09:00
safe_marshal.rb
self_manager.rb [rubygems/rubygems] Simulate Bundler 4 in a better way 2025-06-26 08:06:48 +09:00
settings.rb (Temporarily?) delay path changes and global cache changes 2025-07-28 10:01:58 +09:00
setup.rb [rubygems/rubygems] Auto switch to locked bundler version even when using binstubs 2024-06-11 13:30:50 +00:00
shared_helpers.rb [rubygems/rubygems] Centralize managing major version dependent behavior in FeatureFlag class 2025-06-26 08:06:44 +09:00
similarity_detector.rb
source.rb [rubygems/rubygems] Fix --prefer-local not respecting default gems 2025-01-20 13:50:27 +09:00
source_list.rb [rubygems/rubygems] Fix git source unlocking for multi-gem repositories like Rails 2025-06-05 19:12:46 +09:00
source_map.rb Skip to Bundler 4 directly 2025-06-19 10:23:36 +09:00
spec_set.rb [rubygems/rubygems] Deprecate unused Bundler#SpecSet methods 2025-06-23 11:06:59 +09:00
stub_specification.rb [rubygems/rubygems] Define a few inspect methods to help debugging 2024-11-19 16:50:04 +00:00
ui.rb
uri_credentials_filter.rb [rubygems/rubygems] Fix gemfury credentials getting written to logs in verbose mode 2024-11-25 14:57:03 +00:00
uri_normalizer.rb
vendored_fileutils.rb
vendored_net_http.rb Synchronize Bundler & RubyGems (#11071) 2024-06-28 10:12:29 -04:00
vendored_persistent.rb
vendored_pub_grub.rb
vendored_securerandom.rb Bump vendored securerandom to 0.4.0 2024-12-13 11:24:08 +09:00
vendored_thor.rb
vendored_timeout.rb [rubygems/rubygems] Keep compatiblity for RG 3.5 2024-02-26 22:04:08 +00:00
vendored_tsort.rb
vendored_uri.rb
version.rb Set development version to Bundler 2.8.0.dev and RubyGems 3.8.0.dev 2025-07-17 11:13:16 +09:00
vlad.rb
worker.rb [rubygems/rubygems] Remove respond_to? check for Thread#name= 2025-01-28 15:31:58 +09:00
yaml_serializer.rb [rubygems/rubygems] Fix line comment issue for map 2024-07-19 03:03:16 +00:00