reportportal/agent-ruby

Remove monkeypatch for RestClient

abotalov opened this issue · 3 comments

Currently this library has a monkeypatch for RestClient that allows to send a Content-Type header in a multipart request.
https://github.com/reportportal/agent-ruby/blob/master/lib/reportportal/patches/rest_client.rb
This monkeypatch needs to be removed.

@abotalov @aliaksandr-trush guys, any updates on the issue? can we close it as outdated?

@avarabyeu agree, lets close the issue.
It is not an issue because does not affect functionality.

@abotalov, monkeypatch can be removed using pull request in any time.