I am on a new computer (OSX 12.6) with an old app...(rails 5) I am trying to update all...
Most of my gems are not active anymore and I updating one by one but my Gemfile.lock keep the old... So I tried to remove it but it's impossible to regenerate it...
I did bundle install
and bundle update
nothing worked
I searched and found similar problem, someone said, this worked...
Bundler.with_clean_env { Dir.chdir("/path/to/myapp") { `bundle install` } }
But I've no idea where I should put this ? ( I haven't been doing webdev for 4 years at least....)
receving error like this when I bundle install
An error occurred while installing ovirt-engine-sdk (4.4.1), and
Bundler cannot continue.