OneBusAway / onebusaway-ios

OneBusAway for iOS, written in Swift.
Other
74 stars 31 forks source link

BUG: Jazzy Version incompatibility #715

Open hilmyveradin opened 4 months ago

hilmyveradin commented 4 months ago

image

Upon installing jazzy, seems like there's a miss match ruby version. Thus, We can't see the documentation

OBA uses ruby version 2.7.3, meanwhile to download jazzy, we'll need ruby version >= 3 due to sqlite3 dependency (see image)

Any idea on how to solve this? Should we update the ruby version?

shrudge commented 4 months ago

hey, @hilmyveradin I updated ruby to 3.0.6 and it worked for me..