aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/commands
Commit message (Expand)AuthorAgeFilesLines
* [bundler/bundler] Reconcile testDavid Rodríguez2019-08-171-3/+1
* [bundler/bundler] Reuse `gem_command!` helperDavid Rodríguez2019-08-171-8/+4
* [bundler/bundler] Reuse more shared path helpersDavid Rodríguez2019-08-171-6/+1
* [bundler/bundler] Remove duplicated methodDavid Rodríguez2019-08-171-1/+1
* [bundler/bundler] Add `--[no-]git` option to `bundle gem`David Rodríguez2019-08-161-0/+36
* [bundler/bundler] Revert "make system_bundle_bin_path helper and resolve fail...David Rodríguez2019-08-161-1/+1
* [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
* Added example filter for Linux of GitHub Actions.Hiroshi SHIBATA2019-08-121-1/+1
* Fix typo: duplicated the [skip-ci]ohbarye2019-08-091-1/+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] Always set `cache_all` via config during testsDavid Rodríguez2019-08-031-4/+8
* [bundler/bundler] Enable `Style/UnneededInterpolation` copDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Move duplicated code to `before` blocksGuillermo Guerrero2019-08-031-24/+6
* [bundler/bundler] Remove unnecessary indirectionsDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Try make some specs platform independentDavid Rodríguez2019-08-033-0/+7
* [bundler/bundler] Update error messages to be more preciseDavid Rodríguez2019-08-031-13/+13
* [bundler/bundler] Use a consistent requirement in binstubDavid Rodríguez2019-08-031-1/+9
* [bundler/bundler] Drop rubygems 2.5.0 and 2.5.1 supportDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Correct a rubygems test filterDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Remove unnecessary test filterDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Refactor some specsDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Reuse `lockfile` spec helperDavid Rodríguez2019-08-031-3/+1
* [bundler/bundler] Reuse `gemfile` spec helperDavid Rodríguez2019-08-031-6/+4
* [bundler/bundler] More specific assertionDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Remove redundant assertionDavid Rodríguez2019-08-031-1/+0
* [bundler/bundler] [Package] Ensure uninstallable gems are _never_ installedSamuel Giddins2019-08-031-2/+12
* [bundler/bundler] [Package] Always resolve remotely for --all-platformsSamuel Giddins2019-08-031-0/+19
* [bundler/bundler] Generate new gem development dependencies in GemfileDavid Rodríguez2019-08-031-7/+17
* [bundler/bundler] Fix local variable nameDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Reuse `execute_bundle_gem` methodDavid Rodríguez2019-08-031-2/+1
* [bundler/bundler] Use real paths for `bundle clean`David Rodríguez2019-08-031-0/+26
* [bundler/bundler] Add `required_ruby_version` to gemspec templateMiklos Fazekas2019-08-031-0/+6
* [bundler/bundler] Factor out gemspec call inside `let`David Rodríguez2019-08-031-8/+8
* [bundler/bundler] Remove duplicated `let`'sDavid Rodríguez2019-08-031-5/+2
* [bundler/bundler] Normalize file:// handling in specsDavid Rodríguez2019-08-0324-336/+336
* [bundler/bundler] Use a clean gemspec for gem helper specsDavid Rodríguez2019-08-031-13/+1
* Fixed the code-style with the upstream rule.Hiroshi SHIBATA2019-06-111-4/+4
* Added the condition for ruby_core repository.Hiroshi SHIBATA2019-06-091-1/+6
* Merge bundler master from upstream.Hiroshi SHIBATA2019-06-0915-114/+394
* Enabled to some bundler examples again.hsbt2019-04-142-2/+2
* Skip to failing examples on ruby core repository.hsbt2019-04-145-5/+5
* Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt2019-04-1424-576/+904
* Adjust the rubycop rules of Bundler upstream repository.hsbt2019-02-201-1/+1
* Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.hsbt2019-02-181-5/+9
* Merge Bundler 2.0.1 from upstream.hsbt2019-01-0416-95/+88
* Downgrade Bundler 1.17.x from 2.0.0.hsbt2018-12-1116-86/+94