bolshakov / stoplight

:traffic_light: Traffic control for code.
http://bolshakov.github.io/stoplight/
MIT License
384 stars 40 forks source link

Update gems to pass ruby 3 build #148

Closed jxa closed 2 years ago

jxa commented 2 years ago

👋 Howdy! Specs pass locally with ruby 3 by updating a couple of gems. I executed the following and committed the resulting gemfile.lock

bundle update mimemagic
bundle update simplecov
bolshakov commented 2 years ago

Thank you for your contribution!