quirkey / vegas

Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps.
http://code.quirkey.com/vegas
MIT License
183 stars 24 forks source link

Calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open #29

Open cork opened 2 years ago

cork commented 2 years ago

When running vegas on ruby 2.7.3 the following warning is printed. In ruby 3.0.2 the open call failes.

vegas/runner.rb:146: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open

Pull request comming up.