Do I need to upgrade Gemfile.lock manually?

Viewed 17

In the React Native Upgrade Helper from v0.67.0 to v0.67.4, one of the files that it says changes is Gemfile.lock. Do I need to make these changes manually, or will running npm i etc do these automatically?

1 Answers

delete the pods folder and Gemfile.lock, install the pods it will automatically update those

Related