ably / ably-asset-tracking-swift

iOS client SDKs for the Ably Asset Tracking service.
Apache License 2.0
9 stars 6 forks source link

Upgrade Jazzy to 0.14.3 to fix CI #417

Closed lawrence-forooghian closed 1 year ago

lawrence-forooghian commented 1 year ago

This is to fix the following error when running bundle exec jazzy in CI:

`require': cannot load such file -- rexml/document

I believe that it was introduced after GitHub’s switch to macOS 12 runners (https://github.com/actions/runner-images/issues/6384), which bumps the default Ruby version from 2.7 to 3.0. The error was fixed in https://github.com/realm/jazzy/issues/1260.