summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update vendored Molinillo to 0.5.6seg-molinillo-0.5.6Samuel Giddins2017-02-085-10/+37
* Auto merge of #5408 - bundler:seg-ensure-silent-shell-parity, r=segiddinsThe Bundler Bot2017-02-082-0/+38
|\
| * [UI::Silent] Ensure all the same methods as Shell are implementedseg-ensure-silent-shell-paritySamuel Giddins2017-02-072-0/+38
* | Auto merge of #5391 - bundler:seg-ruby-version-requirement-valid, r=indirectThe Bundler Bot2017-02-082-1/+25
|\ \ | |/ |/|
| * Use RUBY_VERSION for ruby dsl specseg-ruby-version-requirement-validSamuel Giddins2017-02-011-1/+1
| * [RubyVersion] Keep versions as stringsSamuel Giddins2017-02-011-1/+5
| * [RubyVersion] Ensure passed-in versions are valid during initSamuel Giddins2017-02-012-1/+21
* | Auto merge of #5368 - savionok:sav-cover-Bundler-FriendlyErrors-with-tests, r...The Bundler Bot2017-02-072-3/+183
|\ \
| * | fix syntax error on 1.8.7Sava Virtosu2017-01-281-5/+11
| * | fix interface of a methodSava Virtosu2017-01-241-1/+1
| * | cover log_error methodSava Virtosu2017-01-241-2/+133
| * | rename form exception to errorSava Virtosu2017-01-231-10/+12
| * | cover method request_issue_report_for in FriendlyErrorsSava Virtosu2017-01-231-0/+17
| * | cover method exit_status on Bundler::FriendlyErrorsSava Virtosu2017-01-231-0/+24
* | | Auto merge of #5393 - 5t111111:fix-warning-when-a-dependency-unused, r=segiddinsThe Bundler Bot2017-02-072-4/+6
|\ \ \
| * | | Extract the platforms array from map for warning into a variableHirofumi Wakasugi2017-02-021-2/+3
| * | | Fix warning message when a dependency is unused on any platformHirofumi Wakasugi2017-02-022-3/+4
* | | | Auto merge of #5405 - koic:ci_against_ruby_2_1_10, r=segiddinsThe Bundler Bot2017-02-051-2/+2
|\ \ \ \
| * | | | CI against Ruby 2.1.10Koichi ITO2017-02-061-2/+2
|/ / / /
* | | | Auto merge of #5392 - bundler:improve-messaging, r=segiddinsThe Bundler Bot2017-02-031-4/+4
|\ \ \ \
| * | | | add improvingimprove-messagingAndre Arko2017-02-011-4/+4
| * | | | marketing-ify the post-install messageAndre Arko2017-02-011-4/+4
| |/ / /
* | | | Auto merge of #5389 - Shekharrajak:5384_inject_usage, r=segiddinsThe Bundler Bot2017-02-033-5/+17
|\ \ \ \ | |/ / / |/| | |
| * | | test case addedshekharrajak2017-02-021-0/+10
| * | | minor changeshekharrajak2017-02-012-2/+3
| * | | do not take more than one gem and version as argshekharrajak2017-02-012-5/+6
| | |/ | |/|
* | | Auto merge of #5376 - colby-swandale:bundle-show-update-lock, r=segiddinsThe Bundler Bot2017-02-012-0/+28
|\ \ \
| * | | fix rubocop feedbackColby Swandale2017-01-311-1/+1
| * | | fix for bundle show updating gems and spec feedbackColby Swandale2017-01-312-4/+7
| * | | remove redundant bundle installColby Swandale2017-01-271-2/+0
| * | | add failing spec for bundle update —outdatedColby Swandale2017-01-271-0/+27
| |/ /
* | | Auto merge of #5382 - bundler:seg-error-template-issues-url, r=segiddinsThe Bundler Bot2017-02-011-1/+1
|\ \ \ | |/ / |/| |
| * | [FriendlyErrors] Update ISSUES.md URLseg-error-template-issues-urlSamuel Giddins2017-01-291-1/+1
|/ /
* | Merge tag 'v1.14.3'Samuel Giddins2017-01-242-1/+8
|\ \
| * | Version 1.14.3 with changelogv1.14.3Samuel Giddins2017-01-242-1/+8
| * | Auto merge of #5361 - bundler:seg-1-8-7-spec-install, r=segiddinsThe Bundler Bot2017-01-241-1/+2
| * | Auto merge of #5355 - bundler:seg-resolver-restrict-platforms, r=indirectThe Bundler Bot2017-01-243-5/+26
| * | Auto merge of #5354 - bundler:seg-gemspec-dev-deps-no-resolve, r=indirectThe Bundler Bot2017-01-242-1/+19
* | | Auto merge of #5361 - bundler:seg-1-8-7-spec-install, r=segiddinsThe Bundler Bot2017-01-241-1/+2
|\ \ \
| * | | Ensure rack is always installed first on 1.8.7 in the specsSamuel Giddins2017-01-241-1/+2
* | | | Auto merge of #5355 - bundler:seg-resolver-restrict-platforms, r=indirectThe Bundler Bot2017-01-243-5/+26
|\ \ \ \ | |/ / / |/| | |
| * | | [Resolver] Restrict activated platforms to those in the Gemfileseg-resolver-restrict-platformsSamuel Giddins2017-01-233-5/+26
* | | | Auto merge of #5350 - feministy:docs-reorg, r=indirectThe Bundler Bot2017-01-2419-251/+466
|\ \ \ \ | |/ / / |/| | |
| * | | :sparkles: quick start contribution guideLiz Abinante2017-01-232-1/+18
| * | | first pass :dash: at breaking up documentation into good chunksLiz Abinante2017-01-2219-258/+456
* | | | Merge pull request #5348 from feministy/clean-check-man-pagesliz!2017-01-239-2/+162
|\ \ \ \
| * | | | :sparkles: change test to compare version instead of checkLiz Abinante2017-01-221-2/+2
| * | | | :tophat: add other missing commands to man pagesLiz Abinante2017-01-228-2/+118
| * | | | :sparkle: new pages for andLiz Abinante2017-01-223-0/+44
* | | | | Auto merge of #5354 - bundler:seg-gemspec-dev-deps-no-resolve, r=indirectThe Bundler Bot2017-01-242-1/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |