aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* [bundler/bundler] Reuse `gem_command!` helperDavid Rodríguez2019-08-171-8/+4
* [bundler/bundler] Remove more dead codeDavid Rodríguez2019-08-171-5/+1
* [bundler/bundler] Remove dead codeDavid Rodríguez2019-08-171-1/+1
* [bundler/bundler] Remove unnecessary rubygems requireDavid Rodríguez2019-08-171-1/+1
* [bundler/bundler] Use path helpers to find bundle binDavid Rodríguez2019-08-171-2/+1
* [bundler/bundler] Fix bundle bin location in core repoDavid Rodríguez2019-08-171-1/+1
* [bundler/bundler] Reuse more shared path helpersDavid Rodríguez2019-08-173-18/+4
* [bundler/bundler] Remove unnecessary assignmentDavid Rodríguez2019-08-171-2/+2
* [bundler/bundler] Remove unnecessary `let`David Rodríguez2019-08-171-3/+2
* [bundler/bundler] Move `lib` helper together with path helpersDavid Rodríguez2019-08-172-4/+4
* [bundler/bundler] Reuse `lib` methodDavid Rodríguez2019-08-171-1/+0
* [bundler/bundler] Remove duplicated methodDavid Rodríguez2019-08-174-8/+4
* Move fixture path to last pathHiroshi SHIBATA2019-08-171-1/+1
* Fix typosKazuhiro NISHIYAMA2019-08-171-1/+1
* Revert "[bundler/bundler] Fixup #7297"Hiroshi SHIBATA2019-08-161-0/+0
* [bundler/bundler] Fixup #7297Hiroshi SHIBATA2019-08-161-0/+0
* [bundler/bundler] Fixed rubocop errorHiroshi SHIBATA2019-08-161-2/+2
* [bundler/bundler] Add initial Bundler::BuildMetadata Spectommy2019-08-161-0/+44
* [bundler/bundler] Add `--[no-]git` option to `bundle gem`David Rodríguez2019-08-161-0/+36
* [bundler/bundler] Remove unexistent folder from exemptionsDavid Rodríguez2019-08-161-1/+1
* [bundler/bundler] Commit man pages to source controlDavid Rodríguez2019-08-163-20/+3
* [bundler/bundler] Remove unexistent file from exemptionsDavid Rodríguez2019-08-161-1/+1
* [bundler/bundler] Bump rspec dependency to 3.8David Rodríguez2019-08-161-1/+1
* [bundler/bundler] Revert "make system_bundle_bin_path helper and resolve fail...David Rodríguez2019-08-163-6/+2
* [bundler/bundler] Make sure spec fails if `bundle install` failsDavid Rodríguez2019-08-161-1/+1
* [bundler/bundler] Fix installation of system bundlerDavid Rodríguez2019-08-161-3/+2
* [bundler/bundler] Use non deprecated way of setting bundler pathDavid Rodríguez2019-08-161-1/+2
* [bundler/bundler] Clarify spec descriptionDavid Rodríguez2019-08-161-2/+2
* [bundler/bundler] Bump rack and sinatra to latest versionsDavid Rodríguez2019-08-164-6/+6
* [bundler/bundler] Normalize style with other artifice filesDavid Rodríguez2019-08-161-4/+2
* [bundler/bundler] Make spec pass more resilientlyDavid Rodríguez2019-08-161-1/+4
* [bundler/bundler] Remove unnecessary exclusionsDavid Rodríguez2019-08-161-6/+1
* [bundler/bundler] Enable retries on flaky specDavid Rodríguez2019-08-161-1/+1
* [bundler/bundler] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSIONBenoit Daloze2019-08-163-24/+13
* [bundler/bundler] Fix inconsistent lockfile orderDavid Rodríguez2019-08-161-0/+44
* [bundler/bundler] Indentation tweakDavid Rodríguez2019-08-161-6/+6
* change Proc#to_s format ('@...' -> ' ...') (#2362)Koichi Sasada2019-08-141-4/+4
* Added example filter for Linux of GitHub Actions.Hiroshi SHIBATA2019-08-122-1/+2
* Re-use GITHUB_ACTION variables for filtering bundler examples.Hiroshi SHIBATA2019-08-122-4/+4
* GitHub Actions does not support ANSI color code. Skip failing examples.Hiroshi SHIBATA2019-08-111-1/+1
* Fix typo: duplicated the [skip-ci]ohbarye2019-08-093-3/+3
* Suppress warnings against locations in evalNobuyoshi Nakada2019-08-032-11/+11
* [bundler/bundler] The keys for RbConfig::CONFIG was String.Hiroshi SHIBATA2019-08-031-2/+3
* Explicitly ignored GEMRC environmental variable.Hiroshi SHIBATA2019-08-031-0/+1
* Fixed up 365ee22d73ec73c119a842de271504e04bed6f45Hiroshi SHIBATA2019-08-031-1/+1
* Fixed the broken example with ruby core structure.Hiroshi SHIBATA2019-08-031-1/+2
* [bundler/bundler] Bump rubocop to 0.74.0David Rodríguez2019-08-031-1/+1
* [bundler/bundler] Bump automatiek to 0.2.0David Rodríguez2019-08-031-1/+1
* [bundler/bundler] Bump net-http-persistent to 3.0.1David Rodríguez2019-08-031-2/+2
* [bundler/bundler] Always set `cache_all` via config during testsDavid Rodríguez2019-08-037-31/+60