theforeman / smart_proxy_monitoring

Smart proxy plugin for monitoring system integration
GNU General Public License v3.0
7 stars 10 forks source link

Update to be Ruby 2.5+ and Rubocop to 1.28.x #29

Closed ekohl closed 1 year ago

ekohl commented 1 year ago

The latest Smart Proxy is Ruby 2.5+ and this takes advantage of that by updating the gems. It's fairly large due to the Rubocop updates, but they're isolated per cop.

Once this is merged, the use of URI.escape (as flagged by Rubocop) must be removed. That makes it Ruby 3 compatible.