calabash / calabash-ios

Calabash for iOS
Other
1.81k stars 369 forks source link

Cannot use Ruby 2.4.x, which uses JSON 2.x, with Calabash iOS #1286

Open marchv opened 7 years ago

marchv commented 7 years ago

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:

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.

Cheers! :)

jmoody commented 7 years ago

Updated the wiki page.