Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade poodle to all latest rails and ruby versions #69

Merged
merged 14 commits into from
Nov 14, 2024

Conversation

ashwinisukale
Copy link
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
2 checks passed
@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