summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typoclean_up_some_specsDavid Rodríguez2018-09-231-1/+1
* Fix TODO noteDavid Rodríguez2018-09-231-3/+0
* Remove unnecessary requireDavid Rodríguez2018-09-231-1/+1
* Remove unnecessary commentDavid Rodríguez2018-09-231-1/+0
* Move require to a better place for readabilityDavid Rodríguez2018-09-231-2/+1
* Merge #6703Bundlerbot2018-09-192-1/+11
|\
| * wait up to 4 hours for staging pushes to buildAndre Arko2018-09-191-0/+2
| * tell bors to use Travis to testindirect/homu-to-borsAndre Arko2018-09-191-0/+4
| * let's see if the other format parsesAndre Arko2018-09-191-1/+3
| * configure bors instead of homuAndre Arko2018-09-182-1/+3
* | merge v1.16.5Colby Swandale2018-09-193-2/+18
|\ \
| * | Version 1.16.5 with changelogv1.16.5Colby Swandale2018-09-182-1/+17
| * | scope TruffleRuby platform specs to be RubyGems >= 2.1.0Colby Swandale2018-09-182-2/+2
| * | Auto merge of #6689 - bundler:colby/fix-bundler-load-error, r=colby-swandaleThe Bundler Bot2018-09-142-1/+16
| * | Auto merge of #6695 - bundler:segiddins/6684-gvp-prefer-non-pres, r=colby-swa...The Bundler Bot2018-09-144-5/+31
| * | Auto merge of #6693 - eregon:truffleruby, r=colby-swandaleThe Bundler Bot2018-09-1410-14/+50
| * | Auto merge of #6692 - eregon:simplify-autoload-require-deprecate, r=segiddinsThe Bundler Bot2018-09-141-1/+2
| * | Auto merge of #6688 - voxik:check-search, r=colby-swandaleThe Bundler Bot2018-09-141-1/+1
| * | Auto merge of #6682 - bundler:bundle_env_formatting, r=colby-swandaleThe Bundler Bot2018-09-142-1/+9
| * | Auto merge of #6675 - MaxLap:master, r=greysteilThe Bundler Bot2018-09-143-5/+75
| * | Auto merge of #6669 - ChrisBr:fix_dep_proxy, r=segiddinsThe Bundler Bot2018-09-142-2/+24
| * | Auto merge of #6664 - greysteil:avoid-printing-git-error, r=colby-swandaleThe Bundler Bot2018-09-141-1/+9
* | | Auto merge of #6701 - dentarg:patch-1, r=greysteilThe Bundler Bot2018-09-181-1/+1
|\ \ \
| * | | Fix incorrect year in changelogPatrik Ragnarsson2018-09-191-1/+1
|/ / /
* | | Auto merge of #6697 - walf443:added_changelog_section, r=hsbtThe Bundler Bot2018-09-143-1/+6
|\ \ \
| * | | bundle gem will generate homepage_uri and code and changelog section by defaultKeiji Yoshimi2018-09-143-1/+6
|/ / /
* | | Auto merge of #6689 - bundler:colby/fix-bundler-load-error, r=colby-swandaleThe Bundler Bot2018-09-132-1/+16
|\ \ \
| * | | Fix loadError occuring in https://github.com/bundler/bundler/issues/6537colby/fix-bundler-load-errorColby Swandale2018-09-132-1/+16
| | |/ | |/|
* | | Auto merge of #6696 - bundler:fix_locally_failing_spec, r=colby-swandaleThe Bundler Bot2018-09-131-1/+1
|\ \ \
| * | | Better conditional assertionfix_locally_failing_specDavid Rodríguez2018-09-111-1/+1
* | | | Auto merge of #6695 - bundler:segiddins/6684-gvp-prefer-non-pres, r=colby-swa...The Bundler Bot2018-09-134-5/+31
|\ \ \ \ | |/ / / |/| | |
| * | | [GemVersionPromoter] Prefer non-pre-release versionssegiddins/6684-gvp-prefer-non-presSamuel Giddins2018-09-124-5/+31
|/ / /
* | | Auto merge of #6693 - eregon:truffleruby, r=colby-swandaleThe Bundler Bot2018-09-1110-14/+50
|\ \ \
| * | | Fix alignment of "end" as required by RuboCopBenoit Daloze2018-09-101-1/+1
| * | | Adapt RubyVersion spec now that it fallbacks to RUBY_ENGINE_VERSIONBenoit Daloze2018-09-091-4/+4
| * | | Add specs for the truffleruby platformBenoit Daloze2018-09-093-1/+27
| * | | Update the Gemfile documentation to reflect the addition of TruffleRuby in Bu...Benoit Daloze2018-09-091-6/+8
| * | | 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-092-3/+3
| * | | Add TruffleRuby to Bundler::Dependency::PLATFORM_MAPBenoit Daloze2018-09-091-0/+1
* | | | Auto merge of #6692 - eregon:simplify-autoload-require-deprecate, r=segiddinsThe Bundler Bot2018-09-101-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Check that Bundler::Deprecate is not an autoload constantBenoit Daloze2018-09-091-1/+2
|/ / /
* | | Auto merge of #6688 - voxik:check-search, r=colby-swandaleThe Bundler Bot2018-09-081-1/+1
|\ \ \
| * | | 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-032-0/+10
|\ \ \
| * | | Uses logic from cli and removes redundant testankitkataria2018-09-023-14/+0
| * | | Remove comment from exec runankitkataria2018-08-301-2/+0
| * | | Fixes test for --gemfile flagankitkataria2018-08-281-4/+10
| * | | Add test for --gemfile flagankitkataria2018-08-241-0/+10