Bugzilla – Bug 1217642
Hawk Gemfile.lock should be generaged on the client side
Last modified: 2023-11-29 10:12:48 UTC
The build system creates the Gemfile.lock according to its configuration and packs and provides it together with hawk. If the client has other gem files than the build system, the client's hawk might be misconfigured. The hawk package needs to provide the blank Gemfile.lock to let the client machine generate it itself (with respect to its gem files).