Azure / azure-storage-ruby

Microsoft Azure Storage Library for Ruby
http://azure.github.io/azure-storage-ruby/
84 stars 150 forks source link

Use CGI.escape instead #220

Open jfine opened 1 year ago

jfine commented 1 year ago

While using Ruby 3.1 we encountered undefined method escape' for URI:Module (NoMethodError). Utilizing CGI.escape in lieu of manually escaping single quotes and using URI.escape seems to work as expected and should allow this library to work with modern Ruby versions! 🎉

cc: @yaxia @katmsft

dunyakirkali commented 9 months ago

And until this is merged we can only use Ruby 2?