summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-03-01 12:02:29 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-03-01 12:32:40 +0900
commit874e9fc34d728f8e2444d15aa6759befd217c464 (patch)
tree675fc6970d7d1362865792c89662d2435dd43ea7 /tool/lib
parent1952c799af513b81c3a5329a39d14f1bc412f9e0 (diff)
Don't need to remove ruby2_keywords dependency from drb
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/bundled_gem.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/tool/lib/bundled_gem.rb b/tool/lib/bundled_gem.rb
index c414016eb6..3ba27f6d64 100644
--- a/tool/lib/bundled_gem.rb
+++ b/tool/lib/bundled_gem.rb
@@ -11,8 +11,7 @@ module BundledGem
"time", # net-ftp
"singleton", # prime
"ipaddr", # rinda
- "forwardable", # prime, rinda
- "ruby2_keywords" # drb
+ "forwardable" # prime, rinda
]
module_function