wordpress-mobile / release-toolkit-gutenberg-mobile

Automation Scripts for Releasing Gutenberg-Mobile Updates to the WordPress Mobile Apps.
Mozilla Public License 2.0
5 stars 2 forks source link

Run bundle install before installing iOS dependencies #58

Closed fluiddot closed 3 years ago

fluiddot commented 3 years ago

I bumped into the following error when executing the release script for betafix 1.58.1:

==> Create release branch in WordPress-iOS
Switched to a new branch 'gutenberg/integrate_release_1.58.1'
==> Update GitHub organization and gutenberg-mobile ref
Warning: the running version of Bundler (2.2.10) is older than the version that created the lockfile (2.2.21). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.2.21`.
Could not find proper version of rake (12.3.3) in any of the sources
Run `bundle install` to install missing gems.

Failed during: rake dependencies

Looks like we need to assure that the Ruby dependencies are up-to-date before running rake dependencies.