Rails Reset Gemfile.Lock

# In terminal
rm Gemfile.lock
bundle install

#This will generate a new Gemfile.lock
Lioruby