aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge 2-0-stable branch from bundler/bundler.hsbt2018-12-041-1/+1
* Merge Bundler-2.0.0.pre1 from upstream.hsbt2018-11-126-45/+37
* Merge upstream changes from 2-0-stable branch of bundler/bundler.hsbt2018-11-0415-54/+54
* Added bundler as default gems. Revisit [Feature #12733]hsbt2018-11-0227-0/+9042
* Postponing the Bundler merge.hsbt2017-12-2226-7775/+0
* Merge release version of bundler-1.16.1 from upstream.hsbt2017-12-214-16/+27
* Merge 1-16-stable branch of bundler.hsbt2017-12-123-27/+75
* Follow up r60970 for bundler's examples.hsbt2017-12-071-5/+5
* Update bundled bundler to 1.16.0.hsbt2017-11-0126-315/+946
* Enabled temporary disabled examples of bundler rspec.hsbt2017-09-191-1/+1
* Merge bundler to standard libraries.hsbt2017-09-0824-0/+7085