Anyone else experiencing this issue with not being able install #bigdecimal in #ruby

It's negatively impacting my ability to use this programming language to make games, as many gems I use rely on this.

@lwflouisa what command are you using? Could you also share the output you get?

Maybe you're missing a library needed to compile the BigDecimal gem

@junkman The main issue being that I had already done Gem pristine for each of the ones whose libraries aren't built in Ruby 3.3.5.
What's the problem you're seeing?
@mackuba.eu Oh it's fixed. I was having issues with conflicts with ruby gems, do to two different ruby versions.