Skip to content

Commit 1b24957

Browse files
authored
Merge pull request #2852 from ksss/graduation-v4.0
Graduate bundled gems from Ruby v4.0
2 parents 23daeea + 316e690 commit 1b24957

File tree

4 files changed

+3
-391
lines changed

4 files changed

+3
-391
lines changed

lib/rbs/collection/config/lockfile_generator.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ class LockfileGenerator
88
"mutex_m" => ">= 0.3.0",
99
"abbrev" => nil,
1010
"base64" => nil,
11+
"benchmark" => nil,
1112
"bigdecimal" => nil,
1213
"csv" => nil,
1314
"kconv" => nil,
15+
"logger" => nil,
1416
"minitest" => nil,
1517
"net-smtp" => nil,
1618
"nkf" => nil,
1719
"observer" => nil,
1820
"cgi" => nil,
21+
"pstore" => nil,
1922
}
2023

2124
class GemfileLockMismatchError < StandardError

test/stdlib/Benchmark_test.rb

Lines changed: 0 additions & 74 deletions
This file was deleted.

test/stdlib/Logger_test.rb

Lines changed: 0 additions & 279 deletions
This file was deleted.

0 commit comments

Comments
 (0)