aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/commands
Commit message (Expand)AuthorAgeFilesLines
* [bundler/bundler] Merge all `bundle check --path` specsDavid Rodríguez2019-09-181-25/+30
* [bundler/bundler] Merge #7340Bundlerbot2019-09-181-27/+91
* [bundler/bundler] Remove duplicated spec filterDavid Rodríguez2019-09-181-1/+1
* Remove github_action_linux tag from bundler examples.Hiroshi SHIBATA2019-08-231-1/+1
* [bundler/bundler] Fix a couple of typosDavid Rodríguez2019-08-211-1/+1
* Fix some bundler specs (#2380)David Rodríguez2019-08-206-14/+24
* Skip open_spec.rb:L95 because ruby repo doesn't have json as default gems.Hiroshi SHIBATA2019-08-181-1/+1
* [bundler/bundler] Remove unnecessary rubygems monkeypatchDavid Rodríguez2019-08-181-2/+1
* [bundler/bundler] Don't use system bundler on this specDavid Rodríguez2019-08-181-4/+2
* [bundler/bundler] Fix spec using the deprecated `bundle config` modeDavid Rodríguez2019-08-181-1/+1
* [bundler/bundler] Fix open default gem errorZehan Zhao2019-08-181-0/+13
* [bundler/bundler] Wrap `open` specs with a contextDavid Rodríguez2019-08-181-69/+71
* [bundler/bundler] Prefer `before` to `before :each`David Rodríguez2019-08-181-1/+1
* [bundler/bundler] Fix `bundle doctor` commandDavid Rodríguez2019-08-181-2/+8
* [bundler/bundler] Bundler displays a duplicate gem entries warning even if ge...David Stosik2019-08-181-2/+2
* [bundler/bundler] Extract a `gemspec_dir` helperDavid Rodríguez2019-08-171-2/+1
* [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