RSEToolkit / rse-competencies-toolkit

A toolkit to define the skills, competencies and diverse progression pathways for RSEs to help track and manage their professional profiles and development.
https://rsetoolkit.github.io/rse-competencies-toolkit/
Other
37 stars 1 forks source link

wdm 0.2.0 change - 0.1.1 update #117

Closed PseudoSoph closed 1 month ago

PseudoSoph commented 1 month ago

wdm version changed in Gemfile & Gemfile.lock https://github.com/Maher4Ever/wdm/issues/27 - install failed windows 11 - ruby gems 3.3.0 bundle install

Thank you! :)

elichad commented 1 month ago

Thanks @PseudoSoph! I checked this out and it looks fine - noting from the linked issue for anyone else reading:

the problem here appears to be that object tainting was deprecated in Ruby a long time ago and has now been removed. As a result, the WDM code doesn't compile anymore with recent Ruby versions.

I don't know what's gone wrong with the pre-commit check and it doesn't look related, so I'm going to make an extra commit to re-trigger the tests.