ruby/lib/bundler
David Rodríguez 2bfeedc082 [rubygems/rubygems] Simplify handling default gem caching
By the time `cached_gem` is called, default gem cache has already been
handled. So no need to try redownload it again, it's enough to check the
cache location directly.

https://github.com/rubygems/rubygems/commit/70e10236b6
2024-09-16 13:13:43 +00:00
..
cli [rubygems/rubygems] Make an exe file executable when generating new gems 2024-09-11 04:41:20 +00:00
compact_index_client [rubygems/rubygems] Revert to splitting parser due to performance regression 2024-06-20 15:18:56 +09:00
fetcher [rubygems/rubygems] Move compact index concurrency to fetcher 2024-05-31 16:41:25 +00:00
installer [rubygems/rubygems] Fix gemspec `require_paths` type validation 2024-07-18 09:25:17 +00:00
man [rubygems/rubygems] Improve `bundle add` manpage 2024-09-04 13:57:38 +00:00
plugin [rubygems/rubygems] Stop removing the `.git` folder from cached git gems 2024-07-23 20:15:09 +00:00
resolver [rubygems/rubygems] Fix `--prefer-local` flag 2024-08-22 11:48:32 +00:00
settings
source [rubygems/rubygems] Simplify handling default gem caching 2024-09-16 13:13:43 +00:00
templates [rubygems/rubygems] Change new gem README template to have copyable code blocks 2024-08-19 00:04:48 +00:00
ui [rubygems/rubygems] Emit progress to stderr when `--parseable` is passed to `bundle outdated` 2024-08-30 10:36:08 +00:00
vendor Vendor `securerandom` in Bundler as well 2024-09-03 10:49:13 +09:00
.document [DOC] Exclude Bundler only [ci skip] 2021-12-13 19:47:52 +09:00
build_metadata.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
bundler.gemspec Normalize bundler bindir 2023-12-13 12:59:23 +09:00
capistrano.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
checksum.rb [rubygems/rubygems] Let the guards have some space to breathe 2023-12-25 21:12:49 +09:00
ci_detector.rb [rubygems/rubygems] Duplicate Gem::CIDetector into bundler 2023-12-06 20:05:25 +00:00
cli.rb [rubygems/rubygems] Remove inconsistent whitespace from CLI flags 2024-07-26 12:16:56 +00: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 [rubygems/rubygems] Extract a new small platform helper 2023-11-13 11:06:10 +09:00
definition.rb [rubygems/rubygems] Small simplification in Definition class 2024-09-11 18:14:50 +00:00
dependency.rb [rubygems/rubygems] bundler CLI option for add gem --glob= 2024-04-12 13:31:43 +00: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] Only raise DSLError during Gemfile parsing when it's actually useful 2024-09-11 11:28:12 +00:00
endpoint_specification.rb [rubygems/rubygems] Fix funding metadata not being printed in some situations 2024-06-14 14:27:02 +00: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] Only raise DSLError during Gemfile parsing when it's actually useful 2024-09-11 11:28:12 +00:00
feature_flag.rb [rubygems/rubygems] Avoid printing using messages when version has not changed 2023-07-24 15:03:15 +09:00
fetcher.rb Vendor `securerandom` in Bundler as well 2024-09-03 10:49:13 +09:00
force_platform.rb Fix truffleruby removing gems from lockfile 2024-08-05 11:58:07 +09:00
friendly_errors.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00: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] Fix generic platform gems getting incorrectly removed when locked for a specific platform 2024-07-09 16:34:09 +00:00
gem_tasks.rb
gem_version_promoter.rb [rubygems/rubygems] Let GemVersionPromoter sort in preferred order directly 2024-04-01 15:03:25 +00: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] Fix strange error when running `bundle add` with frozen mode set 2024-07-10 08:04:07 +00:00
inline.rb [rubygems/rubygems] Removed duplicated dependencies that used by bundler inline 2024-09-10 02:50:48 +00:00
installer.rb [rubygems/rubygems] Fix strange error when running `bundle add` with frozen mode set 2024-07-10 08:04:07 +00:00
lazy_specification.rb [rubygems/rubygems] include MatchMetadata in Bundler::LazySpecification 2024-01-11 04:19:13 +00:00
lockfile_generator.rb [rubygems/rubygems] Converts Bundler lockfile checksum validation to opt-in only 2023-12-05 21:09:53 +00:00
lockfile_parser.rb [rubygems/rubygems] Don't remove existing platform gems when PLATFORMS section is badly indented 2024-08-05 17:28:11 +00:00
match_metadata.rb [rubygems/rubygems] Fix universal lockfiles regression 2023-11-22 13:17:12 +00:00
match_platform.rb [rubygems/rubygems] auto-correct Style/YodaCondition 2023-06-15 07:01:28 +09:00
match_remote_metadata.rb Merge 16c3535413 2022-09-05 14:37:12 +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] Remove more methods now defined in all RubyGems versions 2023-12-14 20:22:48 +08:00
process_lock.rb [rubygems/rubygems] Ignore `Errno::EROFS` errors when creating `bundler.lock` 2022-05-30 00:27:43 +09:00
remote_specification.rb Merge RubyGems-3.5.2 and Bundler-2.5.2 2023-12-22 07:24:04 +09:00
resolver.rb [rubygems/rubygems] Fix `--prefer-local` flag 2024-08-22 11:48:32 +00: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] Make RubyDsl a little easier to read; avoid a Hash sometimes 2023-12-12 15:26:01 +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] Remove temporary `.lock` files left around by gem installer 2024-09-16 11:37:58 +00:00
rubygems_gem_installer.rb [rubygems/rubygems] Remove temporary `.lock` files left around by gem installer 2024-09-16 11:37:58 +00:00
rubygems_integration.rb [rubygems/rubygems] Use `caller_locations` instead of splitting `caller` 2024-07-18 04:20:07 +00:00
runtime.rb [rubygems/rubygems] Keep only the bare clone in the per app cache 2024-07-23 20:15:10 +00:00
safe_marshal.rb Merge https://github.com/rubygems/rubygems/pull/6655 manually. 2023-05-10 15:02:29 +09:00
self_manager.rb Synchronize Bundler & RubyGems (#11071) 2024-06-28 10:12:29 -04:00
settings.rb [rubygems/rubygems] Avoid appending a final "/" when `fallback_timeout` is used in config 2024-06-06 18:53:31 +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] Autoload `pathname` at the top level 2024-06-06 18:44:35 +00:00
similarity_detector.rb
source.rb [rubygems/rubygems] Refactor to checksums stored via source 2023-10-23 13:59:01 +09:00
source_list.rb [rubygems/rubygems] Fix performance regression on applications with a local cache 2024-05-24 15:02:30 +00:00
source_map.rb [rubygems/rubygems] Fix corrupted lockfile when using `gemspec` and multiple sources 2022-02-11 18:20:20 +09:00
spec_set.rb Fix truffleruby removing gems from lockfile 2024-08-05 11:58:07 +09:00
stub_specification.rb [rubygems/rubygems] Fix incorrect standalone script when default gems with extensions are used 2024-07-18 18:07:09 +00:00
ui.rb
uri_credentials_filter.rb [rubygems/rubygems] Use rubygems vendored uri from Bundler when available 2024-01-29 12:15:10 +09: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 Migrate our resolver engine to PubGrub 2022-11-12 07:40:31 +09:00
vendored_securerandom.rb Vendor `securerandom` in Bundler as well 2024-09-03 10:49:13 +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 Support gemification of tsort 2021-10-29 17:32:52 +09:00
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.0.dev and Bundler-2.6.0.dev from master branch 2023-12-25 21:12:49 +09:00
vlad.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
worker.rb Merge RubyGems/Bundler master 2022-12-12 10:49:43 +09:00
yaml_serializer.rb [rubygems/rubygems] Fix line comment issue for map 2024-07-19 03:03:16 +00:00