danini-the-panini / kdl-rb

Ruby implementation of the KDL language
https://kdl.dev
MIT License
22 stars 2 forks source link

Ruby 3.3 requires an explicit inclusion of racc gem in order to get this gem to work #15

Closed karloscarweber closed 5 months ago

karloscarweber commented 5 months ago

Hi Friends.

I work on Camping, we use kdl instead of yard because kdl is cool. Anyways, upon updating to Ruby 3.3 kdl now requires the racc gem to be included in your bundler file in order to get it working. I'm not sure why. I know that racc is a development dependency, but it seems that it's also now a runtime dependency. ¯_(ツ)_/¯

You can view. A related issue here: https://github.com/camping/camping/issues/164.

I'm wondering if it would be cool to add the racc gem as a generic dependency so that upstream consumers of this library can get the gem when they bundle install along with kdl.

Thanks.

-kow

danini-the-panini commented 5 months ago

Fixed in v1.0.5

karloscarweber commented 5 months ago

You are a saint.