Hello friends when trying to run my app shows me the following error:
You are trying to install in deployment mode after changing
your Gemfile. Run 'bundle install' elsewhere and add the
updated Gemfile.lock to version control.
The dependencies in your gemfile changed
You have added to the Gemfile:
* mysql2 (~> 0.5.1)
* bcrypt (~> 3.1.7)
You have deleted from the Gemfile:
* bcrypt (~> 3.1.12)
* mysql2
but the strange thing is that apparently no gem has been modified and already try to delete the gemfile.lock and giving bundle install again but the error follows, thank you very much