summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Limit edgecases spec to what as 4.2.7 is compatible withseg-resolver-consider-locked-deps-firstSamuel Giddins2017-01-141-1/+1
| * Add a realworld spec for partial updates failing on locked, shared, transitiv...Samuel Giddins2017-01-141-0/+136
| * [Resolver] Consider locked dependencies firstSamuel Giddins2017-01-141-2/+3
|/
* Auto merge of #5326 - alyssais:patch-1, r=segiddinsThe Bundler Bot2017-01-141-1/+1
|\
| * viz: fix capitalisation of HomebrewAlyssa Ross2017-01-141-1/+1
|/
* Auto merge of #5319 - bundler:seg-release-tasks, r=indirectThe Bundler Bot2017-01-142-0/+83
|\
| * [Rakefile] Add release-related tasksseg-release-tasksSamuel Giddins2017-01-112-0/+83
|/
* Merge tag 'v1.14.0.pre.2'Samuel Giddins2017-01-112-2/+11
|\
| * Version 1.14.0.pre.2 with changelogv1.14.0.pre.2Samuel Giddins2017-01-112-2/+11
| * Auto merge of #5312 - bundler:aa-update-appeal, r=segiddinsThe Bundler Bot2017-01-111-3/+3
| * Auto merge of #5308 - bundler:aa-post-install, r=segiddinsThe Bundler Bot2017-01-111-0/+7
| * Auto merge of #5307 - bundler:seg-molinillo-0.5.5, r=segiddinsThe Bundler Bot2017-01-115-10/+20
| * Auto merge of #5297 - bundler:seg-git-branch-hash, r=indirectThe Bundler Bot2017-01-113-5/+96
| * Auto merge of #5298 - bundler:seg-cli-gem-override, r=indirectThe Bundler Bot2017-01-112-2/+32
| * Auto merge of #5302 - bundler:seg-open-exit, r=indirectThe Bundler Bot2017-01-112-1/+9
* | Auto merge of #5312 - bundler:aa-update-appeal, r=segiddinsThe Bundler Bot2017-01-101-3/+3
|\ \
| * | update link, appeal to better naturesaa-update-appealAndre Arko2017-01-091-3/+3
|/ /
* | Auto merge of #5308 - bundler:aa-post-install, r=segiddinsThe Bundler Bot2017-01-091-0/+7
|\ \
| * | break linesaa-post-installAndre Arko2017-01-071-1/+6
| * | Call out the costs and ask profitable Rubyists to give backAndre Arko2017-01-061-0/+2
* | | Auto merge of #5307 - bundler:seg-molinillo-0.5.5, r=segiddinsThe Bundler Bot2017-01-075-10/+20
|\ \ \ | |/ / |/| |
| * | Update vendored Molinillo to 0.5.5seg-molinillo-0.5.5Samuel Giddins2017-01-065-10/+20
|/ /
* | Auto merge of #5297 - bundler:seg-git-branch-hash, r=indirectThe Bundler Bot2017-01-053-5/+96
|\ \
| * | [GitProxy] Use shellwords to escape user inputseg-git-branch-hashSamuel Giddins2017-01-053-5/+65
| * | [GitProxy] Support branches containing shell metacharactersSamuel Giddins2017-01-043-5/+36
|/ /
* | Auto merge of #5298 - bundler:seg-cli-gem-override, r=indirectThe Bundler Bot2017-01-042-2/+32
|\ \
| * | [CLI] Fail gracefully when multiple names are passed to `bundle gem`seg-cli-gem-overrideSamuel Giddins2017-01-022-1/+20
| * | [CLI] Dont override Kernel#gem for bundle gemSamuel Giddins2017-01-011-2/+13
* | | Auto merge of #5302 - bundler:seg-open-exit, r=indirectThe Bundler Bot2017-01-042-1/+9
|\ \ \ | |/ / |/| |
| * | [CLI::Open] Support exiting when selecting gemseg-open-exitSamuel Giddins2017-01-022-1/+9
|/ /
* | Merge tag 'v1.14.0.pre.1'Samuel Giddins2016-12-292-1/+58
|\ \ | |/
| * Version 1.14.0.pre.1 with changelogv1.14.0.pre.1Samuel Giddins2016-12-292-1/+58
|/
* Auto merge of #5287 - bundler:seg-rg-1.3.6, r=segiddinsThe Bundler Bot2016-12-283-10/+14
|\
| * [MatchPlatform] Allow matching two platforms as a functionseg-rg-1.3.6Samuel Giddins2016-12-272-9/+13
| * [RubyGemsIntegration] Restore 1.3.6 compatibility when installingSamuel Giddins2016-12-271-1/+1