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

Updated bolognese version #67

Closed
wants to merge 12 commits into from
Closed

Updated bolognese version #67

wants to merge 12 commits into from

Conversation

ashwinisukale
Copy link

@ashwinisukale ashwinisukale commented Oct 17, 2024

Purpose

closes: #66

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 deleted the schema-4.6-changes branch October 18, 2024 07:11
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.

Update bolognese gem as per schema 4.6 changes
1 participant