Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Ruby for Fastlane #368

Closed
binokaryg opened this issue Jul 1, 2024 · 0 comments · Fixed by #369
Closed

Upgrade Ruby for Fastlane #368

binokaryg opened this issue Jul 1, 2024 · 0 comments · Fixed by #369
Assignees
Labels
Type: Technical issue Improve something that users won't notice

Comments

@binokaryg
Copy link
Member

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.

@binokaryg binokaryg added the Type: Technical issue Improve something that users won't notice label Jul 1, 2024
@binokaryg binokaryg self-assigned this Jul 1, 2024
binokaryg added a commit that referenced this issue Jul 1, 2024
Upgrade Ruby version from 2.7 to 3.3 in build and publish files for GH actions
binokaryg added a commit that referenced this issue Jul 1, 2024
Upgrade Ruby version from 2.7 to 3.3 in build and publish files for GH actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Technical issue Improve something that users won't notice
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant