nokogiri requires Ruby version >= 2.3.0
Asked Answered
U

0

1

I am setting up Fastlane with Slather.

The slather step is failing with

[13:55:11]: nokogiri requires Ruby version >= 2.3.0.

running ruby -v I get

ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]
Unanimous answered 4/4, 2019 at 12:58 Comment(4)
What do you mean by "setting up" What do you mean by "the slather step"? How may I attempt to reproduce your problem?Esquiline
Are you doing something with gem install? Or with bundle? Are you using rbenv, rvm, or similar? (Why might the system be reporting multiple ruby versions?)Esquiline
This is the same error I have got while running the unit test case using the fastlane. fastlane [platform_name] tests. @Harry Did you get the solution to your problem?Discourse
@KamarShad i had the same issue and found a solution, maybe it can help you: #58776295Jargon

© 2022 - 2024 — McMap. All rights reserved.