summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [CLI::List] Raise when incompatible options are passedcolby/bundle-show-pathsSamuel Giddins2017-12-011-1/+1
* add git and gemspec examples to list --paths spec and raise error when --only...Colby Swandale2017-12-012-2/+29
* add `--paths` option to `bundle list` command.Colby Swandale2017-11-194-0/+19
* Auto merge of #6161 - bundler:indirect/update-pr-docs, r=segiddinsThe Bundler Bot2017-11-081-4/+0
|\
| * Stop requesting changelogs in PRsindirect/update-pr-docsAndré Arko2017-11-081-4/+0
* | Auto merge of #6157 - mattbrictson:fix-nomethoderror-bundle-update-group, r=i...The Bundler Bot2017-11-082-1/+20
|\ \ | |/ |/|
| * Fix NoMethodError during `bundle update --group`Matt Brictson2017-11-082-1/+20
|/
* Auto merge of #6153 - abunashir:abu-update-doc-link, r=colby-swandaleThe Bundler Bot2017-11-061-1/+1
|\
| * Update `config` page link to the recent versionAbu Nashir2017-11-061-1/+1
|/
* Auto merge of #6145 - halfbyte:reduce_dependency_trees_bailout, r=segiddinsThe Bundler Bot2017-11-041-0/+2
|\
| * Bail out of reducing depency trees on huge dependency conflict setsJan Krutisch2017-11-021-0/+2
* | Auto merge of #6142 - bundler:seg-rubygems-2.7.0, r=segiddinsThe Bundler Bot2017-11-042-4/+8
|\ \ | |/ |/|
| * [Travis] Test against RubyGems 2.7.1Samuel Giddins2017-11-032-4/+8
|/
* Merge tag 'v1.16.0'Samuel Giddins2017-10-316-2/+31
|\
| * Version 1.16.0 with changelogv1.16.0Samuel Giddins2017-10-312-1/+15
| * Ensure bundler/psyched_yaml is always loaded before Gem.load_yaml is calledSamuel Giddins2017-10-302-0/+3
| * Properly handle unsafe YAML warnings in specs on Ruby 1.8.7Samuel Giddins2017-10-303-1/+11
| * [Deprecate] Ensure skip is defined before being accessedSamuel Giddins2017-10-301-2/+3
| * [Definition] Ensure @gem_version_promoter is never nilSamuel Giddins2017-10-301-1/+1
| * Auto merge of #6133 - bundler:seg-bundler-2-5-default-activation-fix, r=colby...The Bundler Bot2017-10-301-0/+1
| * Auto merge of #6131 - bundler:seg-molinillo-0.6.4, r=segiddinsThe Bundler Bot2017-10-303-3/+3
| * Auto merge of #6128 - greysteil:prioritise-requested-gems, r=segiddinsThe Bundler Bot2017-10-304-3/+36
| * Auto merge of #6119 - bundler:seg-ruby-2-5-digest-gem, r=colby-swandaleThe Bundler Bot2017-10-3010-16/+13
| * Auto merge of #6092 - dekellum:do-not-rescue-signal-exception, r=segiddinsThe Bundler Bot2017-10-303-1/+23
| * Auto merge of #6098 - akhramov:fix/doubled-message-in-verbose-mode, r=segiddinsThe Bundler Bot2017-10-302-7/+11
| * Auto merge of #6099 - bundler:colby/docs-ascii, r=segiddinsThe Bundler Bot2017-10-301-1/+1
| * Auto merge of #6102 - amatsuda:warnings, r=segiddinsThe Bundler Bot2017-10-301-6/+12
| * Auto merge of #6101 - bundler:seg-digest-loading, r=colby-swandaleThe Bundler Bot2017-10-3014-20/+21
| * Auto merge of #6088 - bundler:seg-rubygems-psych-warning, r=olleolleolleThe Bundler Bot2017-10-302-1/+12
* | Auto merge of #6135 - greysteil:fix-typo, r=segiddinsThe Bundler Bot2017-10-301-1/+1
|\ \
| * | Fix typo in spec nameGrey Baker2017-10-301-1/+1
|/ /
* | Auto merge of #6133 - bundler:seg-bundler-2-5-default-activation-fix, r=colby...The Bundler Bot2017-10-291-0/+1
|\ \
| * | Ensure that autoloads are resolved in the real working directorySamuel Giddins2017-10-291-0/+1
|/ /
* | Auto merge of #6131 - bundler:seg-molinillo-0.6.4, r=segiddinsThe Bundler Bot2017-10-293-3/+3
|\ \
| * | Update vendored Molinillo to 0.6.4Samuel Giddins2017-10-293-3/+3
|/ /
* | Auto merge of #6128 - greysteil:prioritise-requested-gems, r=segiddinsThe Bundler Bot2017-10-284-3/+36
|\ \
| * | Prioritise explicitly requested gems in dependency resolution sort orderGrey Baker2017-10-274-3/+36
* | | Auto merge of #6123 - meganemura:remove-blank-line, r=colby-swandaleThe Bundler Bot2017-10-271-1/+1
|\ \ \ | |/ / |/| |
| * | Remove a blank line in generated gemspec for RUBY_VERSION >= "2.0.0"meganemura2017-10-271-1/+1
|/ /
* | Auto merge of #6125 - meganemura:fix-failing-spec, r=colby-swandaleThe Bundler Bot2017-10-261-2/+12
|\ \
| * | Fix failing spec for `bundle plugin list`meganemura2017-10-251-2/+12
|/ /
* | Auto merge of #6116 - bundler:seg-outdated-second-group, r=colby-swandaleThe Bundler Bot2017-10-252-1/+12
|\ \
| * | [Outdated] Support --group with the second group for a dependencyseg-outdated-second-groupSamuel Giddins2017-10-202-1/+12
* | | Auto merge of #6119 - bundler:seg-ruby-2-5-digest-gem, r=colby-swandaleThe Bundler Bot2017-10-2310-16/+12
|\ \ \
| * | | Avoid activating stdlib digest under Ruby 2.5seg-ruby-2-5-digest-gemSamuel Giddins2017-10-229-13/+11
| * | | [gemspec] Ensure we don’t activate the default gem under Ruby 2.5Samuel Giddins2017-10-221-3/+1
| |/ /
* | | Auto merge of #6120 - jumbosushi:plugin_list, r=indirectThe Bundler Bot2017-10-225-0/+116
|\ \ \ | |/ / |/| |
| * | Fix 'plugins list' pull requestAtsushi Yamamoto2017-10-223-3/+61
| * | implement command `bundle plugin list`fotanus2017-05-304-0/+58
* | | Auto merge of #6100 - bundler:colby/development-doc, r=segiddinsThe Bundler Bot2017-10-191-10/+14
|\ \ \