rubyforgood.org--old
rubyforgood.org--old copied to clipboard
Problem with Gemfile.lock, zeitwerk (2.4.0), and Ruby 2.4.2
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.
The solution is in Pull Request #159 .
The solution is in Pull Request #161 .