rubyforgood.org--old icon indicating copy to clipboard operation
rubyforgood.org--old copied to clipboard

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

Open jhsu802701 opened this issue 4 years ago • 2 comments

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.

jhsu802701 avatar Sep 27 '20 23:09 jhsu802701

The solution is in Pull Request #159 .

jhsu802701 avatar Oct 11 '20 17:10 jhsu802701

The solution is in Pull Request #161 .

jhsu802701 avatar Oct 17 '20 00:10 jhsu802701