Bundler problems

0

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

    
asked by mariovzc 05.07.2018 в 00:57
source

1 answer

0

The solution was to erase the cache generated in rails tmp/cache by windows that caused conflict and did not let run bundle install .

    
answered by 11.07.2018 / 16:36
source