aboutsummaryrefslogtreecommitdiffstats
path: root/spec/install
Commit message (Expand)AuthorAgeFilesLines
* Fixed bundler incorrectly printing the following error message when attemptin...hiren mistry2016-10-201-0/+29
* remove extraneous bits, fix gemfilesAndre Arko2016-10-131-6/+1
* add a failing spec for not-found gemsAndre Arko2016-10-131-0/+71
* spec for tmp change that fails on masterAndre Arko2016-10-041-0/+8
* Auto merge of #5003 - bundler:seg-warn-unused-deps, r=indirectHomu2016-09-301-1/+18
|\
| * Update spec to account for old rubygems printing the dependency typeSamuel Giddins2016-09-201-1/+1
| * [Definition] Print a helpful warning when a dependency is unused on any platformSamuel Giddins2016-09-191-1/+18
* | Add a spec for lazy specification picking the right platform for Gemspec sourcesSamuel Giddins2016-09-211-0/+33
|/
* Auto merge of #4976 - bundler:seg-fix-eval-gemfile-path-sources, r=indirectHomu2016-09-171-0/+18
|\
| * [Path] Store lockfile paths relative to the root, not the gemfile pathSamuel Giddins2016-09-131-0/+18
* | Use Hashrocket => because we support Ruby 1.8.7JuanitoFatas2016-09-151-2/+2
* | Support specify engine by symbol in GemfileJuanitoFatas2016-09-151-0/+29
|/
* Fail gracefully when attempting to request from an unknown URI schemeSamuel Giddins2016-09-071-0/+11
* Add a spec for platform_specific resolution / runtimeSamuel Giddins2016-08-251-0/+95
* Update spec for consistency with how Gem.ruby_version is usedSamuel Giddins2016-08-231-1/+1
* [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+Samuel 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
* Auto merge of #4784 - colby-swandale:path-already-exists-error-msg, r=indirectHomu2016-08-211-4/+4
|\
| * rework specs from previous commitColby2016-07-141-4/+4
* | Auto merge of #4704 - allenzhao:issue-4663, r=indirectHomu2016-08-161-0/+2
|\ \
| * | Add failing spec testAllen Zhao2016-08-151-0/+2
* | | fix standalone executable when dest of symlinkTerin Stock2016-08-121-2/+15
|/ /
* | Update case sensitivity spec to work on all FSSamuel Giddins2016-08-101-1/+4
* | Add a spec for case conflicts on the compact indexSamuel Giddins2016-08-101-0/+17
* | Auto merge of #4831 - bundler:seg-offline-new-index, r=indirectHomu2016-08-091-0/+92
|\ \
| * | Add specs for allow_offline_installSamuel Giddins2016-08-051-0/+92
* | | Add a spec for unlocking when adding a dep & switching to a local sourceSamuel Giddins2016-08-051-0/+21
|/ /
* | Remove 0.9 upgrade compatibilitySamuel Giddins2016-08-031-26/+0
* | Update resolving specs for not printing errors immediatelySamuel Giddins2016-08-031-9/+5
* | Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-035-33/+33
* | Fix precondition negated matchingSamuel Giddins2016-08-021-1/+1
* | Use `include_gem` as the matcher nameSamuel Giddins2016-08-0226-284/+284
* | [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-0226-287/+287
* | Auto merge of #4800 - bundler:seg-locked-resolve-keep-platforms, r=indirectHomu2016-07-262-3/+145
|\ \
| * | Update specs for improved gemspec detectionSamuel Giddins2016-07-241-1/+1
| * | [DSL] Add support for multi-platform gems with the `gemspec` methodSamuel Giddins2016-07-221-2/+12
| * | Reduce code de-duplication in gemspec specSamuel Giddins2016-07-221-28/+14
| * | Add specs for bundling with locked platform-specific gemspec deps on RUBYSamuel Giddins2016-07-211-0/+146
* | | Update a pair of specs to use the new source matchingSamuel Giddins2016-07-242-4/+5
|/ /
* | [RuboCop] Update to 0.41.2Samuel Giddins2016-07-202-3/+6
* | [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-201-1/+1
* | Add JRuby shebang to ruby_shebang? checkojab2016-07-162-3/+0
|/
* Auto merge of #4741 - bundler:seg-1-99-rebase, r=indirectHomu2016-07-136-17/+20
|\