recommended => ruby 2.3.1 # or the most recent stable version
I.e., "or the most recent stable version" - the most recent stable version of Ruby is 2.4.1!?, which uses json 2.x. The latter does not compute together with Calabash-iOS, which seems to work with json 1.8.x only.
The solution is of course to use 2.3.1 until further - the recommended.
Hi :)
Not sure if this is an error in Calabash-iOS itself - if not then consider this as a heads-up, thanks.
At https://github.com/calabash/calabash-ios/wiki/Ruby-on-MacOS it is stated:
I.e., "or the most recent stable version" - the most recent stable version of Ruby is 2.4.1!?, which uses json 2.x. The latter does not compute together with Calabash-iOS, which seems to work with json 1.8.x only.
The solution is of course to use 2.3.1 until further - the recommended.
Cheers! :)