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

Support and require Ruby >= 3.0.0 #27

Merged
merged 4 commits into from
Jan 12, 2023

Commits on Dec 2, 2022

  1. Add support for Ruby 3

    Update requirements:
        - ruby >= 3.0.0
        - bundler >= 2.2.0
    
    Ruby 3 changes:
        - Update `YAML.load` to `YAML.safe_load_file`
    
    Style changes:
        - Bump rubocop from 0.32.1 to 1.39.0; use default configuration
        - Use `frozen_string_literal: true`
    brodyhoskins committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4f745a1 View commit details
    Browse the repository at this point in the history
  2. Rely on gemspec

    brodyhoskins committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    aae4de8 View commit details
    Browse the repository at this point in the history
  3. Add rubocop-rake

    brodyhoskins committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ecfd682 View commit details
    Browse the repository at this point in the history
  4. Add rubocop-rake

    brodyhoskins committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    a831543 View commit details
    Browse the repository at this point in the history