summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move bundle-package documentation to bundle-cachecolby/bundler-2-docsColby Swandale2018-06-202-12/+12
* remove bundle viz documentationColby Swandale2018-01-071-30/+0
* remove bundle show documentationColby Swandale2018-01-071-20/+0
* remove gemspec option from bundle init documentationColby Swandale2018-01-071-10/+2
* add bundler 1 -> 2 transition guide for bundle install and update install exa...Colby Swandale2018-01-071-131/+36
* Auto merge of #6207 - bundler:colby/init-gemfile-path-child, r=segiddinsThe Bundler Bot2017-12-112-32/+40
|\
| * scope specs to their bundler version and remove duplicate testcolby/init-gemfile-path-childColby Swandale2017-12-111-40/+35
| * Let users generate gemfiles in paths whos parent path contains a GemfileColby Swandale2017-12-092-8/+21
* | Auto merge of #6202 - hsbt:warning-bundler-binstub, r=hsbtThe Bundler Bot2017-12-112-1/+28
|\ \
| * | Added test example for binstub warningSHIBATA Hiroshi2017-12-051-0/+19
| * | expand toplevel method definition about stub file detectionSHIBATA Hiroshi2017-12-051-6/+7
| * | Show warning message about binstub outside generation.SHIBATA Hiroshi2017-12-051-1/+8
* | | Auto merge of #6209 - hsbt:ignore-doc-templates, r=colby-swandaleThe Bundler Bot2017-12-111-0/+1
|\ \ \ | |/ / |/| |
| * | Ignore to generate documentation of templates.SHIBATA Hiroshi2017-12-111-0/+1
|/ /
* | Auto merge of #6201 - jetthoughts:binstub-use-gemfile-from-env, r=indirectThe Bundler Bot2017-12-052-3/+32
|\ \
| * | Setup Gemfile path before loading bundler in order to use original GemfilePaul Nikitochkin2017-12-022-3/+32
* | | Auto merge of #6200 - voxik:relax-directory-restrictions, r=segiddinsThe Bundler Bot2017-12-041-1/+1
|\ \ \
| * | | Allow test execution in paths containing dash.Vít Ondruch2017-12-011-1/+1
|/ / /
* | | Auto merge of #6191 - elia:patch-1, r=colby-swandaleThe Bundler Bot2017-11-301-2/+2
|\ \ \ | |_|/ |/| |
| * | Ensure git is executed inside the gemspec dirElia Schito2017-11-281-2/+2
* | | Auto merge of #6188 - bundler:indirect/fix-6072, r=indirectThe Bundler Bot2017-11-306-9/+50
|\ \ \
| * | | finally working test for the inline double-checkindirect/fix-6072Andre Arko2017-11-283-0/+47
| * | | remove duplicate gem creationAndre Arko2017-11-261-4/+0
| * | | Stop overriding specs during double-checksAndre Arko2017-11-262-5/+3
| |/ /
* | | Auto merge of #6194 - voxik:fix-version-replacement-in-lockfile, r=segiddinsThe Bundler Bot2017-11-301-1/+1
|\ \ \
| * | | Be more precise when replacing Bundler version in lock file.Vít Ondruch2017-11-301-1/+1
| | |/ | |/|
* | | Auto merge of #6195 - dr-itz:unbreak-warbler, r=segiddinsThe Bundler Bot2017-11-301-0/+2
|\ \ \ | |/ / |/| |
| * | Include bundler.gemspec in the gem because warbler breaks w/o itDaniel Ritz2017-11-301-0/+2
|/ /
* | Auto merge of #6186 - greysteil:treat-release-preference-as-constraint, r=ind...The Bundler Bot2017-11-293-1/+24
|\ \ | |/ |/|
| * Resolver: treat dependencies with prerelease versions as slightly constrainedGrey Baker2017-11-273-1/+24
|/
* 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