summaryrefslogtreecommitdiff
path: root/spec/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-162-3/+3
* Make spec pass more resilientlyimprove_load_path_order_specDavid Rodríguez2019-08-061-1/+4
* Remove unnecessary exclusionsDavid Rodríguez2019-08-061-6/+1
* Merge #7258Bundlerbot2019-07-291-1/+1
|\
| * Remove unnecessary indirectionsDavid Rodríguez2019-07-241-1/+1
* | Merge #7257Bundlerbot2019-07-261-0/+6
|\ \
| * | Skip specs using `Process.fork` on Windowswindows_fixesDavid Rodríguez2019-07-231-0/+6
* | | Merge #6809Bundlerbot2019-07-261-0/+19
|\ \ \ | |_|/ |/| |
| * | [CurrentRuby] Say we are ruby? when the generic local platform is Gem::Platfo...segiddins/gemspec-force-ruby-platformSamuel Giddins2019-07-091-0/+19
* | | Add a comment to explain the initial resetimprove_env_backupDavid Rodríguez2019-07-231-0/+1
* | | Move environment reset to the only test needing itDavid Rodríguez2019-07-231-0/+2
* | | Improve test to make it more independent from envDavid Rodríguez2019-07-231-2/+3
| |/ |/|
* | 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
* | Add all platforms to lockfile by defaultDavid Rodríguez2019-07-101-1/+1
|/
* Make spec easier to debugDavid Rodríguez2019-07-051-1/+3
* Merge #7154Bundlerbot2019-07-041-0/+13
|\
| * bundler/inline should always install gems to system pathrobuye2019-06-191-0/+13