rails reset gemfile.lock code example
Example: rails reset gemfile.lock
# In terminal
rm Gemfile.lock
bundle install
#This will generate a new Gemfile.lock
# In terminal
rm Gemfile.lock
bundle install
#This will generate a new Gemfile.lock