Rails réinitialise Gemfile.lock

# In terminal
rm Gemfile.lock
bundle install

#This will generate a new Gemfile.lock
Lioruby