summaryrefslogtreecommitdiff
path: root/spec/runtime
Commit message (Expand)AuthorAgeFilesLines
* Use copy instead of movingci/fix_flakyDavid Rodríguez2020-01-181-1/+1
* Add support for force_ruby_platform with specific_platform againSutou Kouhei2020-01-151-0/+1
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-126-42/+32
* Pass a generic options hash to `sys_exec`David Rodríguez2020-01-122-3/+3
* 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-075-0/+34
* Add fiddle to default gem exemptionsDavid Rodríguez2020-01-071-1/+3
* Use OS-independent path separatorDavid Rodríguez2020-01-072-5/+5
* Prefer `warn` to `$stderr.puts`David Rodríguez2020-01-051-3/+3
* Don't rename folders while being insideDavid Rodríguez2020-01-051-0/+1
* Merge #7529Bundlerbot2020-01-052-6/+25
|\
| * 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-032-6/+4
* | Reset `Gemfile` to the empty string after bundler/inlinefix/bundler_inlineDavid Rodríguez2020-01-021-0/+17
|/
* Fix `rake build` when path has spaces on itfix/rake_build_with_spaced_pathDavid Rodríguez2019-12-201-0/+14
* 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
* Fix `bundle exec rake install` not workingDavid Rodríguez2019-12-101-0/+22
* Prefer `be_empty` to `eq("")`David Rodríguez2019-12-092-7/+7
* Merge #7418Bundlerbot2019-11-291-0/+17
|\
| * Restore previous BUNDLE_GEMFILE in bundler/inlinefatkodima2019-11-221-0/+17
* | 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
|/
* Don't allow warnings on released rubiesDavid Rodríguez2019-11-121-1/+1
* Fix `Bundler.require` redefinition warningDavid Rodríguez2019-11-121-0/+2
* Remove already fixed warningDavid Rodríguez2019-11-121-1/+0
* Remove unused instance variableDavid Rodríguez2019-11-121-1/+1
* Prefer requires not relying on the `$LOAD_PATH`David Rodríguez2019-11-112-4/+2
* Simplify a bunch of test requiresDavid Rodríguez2019-11-041-1/+1
* Simplify building some pathsDavid Rodríguez2019-11-042-3/+3
* Rename `lib` to `lib_dir`David Rodríguez2019-11-046-43/+43
* Remove unnecessary local variablesDavid Rodríguez2019-11-041-6/+0
* Revert "Avoid printing deprecation messages during specs"David Rodríguez2019-10-311-15/+9
* Don't silence the UI by defaultDavid Rodríguez2019-10-311-1/+1
* Avoid printing deprecation messages during specsfix_warningsDavid Rodríguez2019-09-261-8/+18
* Ignore the all of warnings with inline_spec.rb of bundler examples.backport-ruby-coreHiroshi SHIBATA2019-09-051-1/+1
* Fix a couple of bundler issues with keyword argument separationJeremy Evans2019-08-301-3/+4
* Revert "Add all platforms to lockfile by default"undo_auto_multiplatformDavid Rodríguez2019-08-261-1/+1
* Fix some bundler specs (#2380)David Rodríguez2019-08-232-3/+3
* Parallelize test suiteDavid Rodríguez2019-08-181-1/+1
* Remove unnecessary rubygems monkeypatchDavid Rodríguez2019-08-175-40/+40