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

Fix required_ruby_version issue when using Gem::Requirement #9037

Merged

Commits on Nov 12, 2020

  1. Fix required_ruby_version issue when using Gem::Requirement

    This fixes an issue when the `required_ruby_version` uses `Gem::Requirement` to define the Ruby version.
    
    e.g.
    
    ```
    s.required_ruby_version = Gem::Requirement.new('< 3.0.0')
    ```
    
    Related to rubocop#8761
    cetinajero committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    a451545 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    65758bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b602d9c View commit details
    Browse the repository at this point in the history