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

Require Ruby 2.5 for Rails 6. #34754

Merged
merged 1 commit into from Dec 19, 2018
Merged

Require Ruby 2.5 for Rails 6. #34754

merged 1 commit into from Dec 19, 2018

Commits on Dec 19, 2018

  1. Require Ruby 2.5 for Rails 6.

    Generally followed the pattern for #32034
    
    * Removes needless CI configs for 2.4
    * Targets 2.5 in rubocop
    * Updates existing CHANGELOG entries for fewer merge conflicts
    * Removes Hash#slice extension as that's inlined on Ruby 2.5.
    * Removes the need for send on define_method in MethodCallAssertions.
    kaspth committed Dec 19, 2018
    Copy the full SHA
    1b7c322 View commit details
    Browse the repository at this point in the history