ruby/lib/bundler
2025-04-15 16:47:22 +09:00
..
cli [rubygems/rubygems] Switch inject to use shorthand hash syntax 2025-03-10 12:43:36 +09:00
compact_index_client Remove compact index response parser from Bundler 2025-04-01 09:56:56 +09: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 [rubygems/rubygems] Update docs for with/without consistency 2025-03-12 18:02:09 +09:00
plugin [rubygems/rubygems] Refactor Path vs Gemspec source comparison 2025-03-24 13:25:07 +09:00
resolver [rubygems/rubygems] Implement pub_grub strategy interface 2025-03-27 13:57:26 +09:00
settings
source [rubygems/rubygems] Raise an error in frozen mode if CHECKSUMS entries are missing 2025-03-24 13:25:07 +09:00
templates [rubygems/rubygems] Add irb to a Gemfile for a newly created gem 2025-02-06 15:58:01 +09:00
ui [rubygems/rubygems] Emit progress to stderr when --parseable is passed to bundle outdated 2024-08-30 10:36:08 +00:00
vendor [rubygems/rubygems] Bump up connection_pool-2.5.0 with rake vendor:install 2025-03-27 16:57:10 +09: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 [rubygems/rubygems] Raise an error in frozen mode if CHECKSUMS entries are missing 2025-03-24 13:25:07 +09:00
ci_detector.rb [rubygems/rubygems] Duplicate Gem::CIDetector into bundler 2023-12-06 20:05:25 +00:00
cli.rb [rubygems/rubygems] Clarify --target-rbconfig option banner 2024-12-11 17:56:21 +00: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 [rubygems/rubygems] Fix legacy windows platform values no longer working 2025-02-14 16:13:26 +09:00
definition.rb [rubygems/rubygems] Let bundle lock --normalize-platforms remove invalid platforms 2025-04-15 16:47:22 +09:00
dependency.rb [rubygems/rubygems] Make Bundler never instantiate development dependencies 2025-02-17 11:04:39 +09: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 [rubygems/rubygems] Simplify passing "gemspec" option to path sources 2025-03-24 13:25:07 +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] Don't upcase Windows ENV when backing it up 2024-04-25 10:35:47 +00: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 [rubygems/rubygems] Try fix flaky failures on Windows 2024-12-26 10:27:24 +09: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 [rubygems/rubygems] Improve bug report instructions 2025-04-04 08:54:47 +09: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 [rubygems/rubygems] Support installing arm native gems on Windows 2025-01-28 15:31:53 +09: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 [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 [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] Extract some logic to a method and expand comment 2025-04-15 16:47:19 +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] Raise an error in frozen mode if CHECKSUMS entries are missing 2025-03-24 13:25:07 +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 [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 [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 [rubygems/rubygems] Raise an error if bundle lock target platform is incompatible 2025-04-15 16:47:21 +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] Let compact index response parser consistently return a mutable dependencies array 2025-04-01 09:57:40 +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] Simplify hacks to integrate with RubyGems 2025-02-14 16:13:27 +09:00
runtime.rb [rubygems/rubygems] Remove spec.source duplication 2025-03-24 13:25:07 +09:00
safe_marshal.rb
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 [rubygems/rubygems] Allow noop bundle install to work on read-only or protected folders 2025-02-21 11:31:49 +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] Raise an error in frozen mode if CHECKSUMS entries are missing 2025-03-24 13:25:07 +09:00
source_map.rb
spec_set.rb [rubygems/rubygems] Let bundle lock --normalize-platforms remove invalid platforms 2025-04-15 16:47:22 +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 [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 Bump up RubyGems 3.7.0.dev and Bundler 2.7.0.dev 2024-12-26 10:27:24 +09:00
vlad.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
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