Skip to content
This repository was archived by the owner on Nov 23, 2020. It is now read-only.
This repository was archived by the owner on Nov 23, 2020. It is now read-only.

Problem with Gemfile.lock, zeitwerk (2.4.0), and Ruby 2.4.2 #157

@jhsu802701

Description

@jhsu802701

Is there any good reason that the Gemfile.lock file is listed in .gitignore and thus not saved in this repository? This is causing a problem.

Here's an example of the "but it works on my machine" problem. If you set up this app on a particular machine some time ago, it still works. But if you try to start a new setup right now, you get an error message during "bundle install" stating that zeitwork 2.4.0 requires at least Ruby version 2.4.4. The current Ruby version specified for this app is 2.4.2.

This wouldn't be a problem on an old setup, because its Gemfile.lock file would specify something older than version 2.4.0 of zeitwork, a version that is compatible with Ruby 2.4.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions