Is Shrine 3.3.0 compatible with Ruby 3.0 ?
I have a Rails 6.1.3 project, using Ruby 3.0, and Shrine 3.3.0 gem and my local rails server
process won’t start (just hangs) and also my local sidekiq
process also hangs on start.
If I drop back down to Ruby 2.7.2 in the same project, everything works fine.