Hello I'm trying to run the following commands to prep my Rails app for production:
bundle lock --add-platform ruby
bundle lock --add-platform x86_64-linux
Then I get this error:
Cannot write a changed lockfile while frozen.
What is going on here? What is the lockfile for? What does it mean to be frozen?
Running the following command allowed me to write to my lock file