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

changes to support ruby 3 #2

Open
wants to merge 1 commit into
base: purge-cache-fix
Choose a base branch
from

Conversation

sivteck
Copy link
Collaborator

@sivteck sivteck commented Mar 29, 2022

@@ -27,7 +27,7 @@
module Cloudflare
class Connection < Resource
def zones
@zones ||= Zones.new(concat_urls(url, 'zones'), options)
@zones ||= Zones.new(concat_urls(url, 'zones'), **options)
end
end

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging this branch to quintype/purge-cache-fix can cause incompatibility and breakage in the existing repos referring to this branch. Consider versioning or creating a new branch

Copy link
Collaborator Author

@sivteck sivteck Apr 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

2 participants