phallstrom / slackistrano

Slack integration for Capistrano deployments.
MIT License
373 stars 74 forks source link

Replace URI::encode which was removed in Ruby 3 #100

Open jbockler opened 6 months ago

jbockler commented 6 months ago

URI::encode was deprecated and finally removed in Ruby 3. CGI::escape would escape everything. With URI::Parser we get the same result as before.