summaryrefslogtreecommitdiff
path: root/spec/bundler/commands
AgeCommit message (Expand)Author
2019-08-03Fixed up 365ee22d73ec73c119a842de271504e04bed6f45Hiroshi SHIBATA
2019-08-03Fixed the broken example with ruby core structure.Hiroshi SHIBATA
2019-08-03[bundler/bundler] Always set `cache_all` via config during testsDavid Rodríguez
2019-08-03[bundler/bundler] Enable `Style/UnneededInterpolation` copDavid Rodríguez
2019-08-03[bundler/bundler] Move duplicated code to `before` blocksGuillermo Guerrero
2019-08-03[bundler/bundler] Remove unnecessary indirectionsDavid Rodríguez
2019-08-03[bundler/bundler] Try make some specs platform independentDavid Rodríguez
2019-08-03[bundler/bundler] Update error messages to be more preciseDavid Rodríguez
2019-08-03[bundler/bundler] Use a consistent requirement in binstubDavid Rodríguez
2019-08-03[bundler/bundler] Drop rubygems 2.5.0 and 2.5.1 supportDavid Rodríguez
2019-08-03[bundler/bundler] Correct a rubygems test filterDavid Rodríguez
2019-08-03[bundler/bundler] Remove unnecessary test filterDavid Rodríguez
2019-08-03[bundler/bundler] Refactor some specsDavid Rodríguez
2019-08-03[bundler/bundler] Reuse `lockfile` spec helperDavid Rodríguez
2019-08-03[bundler/bundler] Reuse `gemfile` spec helperDavid Rodríguez
2019-08-03[bundler/bundler] More specific assertionDavid Rodríguez
2019-08-03[bundler/bundler] Remove redundant assertionDavid Rodríguez
2019-08-03[bundler/bundler] [Package] Ensure uninstallable gems are _never_ installedSamuel Giddins
2019-08-03[bundler/bundler] [Package] Always resolve remotely for --all-platformsSamuel Giddins
2019-08-03[bundler/bundler] Generate new gem development dependencies in GemfileDavid Rodríguez
2019-08-03[bundler/bundler] Fix local variable nameDavid Rodríguez
2019-08-03[bundler/bundler] Reuse `execute_bundle_gem` methodDavid Rodríguez
2019-08-03[bundler/bundler] Use real paths for `bundle clean`David Rodríguez
2019-08-03[bundler/bundler] Add `required_ruby_version` to gemspec templateMiklos Fazekas
2019-08-03[bundler/bundler] Factor out gemspec call inside `let`David Rodríguez
2019-08-03[bundler/bundler] Remove duplicated `let`'sDavid Rodríguez
2019-08-03[bundler/bundler] Normalize file:// handling in specsDavid Rodríguez
2019-08-03[bundler/bundler] Use a clean gemspec for gem helper specsDavid Rodríguez
2019-06-11Fixed the code-style with the upstream rule.Hiroshi SHIBATA
2019-06-09Added the condition for ruby_core repository.Hiroshi SHIBATA
2019-06-09Merge bundler master from upstream.Hiroshi SHIBATA
2019-04-14Enabled to some bundler examples again.hsbt
2019-04-14Skip to failing examples on ruby core repository.hsbt
2019-04-14Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt
2019-02-20Adjust the rubycop rules of Bundler upstream repository.hsbt
2019-02-18Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.hsbt
2019-01-04Merge Bundler 2.0.1 from upstream.hsbt
2018-12-11Downgrade Bundler 1.17.x from 2.0.0.hsbt
2018-12-04Merge 2-0-stable branch from bundler/bundler.hsbt
2018-11-12Merge Bundler-2.0.0.pre1 from upstream.hsbt
2018-11-04Merge upstream changes from 2-0-stable branch of bundler/bundler.hsbt
2018-11-02Added bundler as default gems. Revisit [Feature #12733]hsbt
2017-12-22Postponing the Bundler merge.hsbt
2017-12-21Merge release version of bundler-1.16.1 from upstream.hsbt
2017-12-12Merge 1-16-stable branch of bundler.hsbt
2017-12-07Follow up r60970 for bundler's examples.hsbt
2017-11-01Update bundled bundler to 1.16.0.hsbt
2017-09-19Enabled temporary disabled examples of bundler rspec.hsbt
2017-09-08Merge bundler to standard libraries.hsbt