discourse / prometheus_exporter

A framework for collecting and aggregating prometheus metrics
MIT License
525 stars 153 forks source link

Update development dependencies #318

Closed codez closed 1 month ago

codez commented 1 month ago

So I created a small PR to update some development dependencies in order to fix a couple of the test failures. I hope this does not add undesired changes.

Ruby 3.3 still has issues installing mini_racer that I did not analyze. Probably it runs into a job timeout. On my machine, it took about 3 (!) hours to complete the installation of libv8-node. Unfortunately, I have no experience with this gem.

SamSaffron commented 1 month ago

yikes... that is scary ... will look at ruby 3.3 and mini racer ... thanks!