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.5/2.6 support #521

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Drop Ruby 2.5/2.6 support #521

merged 2 commits into from
Jul 12, 2024

Commits on Jul 12, 2024

  1. Drop Ruby 2.5/2.6 support

    Both ruby version are EoL.
    
    We've another breaking change that I need to release,
    voxpupuli#515. 2.7 is EoL as well,
    but still widely used in the Puppet Ecosystem, so I think switching to
    2.7 for now is fine.
    bastelfreak committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ff1f332 View commit details
    Browse the repository at this point in the history
  2. rubocop: autofix

    ```
    $ bundle exec rake rubocop:auto_correct
    Running RuboCop...
    Inspecting 119 files
    ...................................................................................C...................................
    
    Offenses:
    
    test/common_test_suite_test.rb:29:24: C: [Corrected] Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
          rel_file = tfile[TEST_DIR.length + 1..-1]
                           ^^^^^^^^^^^^^^^^^^^^^^^
    ```
    bastelfreak committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e247824 View commit details
    Browse the repository at this point in the history