summaryrefslogtreecommitdiff
path: root/spec/install
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddinsThe Bundler Bot2017-06-011-0/+31
|\
| * Add specs for install --force with git specsseg-git-force-no-git-opsSamuel Giddins2017-05-291-0/+31
* | Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-3034-34/+0
|\ \ | |/ |/|
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-0334-34/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-282-8/+8
* | Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirectThe Bundler Bot2017-05-091-0/+24
|\ \
| * | [RubygemsIntegration] Stub out Gem.finish_resolveseg-gem-finish-resolveSamuel Giddins2017-05-031-0/+24
| |/
* | Auto merge of #5639 - koic:unify_notation_of_rubygems, r=segiddinsThe Bundler Bot2017-05-084-5/+5
|\ \
| * | Unify the notation of RubyGemsKoichi ITO2017-05-044-5/+5
| |/
* | Fix a typosKoichi ITO2017-05-031-1/+1
|/
* Auto merge of #5624 - bundler:seg-fetch-named-symbolic-refs, r=indirectThe Bundler Bot2017-04-301-0/+87
|\
| * [Git] Allow specifying non-branch symbolic refsseg-fetch-named-symbolic-refsSamuel Giddins2017-04-281-0/+87
* | [Git] Only shorten refs if they are SHAsseg-shortref-displaySamuel Giddins2017-04-281-0/+22
|/
* Auto merge of #5600 - bundler:seg-lockfile-duplicates, r=segiddinsThe Bundler Bot2017-04-211-0/+12
|\
| * Avoid duplicating specs in the lockfile after updating w/ the gem uninstalledseg-lockfile-duplicatesSamuel Giddins2017-04-191-0/+12
* | Apply source to calculate stub spec extensionJulian Nadeau2017-04-181-0/+5
|/
* Stop allowing -rbundler/setup to silently ignore added specs in deployment modeseg-deadlocking-is-badSamuel Giddins2017-04-131-1/+11
* [SharedHelpers] Restore debug message for dep mismatchSamuel Giddins2017-04-131-3/+3
* [ParallelInstaller] Print out why a gem needed to be installed if installatio...Samuel Giddins2017-03-112-1/+39
* Swap single to double quotes for standalone binstubsZach Ahn2017-03-051-1/+1
* Fix disable.checksum_validation to disable_checksum_validationDennis Suratna2017-02-271-1/+1
* Auto merge of #5459 - bundler:seg-bundler-plugin-source-api-const-undefined, ...The Bundler Bot2017-02-211-0/+20
|\
| * Avoid undefined Bundler::Plugin::API::Source exceptionseg-bundler-plugin-source-api-const-undefinedSamuel Giddins2017-02-221-0/+20
* | Auto merge of #5374 - colby-swandale:bundle-info, r=indirectThe Bundler Bot2017-02-211-1/+1
|\ \ | |/ |/|
| * fix post bundle message specFrederico Bittencourt2016-11-231-1/+1
* | Auto merge of #5427 - bundler:seg-api-missing-dependencies, r=indirectThe Bundler Bot2017-02-183-0/+62
|\ \
| * | [LazySpecification] Handle when the swapped platform-specfic spec has extra depsSamuel Giddins2017-02-152-0/+46
| * | Compare deps in a manner compatible with old RGsSamuel Giddins2017-02-131-1/+6
| * | Print a debug warning where the corrupted API deps came fromSamuel Giddins2017-02-131-2/+2
| * | Fail gracefully when installing a spec where the API is missing depsSamuel Giddins2017-02-131-0/+11
* | | [Resolver] Improve sorting of deps with 0 or 1 possibilityseg-resolver-sortingSamuel Giddins2017-02-171-5/+2
|/ /
* | [Definition] Allow adding new gemspecs to a Path sourceSamuel Giddins2017-02-101-4/+2
* | Add a spec for installing in deployment after changing gemspecSamuel Giddins2017-02-101-0/+25
* | Auto merge of #5410 - bundler:seg-git-build-args, r=indirectThe Bundler Bot2017-02-091-0/+42
|\ \
| * | Properly set native extension build args for git gemsseg-git-build-argsSamuel Giddins2017-02-071-0/+42
* | | Auto merge of #5391 - bundler:seg-ruby-version-requirement-valid, r=indirectThe Bundler Bot2017-02-081-0/+20
|\ \ \ | |/ / |/| |
| * | Use RUBY_VERSION for ruby dsl specseg-ruby-version-requirement-validSamuel Giddins2017-02-011-1/+1
| * | [RubyVersion] Ensure passed-in versions are valid during initSamuel Giddins2017-02-011-0/+20
* | | Fix warning message when a dependency is unused on any platformHirofumi Wakasugi2017-02-021-2/+2
|/ /
* | [Resolver] Restrict activated platforms to those in the Gemfileseg-resolver-restrict-platformsSamuel Giddins2017-01-231-0/+18
* | [Definition] Avoid re-resolving when a gemspec has dev depsseg-gemspec-dev-deps-no-resolveSamuel Giddins2017-01-231-0/+17
* | [Definition] Switch path sources after checking them for changesseg-converge-sources-firstSamuel Giddins2017-01-211-7/+6
* | Add a spec for gemspec deps not requiring re-resolveSamuel Giddins2017-01-211-0/+14
* | Disable RSpec monkey patchingSamuel Giddins2017-01-1533-39/+39
* | [GitProxy] Use shellwords to escape user inputseg-git-branch-hashSamuel Giddins2017-01-051-0/+57
* | [GitProxy] Support branches containing shell metacharactersSamuel Giddins2017-01-041-0/+31
* | Add specs for falling back to 1 thread when the lockfile is corruptseg-parallel-installer-missing-specs-warningSamuel Giddins2016-12-261-77/+0
* | Auto merge of #5023 - renuo:4854-gemnotfound-error, r=segiddinsThe Bundler Bot2016-12-241-1/+16
|\ \
| * \ Merge remote-tracking branch 'origin/master' into 4854-gemnotfound-errorDiego Steiner2016-09-277-12/+235
| |\ \
| * | | Update specsBoggs2016-08-171-1/+16