summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Resolver] Restrict activated platforms to those in the Gemfileseg-resolver-restrict-platformsSamuel Giddins2017-01-233-5/+26
* 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
|\ \
| * | [Definition] Avoid re-resolving when a gemspec has dev depsseg-gemspec-dev-deps-no-resolveSamuel Giddins2017-01-232-1/+19
|/ /
* | Merge tag 'v1.14.2'Samuel Giddins2017-01-222-1/+8
|\ \
| * | Version 1.14.2 with changelogv1.14.2Samuel Giddins2017-01-222-1/+8
| * | Auto merge of #5345 - bundler:seg-windows-force-ruby, r=indirectThe Bundler Bot2017-01-222-3/+19
| * | Auto merge of #5343 - bundler:seg-converge-sources-first, r=indirectThe Bundler Bot2017-01-224-11/+34
* | | Auto merge of #5345 - bundler:seg-windows-force-ruby, r=indirectThe Bundler Bot2017-01-232-3/+19
|\ \ \
| * | | [CurrentRuby] Ensure the local platform isnt ruby before checking os/cpuseg-windows-force-rubySamuel Giddins2017-01-212-3/+19
* | | | Auto merge of #5343 - bundler:seg-converge-sources-first, r=indirectThe Bundler Bot2017-01-224-11/+34
|\ \ \ \
| * | | | [Definition] Switch path sources after checking them for changesseg-converge-sources-firstSamuel Giddins2017-01-212-11/+13
| * | | | Add a spec for gemspec deps not requiring re-resolveSamuel Giddins2017-01-211-0/+14
| * | | | [Definition] Converge sources firstSamuel Giddins2017-01-211-1/+1
| * | | | [Definition] Also converge dep sources to Source::GemspecSamuel Giddins2017-01-211-0/+3
| * | | | [SpecInstallation] Add #to_sSamuel Giddins2017-01-211-0/+4
| |/ / /
* | | | Auto merge of #5251 - feministy:platform-pages-formatting, r=indirectThe Bundler Bot2017-01-221-62/+22
|\ \ \ \ | |/ / / |/| | |
| * | | clean up platform docs for versionsLiz Abinante2017-01-221-62/+22
|/ / /
* | | Merge tag 'v1.14.1'Samuel Giddins2017-01-212-1/+7
|\ \ \ | |/ /
| * | Version 1.14.1 with changelogv1.14.1Samuel Giddins2017-01-212-1/+7
| * | Auto merge of #5342 - bundler:seg-ruby-2-2-2-bug, r=segiddinsThe Bundler Bot2017-01-211-2/+4
| * | Auto merge of #5338 - bundler:seg-doc-settings, r=indirectThe Bundler Bot2017-01-213-22/+53
* | | Auto merge of #5342 - bundler:seg-ruby-2-2-2-bug, r=segiddinsThe Bundler Bot2017-01-211-2/+4
|\ \ \
| * | | [SharedHelpers] Use block.call instead of yield to avoid a stack consistency ...seg-ruby-2-2-2-bugSamuel Giddins2017-01-211-2/+4
|/ / /
* | | Auto merge of #5338 - bundler:seg-doc-settings, r=indirectThe Bundler Bot2017-01-213-22/+50
|\ \ \
| * | | Document all Bundler settingsseg-doc-settingsSamuel Giddins2017-01-213-22/+50
|/ / /
* | | Merge tag 'v1.14.0'Samuel Giddins2017-01-202-3/+11
|\ \ \ | |/ /
| * | Version 1.14.0 with changelogv1.14.0Samuel Giddins2017-01-202-1/+9
| * | Auto merge of #5329 - bundler:seg-settings-autoload, r=indirectThe Bundler Bot2017-01-202-2/+3
| * | Auto merge of #5328 - bundler:seg-inline-empty-bundle-gemfile, r=indirectThe Bundler Bot2017-01-205-4/+22
| * | Fix dates in CHANGELOG.mdchrismo2017-01-131-2/+2
* | | Auto merge of #5333 - bundler:seg-test-conditionals, r=segiddinsThe Bundler Bot2017-01-193-14/+3
|\ \ \
| * | | Use rubygems conditional for specsseg-test-conditionalsSamuel Giddins2017-01-183-14/+3
|/ / /
* | | Auto merge of #5329 - bundler:seg-settings-autoload, r=indirectThe Bundler Bot2017-01-172-2/+3
|\ \ \
| * | | [Settings] Autoload Mirror under Settings namespaceseg-settings-autoloadSamuel Giddins2017-01-142-2/+3
* | | | Auto merge of #5328 - bundler:seg-inline-empty-bundle-gemfile, r=indirectThe Bundler Bot2017-01-175-4/+22
|\ \ \ \
| * | | | [Inline] Support running when BUNDLE_GEMFILE=""seg-inline-empty-bundle-gemfileSamuel Giddins2017-01-145-4/+22
| |/ / /
* | | | Auto merge of #5331 - bundler:seg-specs-rspec-config, r=indirectThe Bundler Bot2017-01-15139-158/+169
|\ \ \ \
| * | | | [CLI::Gem] Disable RSpec monkey patching by defaultseg-specs-rspec-configSamuel Giddins2017-01-151-0/+3
| * | | | Disable RSpec monkey patchingSamuel Giddins2017-01-15138-158/+160
| * | | | Fail when > 25 spec examples have failedSamuel Giddins2017-01-151-0/+6
* | | | | Auto merge of #5327 - bundler:seg-outdated-bundler-message, r=indirectThe Bundler Bot2017-01-155-1/+91
|\ \ \ \ \
| * | | | | Avoid constant override warning on <2.0 in specsseg-outdated-bundler-messageSamuel Giddins2017-01-141-0/+1
| * | | | | [CLI] Warn when running an outdated bundler versionSamuel Giddins2017-01-144-1/+90
| | |/ / / | |/| | |
* | | | | Auto merge of #5330 - bundler:seg-update-rubocop, r=indirectThe Bundler Bot2017-01-153-19/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [RuboCop] Update to 0.46.0seg-update-rubocopSamuel Giddins2017-01-153-19/+27
| |/ / /
* | | | Auto merge of #5101 - bundler:seg-resolver-consider-locked-deps-first, r=indi...The Bundler Bot2017-01-152-2/+139
|\ \ \ \ | |/ / / |/| | |