summaryrefslogtreecommitdiff
path: root/spec/install/gems/resolving_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix resolving specs when run against a dev ruby snapshotimprove_resolving_specsDavid Rodríguez2020-02-201-2/+2
* Add support for BUNDLER_ prefixed debug environment variablesSutou Kouhei2020-01-191-0/+14
* Merge #7559Bundlerbot2020-01-171-2/+2
|\
| * Reactivate usused code for ruby version resolutionLars Kanis2020-01-161-2/+2
* | Don't use needless specific APISutou Kouhei2020-01-171-1/+1
* | Revert MatchPlatform#platforms_match?Sutou Kouhei2020-01-171-6/+8
* | Don't ignore resolved platform informationSutou Kouhei2020-01-171-0/+23
|/
* Sort available platformsSutou Kouhei2020-01-151-2/+2
* Revert unskippable skipsSutou Kouhei2020-01-151-0/+8
* Try unskipping on WindowsSutou Kouhei2020-01-151-8/+0
* Update expected for specific_platform feature flags caseSutou Kouhei2020-01-151-2/+9
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-0/+8
* Always pass env as strings to helpersDavid Rodríguez2019-11-281-3/+3
* Read marshaled gemspecs binarilyDavid Rodríguez2019-11-221-1/+1
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-3/+3
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-8/+8
* s/last_command.stderr/err/David Rodríguez2019-04-121-2/+2
* Unify stderr helpersDavid Rodríguez2019-04-121-1/+1
* Fallback to sequentially fetching specs on 429sDavid Rodríguez2019-03-081-0/+20
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-2/+2
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-2/+2
* Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-201-3/+3
* Fix error sortingSamuel Giddins2018-08-061-4/+4
* Make version conflict messages betterSamuel Giddins2018-08-061-3/+2
* Fix specs against RubyGems masterSamuel Giddins2018-04-061-2/+3
* Use Bundler.rubygems.inflate instead of the Gem::Util method directlysegiddins/use-rubygems-integration-inflateSamuel Giddins2018-03-101-1/+1
* Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methodsSHIBATA Hiroshi2018-03-011-1/+1
* Update the resolving spec for debug output having changedSamuel Giddins2017-08-011-2/+4
* Implement source pinning for 2.0Samuel Giddins2017-06-231-1/+2
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-4/+1
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-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
* Update resolving specs for not printing errors immediatelyseg-expect-errSamuel Giddins2016-08-031-9/+5
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-5/+5
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-5/+5
* 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
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Update specs for prettier version conflict messagesSamuel E. Giddins2015-07-231-1/+2
* Fix Style/SpaceInsideHashLiteralBracesErick Sasse2015-07-171-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* [Resolver] Fix all remaining molinillo spec failuresSamuel E. Giddins2014-11-241-1/+1