mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-21 15:51:34 +01:00
This gem is unbundled by upstream Ruby from 3.0.0. When the gem was bundled its pkgver was set to that of the ruby-lang package, now its pkgver is set to its upstream version which is lower so users upgrading need to pass `--available` to the `apk upgrade` command. I could find no aport that depend on this gem. Co-Authored-By: omni <omni+alpine@hack.org>
16 lines
301 B
Diff
16 lines
301 B
Diff
--- a/webrick.gemspec
|
|
+++ b/webrick.gemspec
|
|
@@ -14,12 +14,6 @@
|
|
|
|
s.require_path = %w{lib}
|
|
s.files = [
|
|
- "Gemfile",
|
|
- "LICENSE.txt",
|
|
- "README.md",
|
|
- "Rakefile",
|
|
- "bin/console",
|
|
- "bin/setup",
|
|
"lib/webrick.rb",
|
|
"lib/webrick/accesslog.rb",
|
|
"lib/webrick/cgi.rb",
|