1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/bundler
David Rodríguez cc644c7116 [bundler/bundler] Fix bundle doctor command
Previously `bundle doctor` would fail on any bundle that does not
include git gems or plugins. This is because the previously used
`Bundler.home` does not exist unless the bundle includes git gems or
plugins. For example, with `bundle config set path .bundle`, it points
to which does not exist unless this kind of gems exist in the Gemfile.

The name `Bundler.home` is really unfortunate, it should probably be
have more descriptive name, and be private. But for now I just want to
make `bundle doctor` usable.

https://github.com/bundler/bundler/commit/5531a18c1e
2019-08-18 13:44:03 +09:00
..
cli [bundler/bundler] Fix bundle doctor command 2019-08-18 13:44:03 +09:00
compact_index_client Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
fetcher [bundler/bundler] Use rubygems utility if available 2019-08-03 09:29:55 +09:00
installer [bundler/bundler] RUBY_ENGINE should always be defined after 1.8.7 2019-08-03 09:30:00 +09:00
plugin [bundler/bundler] Fix typo in comment: attibutes -> attributes 2019-08-16 14:30:23 +09:00
resolver
settings
source [bundler/bundler] Fix inconsistent lockfile order 2019-08-16 14:30:23 +09:00
templates [bundler/bundler] Point to CoC which contains the contributor covenant 2019-08-03 09:32:38 +09:00
ui [bundler/bundler] Respect color option when instantiating shells 2019-08-03 09:29:55 +09:00
vendor [bundler/bundler] net-http-persistent 3.1.0 has been released 2019-08-03 09:30:00 +09:00
build_metadata.rb [bundler/bundler] build_metadata.rb - fix 'warning: instance variable @git_commit_sha not initialized' 2019-08-03 09:29:58 +09:00
bundler.gemspec [bundler/bundler] Remove misleading comment in Gemfile 2019-08-16 14:30:23 +09:00
capistrano.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
cli.rb Fix typos 2019-08-17 13:57:12 +09:00
compact_index_client.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
constants.rb
current_ruby.rb [bundler/bundler] [CurrentRuby] Say we are ruby? when the generic local platform is Gem::Platform::RUBY 2019-08-03 09:30:00 +09:00
definition.rb [bundler/bundler] Use tap for current_platforms 2019-08-03 09:29:57 +09:00
dep_proxy.rb
dependency.rb [bundler/bundler] Extract expanded_platforms 2019-08-03 09:29:57 +09:00
deployment.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
deprecate.rb
dsl.rb [bundler/bundler] Bundler displays a duplicate gem entries warning even if gems only appear once per group 2019-08-18 13:43:59 +09:00
endpoint_specification.rb
env.rb [bundler/bundler] Enable Style/UnneededInterpolation cop 2019-08-03 09:30:00 +09:00
environment_preserver.rb [bundler/bundler] Remove uneeded bundler key 2019-08-03 09:29:58 +09:00
errors.rb
feature_flag.rb [bundler/bundler] Remove cache_command_is_package feature flag 2019-08-03 09:29:58 +09:00
fetcher.rb [bundler/bundler] Bump net-http-persistent to 3.0.1 2019-08-03 09:30:00 +09:00
friendly_errors.rb [bundler/bundler] Bump rubocop to 0.74.0 2019-08-03 09:30:00 +09:00
gem_helper.rb [bundler/bundler] Fix rake release not prompting for OTP code 2019-08-03 09:29:55 +09:00
gem_helpers.rb [bundler/bundler] [GemHelpers] Remove the special code path for ruby platform being its own generic 2019-08-03 09:29:57 +09:00
gem_remote_fetcher.rb
gem_tasks.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
gem_version_promoter.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
gemdeps.rb
graph.rb
index.rb
injector.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
inline.rb [bundler/bundler] Fully remove compatibility guard 2019-08-03 09:30:00 +09:00
installer.rb [bundler/bundler] [Package] Always resolve remotely for --all-platforms 2019-08-03 09:29:56 +09:00
lazy_specification.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
lockfile_generator.rb
lockfile_parser.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
match_platform.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
mirror.rb
plugin.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
process_lock.rb
psyched_yaml.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
remote_specification.rb
resolver.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
retry.rb
ruby_dsl.rb
ruby_version.rb [bundler/bundler] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSION 2019-08-16 14:30:23 +09:00
rubygems_ext.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
rubygems_gem_installer.rb
rubygems_integration.rb [bundler/bundler] Remove Bundler.rubygems.config_map because it was deprecated. 2019-08-03 09:41:17 +09:00
runtime.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
settings.rb [bundler/bundler] Remove cache_command_is_package feature flag 2019-08-03 09:29:58 +09:00
setup.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
shared_helpers.rb [bundler/bundler] Fix bundle bin location in core repo 2019-08-17 17:08:49 +09:00
similarity_detector.rb
source.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
source_list.rb
spec_set.rb
stub_specification.rb [bundler/bundler] Drop rubygems 2.5.0 and 2.5.1 support 2019-08-03 09:29:58 +09:00
ui.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
uri_credentials_filter.rb [bundler/bundler] Bump rubocop to 0.74.0 2019-08-03 09:30:00 +09:00
vendored_fileutils.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
vendored_molinillo.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
vendored_persistent.rb [bundler/bundler] Bump net-http-persistent to 3.0.1 2019-08-03 09:30:00 +09:00
vendored_thor.rb [bundler/bundler] Migrate two more requires to be relative 2019-08-03 09:29:55 +09:00
version.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
version_ranges.rb
vlad.rb Merge bundler master from upstream. 2019-06-09 12:44:10 +09:00
worker.rb
yaml_serializer.rb [bundler/bundler] Bump rubocop to 0.74.0 2019-08-03 09:30:00 +09:00