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

Specify Ruby with .ruby-version in Gemfile #2470

Merged
merged 1 commit into from
Apr 26, 2024

Commits on Apr 26, 2024

  1. Specify Ruby with .ruby-version in Gemfile

    `Gemfile` allows on to use a `file` argument to specify where to get the
    Ruby version.
    
    This commit implements this to get the Ruby version from
    `.ruby-version`. This will reduce the number of edits to make when
    upgrading the Ruby version in the future.
    
    Ref:
    - https://andycroll.com/ruby/read-ruby-version-in-your-gemfile/
    smaboshe committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bacfdae View commit details
    Browse the repository at this point in the history