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

Description
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.