Skip to content

Commit f8c7f6a

Browse files
committed
CGI is almni stdlib
* It is removed from the default gems in Ruby 4 * Keep the gem-bundled RBS files for backward compatibility
1 parent 3255a22 commit f8c7f6a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/rbs/collection/config/lockfile_generator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class LockfileGenerator
1414
"net-smtp" => nil,
1515
"nkf" => nil,
1616
"observer" => nil,
17+
"cgi" => nil,
1718
}
1819

1920
class GemfileLockMismatchError < StandardError

stdlib/cgi/0/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dependencies:
22
- name: tempfile
33
- name: stringio
4+
- name: cgi-escape

0 commit comments

Comments
 (0)