Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop ruby 2.4 support and test against latest ruby & rails #808

Merged
merged 13 commits into from Mar 25, 2021

Commits on Mar 25, 2021

  1. Copy the full SHA
    0c125d2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    948df69 View commit details
    Browse the repository at this point in the history
  3. Base rails 6.0 and 6.1 fixture apps

    Generated with
    
    ```
    rails new spec/fixtures/rails61 --skip-listen --skip-spring --skip-bootsnap --skip-sprockets --skip-gemfile --skip-webpack-install
    rails _6.0.3_ new spec/fixtures/rails60 --skip-listen --skip-spring --skip-bootsnap --skip-sprockets --skip-gemfile --skip-webpack-install
    rm -rf spec/fixtures/rails61/.git spec/fixtures/rails60/.git
    git add spec/fixtures/rails6*
    ```
    deivid-rodriguez committed Mar 25, 2021
    Copy the full SHA
    4b7bad1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    281da65 View commit details
    Browse the repository at this point in the history
  5. Test new apps

    deivid-rodriguez committed Mar 25, 2021
    Copy the full SHA
    d2a89cc View commit details
    Browse the repository at this point in the history
  6. Remove old test apps

    deivid-rodriguez committed Mar 25, 2021
    Copy the full SHA
    40b74ad View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a141c7c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5cc7997 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    835ba2f View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    9cf1521 View commit details
    Browse the repository at this point in the history
  11. Add windows to lockfiles

    Through `bundle lock --add-platform x64-mingw32`.
    
    Favor that over `force_ruby_platform`.
    deivid-rodriguez committed Mar 25, 2021
    Copy the full SHA
    51622e2 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    7dffc41 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    b3e9c65 View commit details
    Browse the repository at this point in the history