Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Don-t-consider-gems-provided-by-Debian-packages-as-d.patch | Don't consider gems provided by Debian packages as deleted In Debian, old-style packages provide a gemspec but the actual library files are shipped in /usr/lib/ruby/vendor_ruby/. We are converting all packages to the Rubygems layout, but we are not finished yet. This fixed a regression introduced in Debian by 8950631f02498195794096a8e7c28b7feac56382 ("Fix `bundle install` to force reinstallation of deleted gems"). |
Antonio Terceiro <terceiro@debian.org> | yes | debian | 2022-01-28 | |
0002-Gem-Platform-emulate-3.3.15-behavior-on-Ruby-3.1.patch | Gem::Platform: emulate 3.3.15 behavior on Ruby 3.1 rubygems 3.4 calls a Linux platform something like aarch64-linux-gnu, where 3.3 called it just aarch64-linux. Given all the existing native extensions for Ruby 3.1 in the Debian archive had been built using rubygems 3.3, let's keep the old behavior on Ruby 3.1 as to not immediately break all the existing extensions. |
Antonio Terceiro <terceiro@debian.org> | no | 2023-10-13 |