mastodon / mastodon-api

A ruby interface for the Mastodon API
173 stars 62 forks source link

Bumped http dependency to ~>5.0 #53

Open dbreunig opened 1 year ago

dbreunig commented 1 year ago

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.

dorianmariecom commented 1 year ago

I would be interested in this as well, the older http dependency downgraded my twitter gem

monochromec commented 1 year ago

Please accept this ASAP as this breaks Mastodon otherwise!

sbouchaala commented 1 year ago

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

pcantrell commented 8 months ago

One year later, this is still breaking.

Anything we community members can do to help get this merged?