summaryrefslogtreecommitdiff
path: root/spec/install/gems
Commit message (Expand)AuthorAgeFilesLines
* More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-273-17/+210
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+1
* Error if lockfile_uses_separate_rubygems_sources is set without disable_multi...Samuel Giddins2017-06-231-2/+2
* Avoid fetching the full index to get all dependency namesSamuel Giddins2017-06-231-0/+24
* Implement source pinning for 2.0Samuel Giddins2017-06-231-1/+2
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-234-9/+4
* Get the specs passing in 1.0 modeSamuel Giddins2017-06-232-8/+8
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-3011-11/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-0311-11/+0
* | Unify the notation of RubyGemsKoichi ITO2017-05-043-3/+3
|/
* Avoid duplicating specs in the lockfile after updating w/ the gem uninstalledseg-lockfile-duplicatesSamuel Giddins2017-04-191-0/+12
* [SharedHelpers] Restore debug message for dep mismatchSamuel Giddins2017-04-131-3/+3
* 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
* 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
* Properly set native extension build args for git gemsseg-git-build-argsSamuel Giddins2017-02-071-0/+42
* Disable RSpec monkey patchingSamuel Giddins2017-01-1511-13/+13
* Auto merge of #5187 - bundler:seg-remove-fakeweb, r=segiddinsThe Bundler Bot2016-11-192-2/+2
|\
| * Replace fakeweb in the specs with artificeseg-remove-fakewebSamuel Giddins2016-11-182-2/+2
* | Fixed typoshiren mistry2016-11-171-1/+1
* | Converted message strings into HEREDOC for better readability.hiren mistry2016-11-171-1/+1
* | Improve gem checksum mismatch error message by telling users how to resolve it.hiren mistry2016-11-171-4/+11
|/
* spec for tmp change that fails on masteraa-use-tmpAndre Arko2016-10-041-0/+8
* Fail gracefully when attempting to request from an unknown URI schemeseg-fail-invalid-uri-schemesSamuel Giddins2016-09-071-0/+11
* [Definition] Handle non-exact ruby version requirementsSamuel Giddins2016-08-231-19/+42
* Fix resolving when the gemfile has a ruby patch requirementSamuel Giddins2016-08-231-1/+1
* Use the resolver to resolve for ruby / rubygems versionsSamuel Giddins2016-08-231-7/+10
* test for a diagnostic error on ruby version failAndre Arko2016-08-231-2/+14
* Only validate gem checksums on RubyGems 2.3+seg-validate-checksumsSamuel Giddins2016-08-221-1/+1
* Distinguish tests for checksum mismatch & invalid checksumSamuel Giddins2016-08-221-1/+10
* Allow disabling checksum validationSamuel Giddins2016-08-221-1/+10
* Fix base64 regexp in compact index specSamuel Giddins2016-08-221-1/+1
* [RubyGemsGemInstaller] Validate checksums from the compact indexSamuel Giddins2016-08-221-0/+14
* fix standalone executable when dest of symlinkTerin Stock2016-08-121-2/+15
* Update case sensitivity spec to work on all FSseg-info-caseSamuel Giddins2016-08-101-1/+4
* Add a spec for case conflicts on the compact indexSamuel Giddins2016-08-101-0/+17
* Update resolving specs for not printing errors immediatelyseg-expect-errSamuel Giddins2016-08-031-9/+5
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-032-2/+2
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-028-105/+105
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-028-108/+108
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-202-3/+6
* Update specs for using gem_repo2 which has rack 1.2Samuel Giddins2016-07-101-1/+1
* Disallow updating gem_repo1 in the specsSamuel Giddins2016-07-101-9/+9
* flatten rspec block nesting a bitAndre Arko2016-07-101-111/+109
* respect required_ruby_versions when presentAndre Arko2016-07-101-12/+33
* [Installer] Fail fast when required_ruby(gems)?_version doesn't matchseg-ruby-rubygems-version-fail-fastSamuel Giddins2016-06-051-3/+20
* Safely store concurrent compact index downloadsDominic Cleal2016-05-101-0/+18
* [CompactIndex] Fall back when the user's home directory is not writableseg-compact-index-fallback-no-homeSamuel Giddins2016-05-061-0/+13