Skip to content

Commit 64914eb

Browse files
authored
Merge pull request #2794 from ksss/kconv
Graduate kconv
2 parents 3f04e00 + 39f5c53 commit 64914eb

2 files changed

Lines changed: 3 additions & 120 deletions

File tree

lib/rbs/collection/config/lockfile_generator.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class LockfileGenerator
1010
"base64" => nil,
1111
"bigdecimal" => nil,
1212
"csv" => nil,
13+
"kconv" => nil,
1314
"minitest" => nil,
1415
"net-smtp" => nil,
1516
"nkf" => nil,
@@ -172,8 +173,8 @@ def generate
172173
return if lockfile.gems.key?(name)
173174

174175
case name
175-
when 'bigdecimal-math'
176-
# The `bigdecimal-math` is never released as a gem.
176+
when 'bigdecimal-math', 'kconv'
177+
# These gems are never released as a gem.
177178
# Therefore, `assign_gem` should not be called.
178179
RBS.logger.info {
179180
from = from_gem || "rbs_collection.yaml"

test/stdlib/Kconv_test.rb

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

0 commit comments

Comments
 (0)