summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make the equivalent change to `bundle update`David Rodríguez2018-09-181-1/+2
* Fix issue with initial implementationDavid Rodríguez2018-09-181-1/+1
* Deprecate `bundle install --force`David Rodríguez2018-09-181-2/+2
* bundle gem will generate homepage_uri and code and changelog section by defaultKeiji Yoshimi2018-09-141-0/+4
* Auto merge of #6689 - bundler:colby/fix-bundler-load-error, r=colby-swandaleThe Bundler Bot2018-09-131-1/+6
|\
| * Fix loadError occuring in https://github.com/bundler/bundler/issues/6537colby/fix-bundler-load-errorColby Swandale2018-09-131-1/+6
* | [GemVersionPromoter] Prefer non-pre-release versionssegiddins/6684-gvp-prefer-non-presSamuel Giddins2018-09-122-5/+18
* | Auto merge of #6693 - eregon:truffleruby, r=colby-swandaleThe Bundler Bot2018-09-114-2/+10
|\ \
| * | Fix alignment of "end" as required by RuboCopBenoit Daloze2018-09-101-1/+1
| * | Add TruffleRuby to the list of engines in BundlerBenoit Daloze2018-09-091-1/+7
| * | Add TruffleRuby to the list of possible shebangsBenoit Daloze2018-09-091-0/+1
| * | Fallback to the standard RUBY_ENGINE_VERSION constantBenoit Daloze2018-09-091-2/+2
| * | Add TruffleRuby to Bundler::Dependency::PLATFORM_MAPBenoit Daloze2018-09-091-0/+1
* | | Check that Bundler::Deprecate is not an autoload constantBenoit Daloze2018-09-091-1/+2
|/ /
* | Check if 'search' is initialized.Vít Ondruch2018-09-061-1/+1
* | Auto merge of #6676 - ankitkataria:gemfile-flag, r=colby-swandaleThe Bundler Bot2018-09-031-0/+1
|\ \
| * | Uses logic from cli and removes redundant testankitkataria2018-09-022-7/+0
| * | Remove comment from exec runankitkataria2018-08-301-2/+0
| * | Add gemfile flag to exec commandankitkataria2018-08-243-0/+10
* | | Remove extra new lines from `bundle env` outputDavid Rodríguez2018-08-301-1/+1
| |/ |/|
* | Let updater retry on HTTPRequestedRangeNotSatisfiable (416)Maxime Lapointe2018-08-271-0/+5
* | Clarify variable options => headersMaxime Lapointe2018-08-271-5/+5
* | Auto merge of #6669 - ChrisBr:fix_dep_proxy, r=segiddinsThe Bundler Bot2018-08-271-2/+2
|\ \
| * | Fix DepProxy#hash calculationChristian Bruckmayer2018-08-231-1/+1
| * | Fix DepProxy#== undefind method errorChristian Bruckmayer2018-08-231-1/+1
| |/
* | Auto merge of #6664 - greysteil:avoid-printing-git-error, r=colby-swandaleThe Bundler Bot2018-08-221-1/+9
|\ \ | |/ |/|
| * Avoid printing git error when checking version on badly packaged versionGrey Baker2018-08-161-1/+9
* | Auto merge of #6657 - hibariya:sh_with_code, r=colby-swandaleThe Bundler Bot2018-08-151-5/+0
|\ \ | |/ |/|
| * Just remove the method since it looks like not used anymoreHibariya2018-08-101-5/+0
| * Fix SystemStackError (stack level too deep) in GemHelper#sh_with_codeHibariya2018-08-081-1/+1
* | Don't mutate original error trees when determining version_conflict_messageGrey Baker2018-08-151-1/+1
* | Auto merge of #6647 - bundler:segiddins/conflict-message-improvements, r=indi...The Bundler Bot2018-08-145-18/+90
|\ \
| * | Allow using RubyGems\0 as the name when RG is a pre-release versionSamuel Giddins2018-08-071-1/+3
| * | Fix error sortingSamuel Giddins2018-08-064-8/+8
| * | Make version conflict messages betterSamuel Giddins2018-08-061-8/+32
| * | Fix computation of version range emptinessSamuel Giddins2018-08-061-5/+51
| |/
* | Reuse Bundler.read_file in Bundler::Env.read_fileBenoit Daloze2018-08-111-1/+1
* | Read text files as UTF-8 rather than binaryBenoit Daloze2018-08-111-2/+2
* | Fix typos detected by github.com/client9/misspellKazuhiro Sera2018-08-092-2/+2
|/
* Update vendored Molinillo to 0.6.6seg-molinillo-0.6.6Samuel Giddins2018-08-063-4/+19
* Auto merge of #6645 - bundler:colby/require-etc, r=colby-swandaleThe Bundler Bot2018-07-311-0/+1
|\
| * require `etc` in Bundler#user_homecolby/require-etcColby Swandale2018-07-311-0/+1
* | Auto merge of #6628 - bundler:segiddins/bundler-2-global-path-ruby-scope, r=c...The Bundler Bot2018-07-312-2/+4
|\ \ | |/ |/|
| * Update specs for path always including ruby scopeSamuel Giddins2018-07-291-1/+1
| * [Settings] Append the ruby scope on Bundler 2 with a global path settingSamuel Giddins2018-07-292-1/+3
* | Auto merge of #6627 - agrim123:agr-fix-add-groups, r=deivid-rodriguezThe Bundler Bot2018-07-301-1/+1
|\ \ | |/ |/|
| * Fix singular groups on injecting gemAgrim Mittal2018-07-171-1/+1
* | Don't call File.realpath in a loop, single call does what we wantojab2018-07-231-6/+2
* | Auto merge of #6495 - bundler:segiddins/6491-extra-gem-platform-in-lockfile, ...The Bundler Bot2018-07-222-15/+16
|\ \ | |/ |/|
| * [Definition] Filter out unneeded gem platforms after resolvingsegiddins/6491-extra-gem-platform-in-lockfileSamuel Giddins2018-04-182-15/+16