Open dbreunig opened 1 year ago
I would be interested in this as well, the older http dependency downgraded my twitter gem
Please accept this ASAP as this breaks Mastodon otherwise!
Same problem here, using ruby 3.2.0, rails 7.0.4, mastodon-api 2.0.0
can't modify frozen String: ""
I confirm this fix the issue
One year later, this is still breaking.
Anything we community members can do to help get this merged?
Was hitting this known bug in http 3.3.0: https://github.com/httprb/http/issues/640
I bumped the dependency to
~>5.0
. Tests result in the same output and my bug is fixed.