-
Notifications
You must be signed in to change notification settings - Fork 963
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
undefined method `+@' for "":String #733
Comments
khiav223577
pushed a commit
to khiav223577/max_exchange_api
that referenced
this issue
Sep 10, 2021
Also facing this issue. |
bethesque
added a commit
to pact-foundation/pact_broker-client
that referenced
this issue
Sep 27, 2021
The unary + method was added in ruby 2.3.0. https://docs.ruby-lang.org/en/2.3.0/String.html#method-i-2B-40 The string literal changes introduced in #711 make httparty compatible with ruby 2.3+. |
@lacostej thanks! I didn't even notice that little change sneak in. Would |
yes |
jnunemaker
added a commit
that referenced
this issue
Sep 29, 2021
Closed by 4416141 |
jeremyct0220
added a commit
to jeremyct0220/httparty
that referenced
this issue
Dec 28, 2021
trammel
pushed a commit
to trammel/pact_broker-client
that referenced
this issue
May 23, 2022
The original issue documented at jnunemaker/httparty#733 has been solved, and a fix released.
kevin-j-m
added a commit
to kevin-j-m/pact_broker-client
that referenced
this issue
Jan 4, 2023
Given that jnunemaker/httparty#733 is resolved, this removes the restriction to stay on the 0.18 minor version of httparty. Notably, the intent here is to allow for httparty to be updated in light of this issue: GHSA-5pq7-52mg-hr42. httparty 0.21.0 has been released with a fix for this issue.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction Steps
Will get this error:
The text was updated successfully, but these errors were encountered: