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

dev: Rails rubocop config, and drop support for ruby < 2.5 #151

Merged
merged 3 commits into from
Apr 11, 2023

Commits on Apr 3, 2023

  1. dep: set required_ruby_version to ">= 2.5.0"

    this matches the oldest version of Rails (6.0/6.1)
    flavorjones committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ba95790 View commit details
    Browse the repository at this point in the history
  2. dep(style): move dev deps into Gemfile and add rubocop

    import a copy of .rubocop.yml from rails/rails
    flavorjones committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    45fa826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    293903d View commit details
    Browse the repository at this point in the history