Closed ryanfb closed 1 year ago
I fixed this in my Rails project by tweaking the gem versions in my Gemfile.lock and then running bundle i
.
postrank-uri (1.0.24)
addressable (>= 2.4.0)
nokogiri (>= 1.8.0)
- public_suffix (>= 2.0.0, < 2.1)
+ public_suffix (>= 4.0.0, < 5)
- public_suffix (2.0.5)
+ public_suffix (4.0.6)
Example output for
bundle exec rake
on Ruby 3.0.2:Everything still passes fine under 2.7.4, so this only affects 3.0.0+