aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [Inline] Support running when BUNDLE_GEMFILE=""Samuel Giddins2017-01-145-4/+22
| |/ / /
* | | | Auto merge of #5331 - bundler:seg-specs-rspec-config, r=indirectThe Bundler Bot2017-01-15139-158/+169
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-work RSpec configuration to be more CI-friendly - Fail fast when there are a bunch of failures. Especially since holding all of the failure output in memory makes the tests hella slow - Disable RSpec monkey patching - Disable the same by default when generating new gems
| * | | | [CLI::Gem] Disable RSpec monkey patching by defaultSamuel 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
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CLI] Warn when running an outdated bundler version Closes https://github.com/bundler/bundler/issues/4683. The `send`s are super hacky but ¯\_(ツ)_/¯
| * | | | | Avoid constant override warning on <2.0 in specsSamuel 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.0
| * | | | [RuboCop] Update to 0.46.0Samuel Giddins2017-01-153-19/+27
| |/ / /
* | | | Auto merge of #5101 - bundler:seg-resolver-consider-locked-deps-first, ↵The Bundler Bot2017-01-152-2/+139
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r=indirect [Resolver] Consider locked dependencies first Closes https://github.com/bundler/bundler/issues/5031 Closes #5095 \c @marcandre @indirect
| * | | Limit edgecases spec to what as 4.2.7 is compatible withSamuel Giddins2017-01-141-1/+1
| | | |
| * | | Add a realworld spec for partial updates failing on locked, shared, ↵Samuel Giddins2017-01-141-0/+136
| | | | | | | | | | | | | | | | transitive children
| * | | [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 Homebrew Homebrew capitalises its name — see http://brew.sh.
| * | | viz: fix capitalisation of HomebrewAlyssa Ross2017-01-141-1/+1
|/ / / | | | | | | Homebrew capitalises its name — see http://brew.sh.
* | | Auto merge of #5319 - bundler:seg-release-tasks, r=indirectThe Bundler Bot2017-01-142-0/+83
|\ \ \ | | | | | | | | | | | | | | | | | | | | [Rakefile] Add release-related tasks This adds some scripts that I've developed to make releasing easier to the repo, so that way they're not just sitting around in random gists. It also mitigates the risk of me accidentally `git clean -dfx`-ing an uncommitted script in `bin`, which I've totally done before.
| * | | [Rakefile] Add release-related 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
| * | Version 1.14.0.pre.2 with changelogSamuel Giddins2017-01-112-2/+11
| | |
| * | Auto merge of #5312 - bundler:aa-update-appeal, r=segiddinsThe Bundler Bot2017-01-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | update link, appeal to better natures @segiddins we can ship pre2 with this. 👍 (cherry picked from commit db84c3f8f5ed6c151690e29b3b155fc045e068d5)
| * | Auto merge of #5308 - bundler:aa-post-install, r=segiddinsThe Bundler Bot2017-01-111-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Call out the costs and ask profitable Rubyists to give back None (cherry picked from commit 767e7d36857eda2c1982c4a3cd02ef2bd85d571c)
| * | Auto merge of #5307 - bundler:seg-molinillo-0.5.5, r=segiddinsThe Bundler Bot2017-01-115-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | Update vendored Molinillo to 0.5.5 See https://github.com/CocoaPods/Molinillo/releases/0.5.5 (cherry picked from commit 0132bc8e225f86c54a841c1828d46ddaf8d44e3c)
| * | Auto merge of #5297 - bundler:seg-git-branch-hash, r=indirectThe Bundler Bot2017-01-113-5/+96
| | | | | | | | | | | | | | | | | | | | | | | | [GitProxy] Support branches containing shell metacharacters Closes #5295 (cherry picked from commit 084cbc72c7bb10977fe5826c299e662f8b0fd8b9)
| * | Auto merge of #5298 - bundler:seg-cli-gem-override, r=indirectThe Bundler Bot2017-01-112-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CLI] Dont override Kernel#gem for bundle gem Should fix #5296 Since `Kernel#require` calls into `Kernel#gem` as an instance method on `self`, overriding the `gem` method can lead to bad things happening (cherry picked from commit 513546978ab741fcba527bcc428425dce76b1e74)
| * | Auto merge of #5302 - bundler:seg-open-exit, r=indirectThe Bundler Bot2017-01-112-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | [CLI::Open] Support exiting when selecting gem Closes https://github.com/bundler/bundler/issues/5301 (cherry picked from commit 84494276118b76840009bf8d37d98692762609e6)
* | | Auto merge of #5312 - bundler:aa-update-appeal, r=segiddinsThe Bundler Bot2017-01-101-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | update link, appeal to better natures @segiddins we can ship pre2 with this. 👍
| * | | update link, appeal to better naturesAndre Arko2017-01-091-3/+3
|/ / /
* | | Auto merge of #5308 - bundler:aa-post-install, r=segiddinsThe Bundler Bot2017-01-091-0/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | Call out the costs and ask profitable Rubyists to give back None
| * | | break linesAndre 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.5 See https://github.com/CocoaPods/Molinillo/releases/0.5.5
| * | | Update vendored Molinillo to 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] Support branches containing shell metacharacters Closes #5295
| * | | [GitProxy] Use shellwords to escape user inputSamuel 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] Dont override Kernel#gem for bundle gem Should fix #5296 Since `Kernel#require` calls into `Kernel#gem` as an instance method on `self`, overriding the `gem` method can lead to bad things happening
| * | | [CLI] Fail gracefully when multiple names are passed to `bundle gem`Samuel 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 gem Closes https://github.com/bundler/bundler/issues/5301
| * | | [CLI::Open] Support exiting when selecting gemSamuel Giddins2017-01-022-1/+9
|/ / /
* | | Merge tag 'v1.14.0.pre.1'Samuel Giddins2016-12-292-1/+58
|\| | | | | | | | | | | Version 1.14.0.pre.1
| * | Version 1.14.0.pre.1 with changelogSamuel Giddins2016-12-292-1/+58
|/ /
* | Auto merge of #5287 - bundler:seg-rg-1.3.6, r=segiddinsThe Bundler Bot2016-12-283-10/+14
|\ \ | | | | | | | | | | | | | | | [RubyGemsIntegration] Restore 1.3.6 compatibility when installing Oops.
| * | [MatchPlatform] Allow matching two platforms as a functionSamuel Giddins2016-12-272-9/+13
| | |
| * | [RubyGemsIntegration] Restore 1.3.6 compatibility when installingSamuel Giddins2016-12-271-1/+1
| | |
* | | Auto merge of #5284 - amatsuda:mri_25, r=segiddinsThe Bundler Bot2016-12-274-2/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support :mri_25 platform and its variations The next ruby version is decided to be 2.5 🎉 https://github.com/ruby/ruby/commit/1a47fcadd675601c5b9c4e69d49def28fc3b61af I'm not requesting you the bundler team to rush for a new release for this, but I guess it's not too early to have this definition in master.
| * | | Support :mri_25 platform and its variationsAkira Matsuda2016-12-264-2/+17
| | | |
* | | | Auto merge of #5278 - bundler:seg-worker-thread-creation-failure, r=indirectThe Bundler Bot2016-12-273-5/+50
|\ \ \ \ | | | | | | | | | | | | | | | [Worker] Fail gracefully when creating threads fails
| * | | | [Worker] Fail gracefully when creating threads failsSamuel Giddins2016-12-253-5/+50
| | | | |