-
Notifications
You must be signed in to change notification settings - Fork 208
feat(pubsub): Add pubsub_dead_letter_remove #700
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
feat(pubsub): Add pubsub_dead_letter_remove #700
Conversation
Here is the summary of changes. You added 1 region tag.This comment is generated by snippet-bot. |
@@ -14,7 +14,7 @@ | |||
|
|||
source "https://rubygems.org" | |||
|
|||
gem "google-cloud-pubsub" | |||
gem "google-cloud-pubsub", "~> 2.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TheRoyalTnetennba Should I not specify a version constraint for google-cloud-pubsub
in the Gemfile? (For the example added in this PR, version 2.2
or above is required.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is good to specify version constraints where required.
closes: #594