rapid7 / ruby_smb

A native Ruby implementation of the SMB Protocol Family
Other
81 stars 83 forks source link

Work around GitHub actions failing for Ruby 3.1 #184

Closed zeroSteiner closed 2 years ago

zeroSteiner commented 2 years ago

This works around an issue where GitHub actions are failing due to a compatibility issue with Ruby 3.1. This works around it by pinning the version to 3.0.3 for now. See rapid7/metasploit-framework#16003 which is related to the same issue.