Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We're seeing weird errors on ruby 3 which might come from specs stored with a slightly different and older YAML format. ``` Fetching https://github.com/jejacks0n/teaspoon.git Warning: Permanently added the ECDSA host key for IP address '140.82.114.3' to the list of known hosts. Fetching gem metadata from https://rubygems.org/............ --- ERROR REPORT TEMPLATE ------------------------------------------------------- ``` ArgumentError: undefined class/module YAML:: /usr/local/lib/ruby/site_ruby/3.0.0/rubygems/specification.rb:1263:in `load' /usr/local/lib/ruby/site_ruby/3.0.0/rubygems/specification.rb:1263:in `_load' /usr/local/lib/ruby/site_ruby/3.0.0/bundler.rb:563:in `load' /usr/local/lib/ruby/site_ruby/3.0.0/bundler.rb:563:in `load_marshal' ```
- Loading branch information