Skip to content

Use the same Ruby version in all files #21

@codergeek121

Description

@codergeek121

The Dockerfile uses 3.0.2
The .ruby-version files uses 3.2.0.
The Gemfile uses 3.2.0.
The Gemfile.lock contains ruby.3.2.0p0
I'm not sure which version GitHub Actions uses and where the version is defined.

I want the build to fail if the versions don't match in all of those files.
Is it possible to update the Ruby version in one place and all files that need a Ruby version read their version from this place?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions