Skip to content

Upgrade poodle to all latest rails and ruby versions#69

Merged
ashwinisukale merged 14 commits intomasterfrom
upgrade_poodle_changes
Nov 14, 2024
Merged

Upgrade poodle to all latest rails and ruby versions#69
ashwinisukale merged 14 commits intomasterfrom
upgrade_poodle_changes

Conversation

@ashwinisukale
Copy link
Copy Markdown
Contributor

Purpose

closes: #68

Changes:

URI#escape was deprecated and later removed - ruby/uri@61c6a47

From the commit :

This method is obsolete and should not be used. Instead, use
CGI.escape, URI.encode_www_form or URI.encode_www_form_component
depending on your specific use case.
Ruby 3.0.0 onwards URI#escape does not work.
Use CGI.escape or URI.encode_www_form as mentioned in the deprecation warning

@ashwinisukale ashwinisukale merged commit 1e5c08e into master Nov 14, 2024
@ashwinisukale ashwinisukale deleted the upgrade_poodle_changes branch November 14, 2024 13:38
@ashwinisukale ashwinisukale self-assigned this Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade Rails version as per Lupo

4 participants