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

Add support for ruby 3.0 & 3.1 #19

Merged
merged 13 commits into from
Dec 27, 2022

Commits on Mar 3, 2022

  1. Add support for rails 6.1 & 7.0

    Philip Maina committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    55a2ece View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Added support for ruby version 3.0

    Philip Maina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    2ff6cdc View commit details
    Browse the repository at this point in the history
  2. Fixed separation of positional arguments from keyword arguments in Ac…

    …tAsHashids::Core::ClassMethods#has_many.
    Philip Maina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    07e52fb View commit details
    Browse the repository at this point in the history
  3. Added Rails 5(ACTIVE_RECORD_VERSION=5.0.0) as an allowable failure on…

    … Ruby 3.0
    Philip Maina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e288dc1 View commit details
    Browse the repository at this point in the history
  4. Added support for Ruby 3.1 .

    Philip Maina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e2c3dbf View commit details
    Browse the repository at this point in the history
  5. Updated rubocop development dependency version to the latest version …

    …that supports >= Ruby 2.2.2 .
    Philip Maina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    eea874f View commit details
    Browse the repository at this point in the history
  6. Renamed cop to .

    Philip Maina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f990c06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6dbcece View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Updated rubocop development dependency to 0.81.0. and least required_…

    …ruby_version to 2.3.0
    Philip Maina committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    5508310 View commit details
    Browse the repository at this point in the history
  2. Renamed cops Layout/IndentFirstHashElement and Layout/IndentFirstArra…

    …yElement.
    Philip Maina committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    a68b877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19bfac1 View commit details
    Browse the repository at this point in the history
  4. Added Style namespace to Documentation cop. Changed Style/PredicateNa…

    …me namespace to Naming.
    Philip Maina committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    39d140f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Fixed latest required ruby version to '< 3.2' .

    Philip Maina committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    354ff67 View commit details
    Browse the repository at this point in the history