[Bug 258108] [exp-run] devel/ruby-gems: Update to 3.2.30 (Fixes for Ruby 3.0)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258108] devel/ruby-gems: Update to 3.2.26 (Fixes for Ruby 3.0)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Dec 2021 17:31:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258108 --- Comment #45 from deivid.rodriguez@riseup.net --- > I thought it would help to know about the difficulties encountered > when updating the port, and also to help anyone reading the PR know > what would be relevant to the attached patch or not (also to avoid > delay like a potential reviewer thinking that the issue discussed was > related to the patch). This was my intention at least, but I probably > gave too much context. I wrote earlier that I was thankful for your > work and this is still true :-) It's alright, the context is indeed useful, sorry if I sounded harsh and thanks for your kind words :) I released rubygems 3.2.33 with the last patch. > Note: I didn't update to RubyGems 3.2.32 yet, because it looks like > 3.2.31 vendors more libraries, for example `optparse' from Ruby but > with some modifications like renaming the class from `OptionParser' to > `Gem::OptionParser'. I'll have to reread porter handbook to know if > this should be "unvendored". Yeah, unfortunately, as more standard libraries that we use internally get converted into gems, we need to vendor them, because we can't have any dependencies ourselves because otherwise we would restrict user's choice of the dependency to the version that we use internally. -- You are receiving this mail because: You are the assignee for the bug.