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
Nicholas Lee d7432fdee5 [rubygems/rubygems] Use shellsplit instead of array of strings
Previously, the command string to be used for the shell command
was first generated and then split using shellsplit. This change
reverts the current behavior as it breaks if the value of remote
contains a space.

https://github.com/rubygems/rubygems/commit/6649ee10b0
2021-11-09 10:56:17 +09:00
..
cli Unify issue template and ISSUES.md document 2021-10-25 20:48:51 +09:00
compact_index_client
fetcher
installer [rubygems/rubygems] Simplify and remove some unused code 2021-10-25 19:02:50 +09:00
man [rubygems/rubygems] Fix typos 2021-11-04 23:06:25 +09:00
plugin [rubygems/rubygems] Fix bundle plugin install misdetection of installed versions 2021-08-31 19:06:14 +09:00
resolver
settings
source [rubygems/rubygems] Better error when installing a git lockfile and git not present 2021-10-30 06:11:39 +09:00
templates [rubygems/rubygems] Re-enable default_ignores option for standard 2021-10-22 03:33:44 +09:00
ui
vendor Support gemification of tsort 2021-10-29 17:32:52 +09:00
build_metadata.rb
bundler.gemspec
capistrano.rb
cli.rb [rubygems/rubygems] Use bundler-graph instead of bundler-viz 2021-11-08 22:15:21 +09:00
compact_index_client.rb
constants.rb
current_ruby.rb
definition.rb [rubygems/rubygems] Memoize materialized specs when requiring bundler/setup 2021-11-01 02:01:36 +09:00
dep_proxy.rb
dependency.rb
deployment.rb
deprecate.rb
digest.rb [rubygems/rubygems] Fix Bundler::Digest#sha1 on big-endian systems 2021-10-26 01:51:05 +09:00
dsl.rb [rubygems/rubygems] typos in UI messages: fix a couple missing spaces between sentence breaks 2021-08-31 19:06:14 +09:00
endpoint_specification.rb [rubygems/rubygems] Remove syck traces from bundler 2021-08-31 19:06:14 +09:00
env.rb
environment_preserver.rb
errors.rb [rubygems/rubygems] Show proper error when previous installation of gem can't be deleted 2021-10-25 20:48:51 +09:00
feature_flag.rb
fetcher.rb [rubygems/rubygems] Update broken link in Bundler::Fetcher::CertificateFailureError 2021-10-15 04:55:23 +09:00
friendly_errors.rb Unify issue template and ISSUES.md document 2021-10-25 20:48:51 +09:00
gem_helper.rb [rubygems/rubygems] Use shellsplit instead of array of strings 2021-11-09 10:56:17 +09:00
gem_helpers.rb
gem_tasks.rb
gem_version_promoter.rb
graph.rb
index.rb
injector.rb
inline.rb
installer.rb [rubygems/rubygems] Remove unused require 2021-08-31 19:06:14 +09:00
lazy_specification.rb
lockfile_generator.rb
lockfile_parser.rb [rubygems/rubygems] Don't warn when a lockfile is locked to a dev version 2021-10-27 14:47:21 +09:00
match_platform.rb
mirror.rb
plugin.rb [rubygems/rubygems] Make plugin installation idempotent 2021-08-31 19:06:14 +09:00
process_lock.rb
psyched_yaml.rb [rubygems/rubygems] Remove syck traces from bundler 2021-08-31 19:06:14 +09:00
remote_specification.rb
resolver.rb [rubygems/rubygems] Improve "gem not found in source" errors 2021-08-31 19:06:14 +09:00
retry.rb
ruby_dsl.rb
ruby_version.rb
rubygems_ext.rb [rubygems/rubygems] Fix bundle install to force reinstallation of deleted gems 2021-10-13 16:21:42 +09:00
rubygems_gem_installer.rb [rubygems/rubygems] Show proper error when previous installation of gem can't be deleted 2021-10-25 20:48:51 +09:00
rubygems_integration.rb [rubygems/rubygems] Simplify gem downloading inside bundler 2021-10-25 20:48:51 +09:00
runtime.rb [rubygems/rubygems] Leave ":" after MANPATH when not set 2021-11-02 00:28:28 +09:00
settings.rb [rubygems/rubygems] Pass second argument to Array#split to ensure only two values returned 2021-08-31 19:06:14 +09:00
setup.rb
shared_helpers.rb
similarity_detector.rb
source.rb [rubygems/rubygems] Restore working bundle check behaviour 2021-08-31 19:06:14 +09:00
source_list.rb [rubygems/rubygems] Restore working bundle check behaviour 2021-08-31 19:06:14 +09:00
source_map.rb
spec_set.rb Support gemification of tsort 2021-10-29 17:32:52 +09:00
stub_specification.rb
ui.rb
uri_credentials_filter.rb
vendored_fileutils.rb
vendored_molinillo.rb
vendored_persistent.rb
vendored_thor.rb
vendored_tmpdir.rb
vendored_tsort.rb Support gemification of tsort 2021-10-29 17:32:52 +09:00
vendored_uri.rb
version.rb
version_ranges.rb
vlad.rb
worker.rb
yaml_serializer.rb