Skip to content

Update rubygems to version 3.5.18

Codruț Constantin Gușoi requested to merge sdwolfz/rubygems:update-3.5.18 into main
  • Update rubygems to version 3.5.18.
  • Add a nice README.md file.
  • Add a .gitignore for build artifacts.

The patch is no longer needed as the related PR was merged.

One thing I don't understand, why does the package need this sed?

sed --in-place --regexp-extended 's|git ls-files|find -type f -not -path "*/\.git/*"|' Rakefile

Wouldn't it be better to have git as a build dependency and remove this instead?

Merge request reports