revdotcom/rev-ruby-sdk

URI.escape is deprecated

Opened this issue · 0 comments

When using this gem with Ruby 2.7, a deprecation warning is logged due to this line because URI.escape is deprecated in Ruby 2.7 and has been removed in Ruby 3.0.

This means that this gem will not work in Ruby 3.0 until that line with URI.escape is updated. This is currently preventing my company from upgrading to Ruby 3.0.