ebelinski / apilevels

A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
https://apilevels.com
MIT License
225 stars 26 forks source link

Update liquid gem to resolve issues with Ruby >= 3.2 #35

Closed bsiegel closed 1 year ago

bsiegel commented 1 year ago

I realize the official supported version of Ruby is 3.0 for this project, but this tiny patch version bump allows it to work for users on newer versions rather than needing to install a whole separate ruby environment.

ebelinski commented 1 year ago

Thanks!

ebelinski commented 1 year ago

I actually went ahead and updated to Ruby version 3.2.2 and updated all the dependencies. Let me know if you have any additional problems!