summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2020-06-05[rubygems/rubygems] Remove multiline gem specifications correctlyCarsten Wirth
2020-06-05[rubygems/rubygems] Fix typoDavid Rodríguez
2020-06-05Link to pre-filtered issue listJakob Krigovsky
2020-06-05Update links from rubygems/bundler to rubygems/rubygemsJakob Krigovsky
2020-06-05[rubygems/rubygems] Fix `bundle info` not indicating a gem which has been del...DEVRAJ KUMAR
2020-06-05[rubygems/rubygems] Display test_framework_hint before prompting for user sel...Frank Lam
2020-06-05[rubygems/rubygems] Add user hint specs for bundle gem --testFrank Lam
2020-06-05[rubygems/rubygems] Conditionally display test framework help textFrank Lam
2020-06-05[rubygems/rubygems] Fix bundle gem ignoring global gem.test configFrank Lam
2020-06-05[rubygems/rubygems] Fix parallel installer race conditionDavid Rodríguez
2020-06-05[rubygems/rubygems] Centralize `with` and `without` settingDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove redundant substractionDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove unnecessary option mutationDavid Rodríguez
2020-06-05[rubygems/rubygems] Fix `bundle install` unintentionally saving configurationDavid Rodríguez
2020-06-05[rubygems/rubygems] Move all `without` and `with` option handling togetherDavid Rodríguez
2020-06-05[rubygems/rubygems] Revert multi ruby{,gems} version requirement fixDavid Rodríguez
2020-06-05[rubygems/rubygems] Deprecate the `--no-deployment` flagDavid Rodríguez
2020-06-05[rubygems/rubygems] Don't recommend the `--no-deployment` flagDavid Rodríguez
2020-05-23Remove a bunch of files that were deleted upstreamDavid Rodríguez
2020-05-22Sync Bundler PR #3624 with HEAD commitsHiroshi SHIBATA
2020-05-22Glob the all man files provided by bundler upstreamHiroshi SHIBATA
2020-05-22Sync Bundler PR #3624Hiroshi SHIBATA
2020-05-13Partly reverted bundler.gemspec for ruby core testingHiroshi SHIBATA
2020-05-13Update the bundler version with master branchHiroshi SHIBATA
2020-05-08[rubygems/rubygems] Properly look for man pagesDavid Rodríguez
2020-05-08[rubygems/rubygems] Extract a local variableDavid Rodríguez
2020-04-28[rubygems/rubygems] Pass the rubocop lintHiroshi SHIBATA
2020-04-21Fixed incorrect man path with ruby installation pathHiroshi SHIBATA
2020-04-05[Doc] Exclude bundler vendored libraries directoryNobuyoshi Nakada
2020-03-08Specify explicit separator not to be affected by $;Nobuyoshi Nakada
2020-01-08Merge bundler-2.1.4Hiroshi SHIBATA
2019-12-25[bundler/bundler] Do `require "rubygems"` only when neededYusuke Endoh
2019-12-25Merge Bundler 2.1.2 from bundler/bundler.Hiroshi SHIBATA
2019-12-18Merge bundler-2.1.1 from bundler/bundlerHiroshi SHIBATA
2019-12-15Vendor thor 1.0.0David Rodríguez
2019-12-15Prepare to release bundler-2.1.0Hiroshi SHIBATA
2019-11-13Merge Bundler 2.1.0.pre3 released versionHiroshi SHIBATA
2019-11-11Merge Bundler 2.1.0.pre.3Hiroshi SHIBATA
2019-09-18[bundler/bundler] Merge #7340Bundlerbot
2019-09-18[bundler/bundler] Fix remembered flag deprecation messageDavid Rodríguez
2019-09-18[bundler/bundler] Version 2.1.0.pre.2David Rodríguez
2019-09-18[bundler/bundler] Revert "Add all platforms to lockfile by default"David Rodríguez
2019-09-18[bundler/bundler] Revert "Remove now meaningless warning"David Rodríguez
2019-09-18[bundler/bundler] Revert "Remove now meaningless setting"David Rodríguez
2019-09-18[bundler/bundler] Revert "Remove now unused method"David Rodríguez
2019-09-18[bundler/bundler] Fix comments and messages to refer to https urlTakayuki Nakata
2019-09-18[bundler/bundler] Fix --path option descriptionsDavid Rodríguez
2019-09-18[bundler/bundler] Deprecate `--path` flag to `bundle check`David Rodríguez
2019-08-30Fix a couple of bundler issues with keyword argument separationJeremy Evans
2019-08-30Revert "require 'pp' before use PP"Kazuhiro NISHIYAMA