You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
The addition of the BUNDLED WITH line to the Gemfile.lock causes a problem when a large dev team is working on a project with the Gemfile.lock added to source control.
A dev will check with bundle check and if their version of bundler doesn't match the version the Gemfile.lock was BUNDLED WITH, the BUNDLED WITH line gets updated in the Gemfile.lock and marks the file as dirty.
It then has to be checked in or reset by hand every time.
How about an environment variable or a config directive that prevents that line from getting added?
The text was updated successfully, but these errors were encountered:
The addition of the
BUNDLED WITH
line to theGemfile.lock
causes a problem when a large dev team is working on a project with theGemfile.lock
added to source control.A dev will check with
bundle check
and if their version of bundler doesn't match the version theGemfile.lock
wasBUNDLED WITH
, theBUNDLED WITH
line gets updated in theGemfile.lock
and marks the file as dirty.It then has to be checked in or reset by hand every time.
How about an environment variable or a config directive that prevents that line from getting added?
The text was updated successfully, but these errors were encountered: