calabash / calabash-ios

Calabash for iOS
Other
1.81k stars 369 forks source link

Release/0.21.7 #1399

Closed jmoody closed 5 years ago

jmoody commented 5 years ago

0.21.7

This release allows Calabash iOS to used with json 2.0 and cucumber 3.0. This will also allow users to update their ruby to 2.5.x.

Test Cloud users will need to pin their ruby version to 2.3.x and the json and cucumber versions. To your Gemfile add the following:

gem "json", "1.8.6"
gem "cucumber", "2.99.0"

Test submitted to Test Cloud with json > 1.8.6 and cucumber 3.x will fail validation.

Thanks @JoeSSS.