ruby/lib/bundler
2025-05-22 09:20:28 -07:00
..
cli Merge RubyGems-3.6.9 and Bundler-2.6.9 2025-05-22 09:20:28 -07:00
compact_index_client Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07:00
fetcher [rubygems/rubygems] Update required_ruby_version to 3.1 2024-10-04 20:01:51 +00:00
installer [rubygems/rubygems] More aggressive Performance/FlatMap cop configuration 2024-11-26 15:11:05 +09:00
man Merge RubyGems-3.6.6 and Bundler-2.6.6 2025-04-08 17:54:29 -07:00
plugin Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07:00
resolver Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07:00
settings
source Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07:00
templates Merge RubyGems-3.6.4 and Bundler-2.6.4 2025-02-20 16:50:20 -08:00
ui [rubygems/rubygems] Emit progress to stderr when --parseable is passed to bundle outdated 2024-08-30 10:36:08 +00:00
vendor Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07:00
.document
build_metadata.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
bundler.gemspec [rubygems/rubygems] Update required_ruby_version to 3.1 2024-10-04 20:01:51 +00:00
capistrano.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
checksum.rb Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07:00
ci_detector.rb [rubygems/rubygems] Duplicate Gem::CIDetector into bundler 2023-12-06 20:05:25 +00:00
cli.rb Merge RubyGems-3.6.9 and Bundler-2.6.9 2025-05-22 09:20:28 -07:00
compact_index_client.rb [rubygems/rubygems] Fix typo 2024-06-12 12:46:06 +00:00
constants.rb [rubygems/rubygems] Deprecate Bundler constants 2024-05-16 09:20:17 +00:00
current_ruby.rb Merge RubyGems-3.6.4 and Bundler-2.6.4 2025-02-20 16:50:20 -08:00
definition.rb Merge RubyGems-3.6.9 and Bundler-2.6.9 2025-05-22 09:20:28 -07:00
dependency.rb Merge RubyGems-3.6.4 and Bundler-2.6.4 2025-02-20 16:50:20 -08:00
deployment.rb
deprecate.rb
digest.rb [rubygems/rubygems] Use String#unpack1 available since ruby 3.0 2023-12-06 02:45:37 +00:00
dsl.rb Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07:00
endpoint_specification.rb Merge RubyGems-3.6.4 and Bundler-2.6.4 2025-02-20 16:50:20 -08: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] Don't upcase Windows ENV when backing it up 2024-04-25 10:35:47 +00:00
errors.rb Merge RubyGems-3.6.6 and Bundler-2.6.6 2025-04-08 17:54:29 -07:00
feature_flag.rb Merge RubyGems-3.6.3 and Bundler-2.6.3 2025-02-20 16:50:20 -08:00
fetcher.rb [rubygems/rubygems] Include original error when openssl fails to load 2024-11-13 08:35:40 +00:00
force_platform.rb Fix truffleruby removing gems from lockfile 2024-08-05 11:58:07 +09:00
friendly_errors.rb Merge RubyGems-3.6.8 and Bundler-2.6.8 2025-05-22 09:20:28 -07:00
gem_helper.rb [rubygems/rubygems] Fix typo in description of build:checksum task 2024-05-26 21:42:45 +00:00
gem_helpers.rb Merge RubyGems-3.6.4 and Bundler-2.6.4 2025-02-20 16:50:20 -08:00
gem_tasks.rb
gem_version_promoter.rb Merge RubyGems-3.6.4 and Bundler-2.6.4 2025-02-20 16:50:20 -08:00
graph.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
index.rb [rubygems/rubygems] rename Index#== to Index#subset? 2023-10-23 13:59:01 +09:00
injector.rb Merge RubyGems-3.6.6 and Bundler-2.6.6 2025-04-08 17:54:29 -07:00
inline.rb Clarify bundler inline’s install parameter 2024-10-23 08:52:19 +00:00
installer.rb Merge RubyGems-3.6.8 and Bundler-2.6.8 2025-05-22 09:20:28 -07:00
lazy_specification.rb Merge RubyGems-3.6.9 and Bundler-2.6.9 2025-05-22 09:20:28 -07: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 Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07:00
match_metadata.rb Merge RubyGems-3.6.4 and Bundler-2.6.4 2025-02-20 16:50:20 -08:00
match_platform.rb [rubygems/rubygems] auto-correct Style/YodaCondition 2023-06-15 07:01:28 +09:00
match_remote_metadata.rb
materialization.rb [rubygems/rubygems] Allow some materialized specs to be missing 2024-11-26 15:11:05 +09:00
mirror.rb [rubygems/rubygems] Use rubygems vendored uri from Bundler when available 2024-01-29 12:15:10 +09:00
plugin.rb Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07: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 Merge RubyGems-3.6.9 and Bundler-2.6.9 2025-05-22 09:20:28 -07:00
retry.rb [rubygems/rubygems] Fix newline=false being ignored by Shell#warn 2024-08-26 14:56:26 +00:00
ruby_dsl.rb Merge RubyGems-3.6.3 and Bundler-2.6.3 2025-02-20 16:50:20 -08: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 Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07: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 Merge RubyGems-3.6.4 and Bundler-2.6.4 2025-02-20 16:50:20 -08:00
runtime.rb Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07:00
safe_marshal.rb Merge https://github.com/rubygems/rubygems/pull/6655 manually. 2023-05-10 15:02:29 +09:00
self_manager.rb Merge RubyGems-3.6.2 and Bundler-2.6.2 2024-12-24 07:21:10 +09:00
settings.rb [rubygems/rubygems] Add a lockfile_checksums configuration to include checksums in fresh lockfiles 2024-11-11 19:24:42 +00: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 Merge RubyGems-3.6.6 and Bundler-2.6.6 2025-04-08 17:54:29 -07:00
similarity_detector.rb
source.rb Merge RubyGems-3.6.4 and Bundler-2.6.4 2025-02-20 16:50:20 -08:00
source_list.rb Merge RubyGems-3.6.7 and Bundler-2.6.7 2025-04-08 17:54:29 -07:00
source_map.rb
spec_set.rb Merge RubyGems-3.6.9 and Bundler-2.6.9 2025-05-22 09:20:28 -07: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 Normalize git sources 2023-03-17 18:50:55 +09:00
vendored_fileutils.rb
vendored_net_http.rb Synchronize Bundler & RubyGems (#11071) 2024-06-28 10:12:29 -04:00
vendored_persistent.rb [rubygems/rubygems] Use vendored net-http in Bundler 2023-12-13 12:16:55 +09:00
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 [rubygems/rubygems] Use rubygems vendored uri from Bundler when available 2024-01-29 12:15:10 +09:00
version.rb Merge RubyGems-3.6.9 and Bundler-2.6.9 2025-05-22 09:20:28 -07:00
vlad.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
worker.rb
yaml_serializer.rb [rubygems/rubygems] Fix line comment issue for map 2024-07-19 03:03:16 +00:00