Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Downgrade version mismatches to warnings #6996

Merged
7 commits merged into from Apr 27, 2019

Commits on Apr 27, 2019

  1. Copy the full SHA
    cd693cc View commit details
    Browse the repository at this point in the history
  2. Remove duplicated spec

    This is essentially the same as "errors if the current is a major
    version older than lockfile's bundler version".
    deivid-rodriguez committed Apr 27, 2019
    Copy the full SHA
    f0ae5eb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1113640 View commit details
    Browse the repository at this point in the history
  4. Remove hard errors on version mismatches

    This is already short-circuit by rubygems' bundler version finder.
    deivid-rodriguez committed Apr 27, 2019
    Copy the full SHA
    e1d534a View commit details
    Browse the repository at this point in the history
  5. Remove simulate_bundler_version from lockfile specs

    The simulation is not very friendly because it needs to happen before
    `hax.rb` is loaded so, for example, it won't be applied to the lockfile
    platforms.
    deivid-rodriguez committed Apr 27, 2019
    Copy the full SHA
    6cd8bc3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0138db1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7ca4364 View commit details
    Browse the repository at this point in the history