summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
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
2019-08-30Removed debug printNobuyoshi Nakada
2019-08-30Add guard as same as `==`Kazuhiro NISHIYAMA
2019-08-30require 'pp' before use PPKazuhiro NISHIYAMA
2019-08-21The investigation is going on...Nobuyoshi Nakada
2019-08-21[bundler/bundler] Remove old rubies stuff no longer neededDavid Rodríguez
2019-08-20Fix some bundler specs (#2380)David Rodríguez
2019-08-18[bundler/bundler] No need to activate the `fileutils` default gemDavid Rodríguez
2019-08-18[bundler/bundler] Last relative requiresDavid Rodríguez
2019-08-18[bundler/bundler] Move local variable to only branch where it's usedDavid Rodríguez
2019-08-18[bundler/bundler] Fix open default gem errorZehan Zhao
2019-08-18[bundler/bundler] Fix `bundle doctor` commandDavid Rodríguez
2019-08-18[bundler/bundler] Bundler displays a duplicate gem entries warning even if ge...David Stosik
2019-08-17[bundler/bundler] Fix bundle bin location in core repoDavid Rodríguez
2019-08-17Fix typosKazuhiro NISHIYAMA
2019-08-16[bundler/bundler] Add `--[no-]git` option to `bundle gem`David Rodríguez
2019-08-16[bundler/bundler] Remove misleading comment in GemfileDavid Rodríguez
2019-08-16[bundler/bundler] Stop printing deprecation messages during specsDavid Rodríguez
2019-08-16[bundler/bundler] Fix typo in comment: attibutes -> attributesMasato Ohba
2019-08-16[bundler/bundler] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSIONBenoit Daloze
2019-08-16[bundler/bundler] Fix inconsistent lockfile orderDavid Rodríguez
2019-08-16[bundler/bundler] Reuse `root` methodDavid Rodríguez
2019-08-03[bundler/bundler] Remove Bundler.rubygems.config_map because it was deprecated.Hiroshi SHIBATA