medic / cht-android

A native Android container for Community Health Toolkit (CHT) applications
GNU Affero General Public License v3.0
25 stars 49 forks source link

Upgrade Ruby for Fastlane #368

Closed binokaryg closed 2 months ago

binokaryg commented 2 months ago

We are getting this error when building/publishing:

ERROR: Error installing fastlane: The last version of public_suffix (>= 2.0.2, < 7.0) to support your Ruby & RubyGems was 5.1.1. Try installing it with gem install public_suffix -v 5.1.1 and then running the current command again public_suffix requires Ruby version >= 3.0. The current ruby version is 2.7.8.225.

Upgrading the Ruby version to >= 3.0 should fix it.