Skip to content

AI-6156 - calling URI.open via Kernel#open is deprecated

Steve Traylen requested to merge depre into master

With ruby 2.7.3 (puppet 7)

facter -p landb_location
/opt/puppetlabs/puppet/lib/ruby/gems/2.7.0/gems/landb-0.1.2/lib/landb/landb_client.rb:96:
warning: calling URI.open via Kernel#open is deprecated, call URI.open
directly or use URI#open
0000 0-0000

for info tested after cache deletion as well.

Edited by Steve Traylen

Merge request reports