aderyabin / sniffer

Log and Analyze Outgoing HTTP Requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby 2.7 deprecation warnings (Anyway Config gem dependency)

baarkerlounger opened this issue · comments

Sniffer 0.4.0 has a dependency spec.add_dependency "anyway_config", ">= 1.0". Which raises multiple deprecation warnings in Ruby 2.7.

It looks like these have been fixed but you'd need to bump >=2.0 which means dropping support for Ruby < 2.5.