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]
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]
© 2022 - 2024 — McMap. All rights reserved.
gem install
? Or withbundle
? Are you usingrbenv
,rvm
, or similar? (Why might the system be reporting multiple ruby versions?) – Esquilinefastlane [platform_name] tests
. @Harry Did you get the solution to your problem? – Discourse