summaryrefslogtreecommitdiff
path: root/spec/runtime/setup_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specsDavid Rodríguez2020-01-121-12/+9
* Pass a generic options hash to `sys_exec`David Rodríguez2020-01-121-1/+1
* Extract `bundled_app_gemfile` path helperDavid Rodríguez2020-01-121-2/+2
* Extract `bundled_app_lock` path helperDavid Rodríguez2020-01-121-7/+7
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-0/+6
* Add fiddle to default gem exemptionsDavid Rodríguez2020-01-071-1/+3
* Use OS-independent path separatorDavid Rodríguez2020-01-071-2/+2
* Remove require net-http-pipeline from vendored net-http-persistent.Marcio Toshio2020-01-031-0/+21
* Use standard require paths for names with dashes in specsDavid Rodríguez2020-01-031-4/+4
* Make sure to `require "rubygems"` explicitlyrequire_rubygemsDavid Rodríguez2019-12-181-0/+6
* Delegate should be supported nowdelegate_is_now_supportedDavid Rodríguez2019-12-141-1/+1
* Skip `did_you_mean` and `delegate` failures on MRI 2.7skip_did_you_mean_on_2_7David Rodríguez2019-12-131-1/+1
* Prefer `be_empty` to `eq("")`David Rodríguez2019-12-091-6/+6
* Use activation hack in default gem activation specsDavid Rodríguez2019-11-281-2/+2
* Split default gem activation specsDavid Rodríguez2019-11-281-26/+20
* Only consider exempted default gemsDavid Rodríguez2019-11-281-5/+1
* Easier figuring out of default gemsDavid Rodríguez2019-11-281-3/+1
* `Gem::Specification` should always be an `Enumerable`David Rodríguez2019-11-281-3/+1
* `Gem::Specification#activate` should always be definedDavid Rodríguez2019-11-281-10/+8
* Fix a warning in activation hack snippetDavid Rodríguez2019-11-281-1/+1
* Always pass env as strings to helpersDavid Rodríguez2019-11-281-5/+5
* Strip root path in an OS-independent wayDavid Rodríguez2019-11-221-1/+7
* Fix `Bundler.require` redefinition warningDavid Rodríguez2019-11-121-0/+2
* Prefer requires not relying on the `$LOAD_PATH`David Rodríguez2019-11-111-3/+1
* Simplify building some pathsDavid Rodríguez2019-11-041-1/+1
* Rename `lib` to `lib_dir`David Rodríguez2019-11-041-30/+30
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-2/+2
* Remove unnecessary rubygems monkeypatchDavid Rodríguez2019-08-171-29/+29
* Remove a bunch of unneeded rubygems requiresDavid Rodríguez2019-08-171-17/+0
* Unalias `install_gem`David Rodríguez2019-08-161-1/+1
* Reuse more shared path helpersDavid Rodríguez2019-08-161-3/+2
* Remove unnecessary assignmentDavid Rodríguez2019-08-161-2/+2
* Remove unnecessary `let`David Rodríguez2019-08-161-3/+2
* Remove duplicated methodDavid Rodríguez2019-08-161-1/+1
* Make spec pass more resilientlyimprove_load_path_order_specDavid Rodríguez2019-08-061-1/+4
* Remove unnecessary exclusionsDavid Rodríguez2019-08-061-6/+1
* Change the refresh spec to not use `stubs_for`no_need_to_make_gem_refresh_a_noopDavid Rodríguez2019-07-111-3/+3
* No need to make `Gem.refresh` a noopDavid Rodríguez2019-07-111-1/+1
* Make spec easier to debugDavid Rodríguez2019-07-051-1/+3
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-47/+47
* s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-3/+3
* s/last_command.stderr/err/David Rodríguez2019-04-121-22/+22
* Move on to bundler 3David Rodríguez2019-04-111-2/+2
* Fix symlink spec on ruby 2.6fix_symlink_spec_on_ruby_2.6David Rodríguez2019-04-041-9/+7
* Read gemspec binarilyDavid Rodríguez2019-04-041-1/+1
* Fix incorrect specification name in specDavid Rodríguez2019-04-041-2/+3
* Fix missing tempfile requireDavid Rodríguez2019-04-041-0/+1
* Fix missing tmpdir requireDavid Rodríguez2019-04-041-0/+2
* Remove unused variableDavid Rodríguez2019-04-041-1/+0
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-5/+5