#2 Fix for Ruby 3.0 compatibility.
Closed 3 years ago by vondruch. Opened 3 years ago by pvalena.
rpms/ pvalena/rubygem-rest-client rebase  into  master

@@ -15,6 +15,7 @@ 

  Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem

  BuildRequires: ruby(release)

  BuildRequires: rubygems-devel

+ BuildRequires: rubygem(rexml)

  BuildRequires: ruby

  %if %{with tests}

  BuildRequires: rubygem(http-cookie)

no initial comment

LGTM, but this can't be merged prior Ruby 3.0 lands, because we don't have rubygem(rexml) as of now

Correct. I think almost all Ruby 3.0 related PRs will need to be merged after the Ruby 3.0 is built in side-tag.

Hm, looking into this, it does not look rest-client depends on REXML. It is probably rubygem-crack issue.

https://github.com/jnunemaker/crack/pull/62

Going to update rubygem-crack and we will see soon.

Rebase of rubygem-crack resolved the issue => closing

https://koji.fedoraproject.org/koji/taskinfo?taskID=59208304

Pull-Request has been closed by vondruch

3 years ago