| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddins | The Bundler Bot | 2017-06-01 | 1 | -0/+31 |
|\ |
|
| * | Add specs for install --force with git specsseg-git-force-no-git-ops | Samuel Giddins | 2017-05-29 | 1 | -0/+31 |
* | | Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirect | The Bundler Bot | 2017-05-30 | 34 | -34/+0 |
|\ \
| |/
|/| |
|
| * | Specify `--require spec_helper` in .rspec | Koichi ITO | 2017-05-03 | 34 | -34/+0 |
* | | [RuboCop] Enable Style/PercentLiteralDelimiters | Koichi ITO | 2017-05-28 | 2 | -8/+8 |
* | | Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirect | The Bundler Bot | 2017-05-09 | 1 | -0/+24 |
|\ \ |
|
| * | | [RubygemsIntegration] Stub out Gem.finish_resolveseg-gem-finish-resolve | Samuel Giddins | 2017-05-03 | 1 | -0/+24 |
| |/ |
|
* | | Auto merge of #5639 - koic:unify_notation_of_rubygems, r=segiddins | The Bundler Bot | 2017-05-08 | 4 | -5/+5 |
|\ \ |
|
| * | | Unify the notation of RubyGems | Koichi ITO | 2017-05-04 | 4 | -5/+5 |
| |/ |
|
* | | Fix a typos | Koichi ITO | 2017-05-03 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #5624 - bundler:seg-fetch-named-symbolic-refs, r=indirect | The Bundler Bot | 2017-04-30 | 1 | -0/+87 |
|\ |
|
| * | [Git] Allow specifying non-branch symbolic refsseg-fetch-named-symbolic-refs | Samuel Giddins | 2017-04-28 | 1 | -0/+87 |
* | | [Git] Only shorten refs if they are SHAsseg-shortref-display | Samuel Giddins | 2017-04-28 | 1 | -0/+22 |
|/ |
|
* | Auto merge of #5600 - bundler:seg-lockfile-duplicates, r=segiddins | The Bundler Bot | 2017-04-21 | 1 | -0/+12 |
|\ |
|
| * | Avoid duplicating specs in the lockfile after updating w/ the gem uninstalledseg-lockfile-duplicates | Samuel Giddins | 2017-04-19 | 1 | -0/+12 |
* | | Apply source to calculate stub spec extension | Julian Nadeau | 2017-04-18 | 1 | -0/+5 |
|/ |
|
* | Stop allowing -rbundler/setup to silently ignore added specs in deployment modeseg-deadlocking-is-bad | Samuel Giddins | 2017-04-13 | 1 | -1/+11 |
* | [SharedHelpers] Restore debug message for dep mismatch | Samuel Giddins | 2017-04-13 | 1 | -3/+3 |
* | [ParallelInstaller] Print out why a gem needed to be installed if installatio... | Samuel Giddins | 2017-03-11 | 2 | -1/+39 |
* | Swap single to double quotes for standalone binstubs | Zach Ahn | 2017-03-05 | 1 | -1/+1 |
* | Fix disable.checksum_validation to disable_checksum_validation | Dennis Suratna | 2017-02-27 | 1 | -1/+1 |
* | Auto merge of #5459 - bundler:seg-bundler-plugin-source-api-const-undefined, ... | The Bundler Bot | 2017-02-21 | 1 | -0/+20 |
|\ |
|
| * | Avoid undefined Bundler::Plugin::API::Source exceptionseg-bundler-plugin-source-api-const-undefined | Samuel Giddins | 2017-02-22 | 1 | -0/+20 |
* | | Auto merge of #5374 - colby-swandale:bundle-info, r=indirect | The Bundler Bot | 2017-02-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fix post bundle message spec | Frederico Bittencourt | 2016-11-23 | 1 | -1/+1 |
* | | Auto merge of #5427 - bundler:seg-api-missing-dependencies, r=indirect | The Bundler Bot | 2017-02-18 | 3 | -0/+62 |
|\ \ |
|
| * | | [LazySpecification] Handle when the swapped platform-specfic spec has extra deps | Samuel Giddins | 2017-02-15 | 2 | -0/+46 |
| * | | Compare deps in a manner compatible with old RGs | Samuel Giddins | 2017-02-13 | 1 | -1/+6 |
| * | | Print a debug warning where the corrupted API deps came from | Samuel Giddins | 2017-02-13 | 1 | -2/+2 |
| * | | Fail gracefully when installing a spec where the API is missing deps | Samuel Giddins | 2017-02-13 | 1 | -0/+11 |
* | | | [Resolver] Improve sorting of deps with 0 or 1 possibilityseg-resolver-sorting | Samuel Giddins | 2017-02-17 | 1 | -5/+2 |
|/ / |
|
* | | [Definition] Allow adding new gemspecs to a Path source | Samuel Giddins | 2017-02-10 | 1 | -4/+2 |
* | | Add a spec for installing in deployment after changing gemspec | Samuel Giddins | 2017-02-10 | 1 | -0/+25 |
* | | Auto merge of #5410 - bundler:seg-git-build-args, r=indirect | The Bundler Bot | 2017-02-09 | 1 | -0/+42 |
|\ \ |
|
| * | | Properly set native extension build args for git gemsseg-git-build-args | Samuel Giddins | 2017-02-07 | 1 | -0/+42 |
* | | | Auto merge of #5391 - bundler:seg-ruby-version-requirement-valid, r=indirect | The Bundler Bot | 2017-02-08 | 1 | -0/+20 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use RUBY_VERSION for ruby dsl specseg-ruby-version-requirement-valid | Samuel Giddins | 2017-02-01 | 1 | -1/+1 |
| * | | [RubyVersion] Ensure passed-in versions are valid during init | Samuel Giddins | 2017-02-01 | 1 | -0/+20 |
* | | | Fix warning message when a dependency is unused on any platform | Hirofumi Wakasugi | 2017-02-02 | 1 | -2/+2 |
|/ / |
|
* | | [Resolver] Restrict activated platforms to those in the Gemfileseg-resolver-restrict-platforms | Samuel Giddins | 2017-01-23 | 1 | -0/+18 |
* | | [Definition] Avoid re-resolving when a gemspec has dev depsseg-gemspec-dev-deps-no-resolve | Samuel Giddins | 2017-01-23 | 1 | -0/+17 |
* | | [Definition] Switch path sources after checking them for changesseg-converge-sources-first | Samuel Giddins | 2017-01-21 | 1 | -7/+6 |
* | | Add a spec for gemspec deps not requiring re-resolve | Samuel Giddins | 2017-01-21 | 1 | -0/+14 |
* | | Disable RSpec monkey patching | Samuel Giddins | 2017-01-15 | 33 | -39/+39 |
* | | [GitProxy] Use shellwords to escape user inputseg-git-branch-hash | Samuel Giddins | 2017-01-05 | 1 | -0/+57 |
* | | [GitProxy] Support branches containing shell metacharacters | Samuel Giddins | 2017-01-04 | 1 | -0/+31 |
* | | Add specs for falling back to 1 thread when the lockfile is corruptseg-parallel-installer-missing-specs-warning | Samuel Giddins | 2016-12-26 | 1 | -77/+0 |
* | | Auto merge of #5023 - renuo:4854-gemnotfound-error, r=segiddins | The Bundler Bot | 2016-12-24 | 1 | -1/+16 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'origin/master' into 4854-gemnotfound-error | Diego Steiner | 2016-09-27 | 7 | -12/+235 |
| |\ \ |
|
| * | | | Update specs | Boggs | 2016-08-17 | 1 | -1/+16 |