diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-03-01 12:02:29 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-03-01 12:32:40 +0900 |
commit | 874e9fc34d728f8e2444d15aa6759befd217c464 () | |
tree | 675fc6970d7d1362865792c89662d2435dd43ea7 /tool/lib/bundled_gem.rb | |
parent | 1952c799af513b81c3a5329a39d14f1bc412f9e0 (diff) |
Don't need to remove ruby2_keywords dependency from drb
-rw-r--r-- | tool/lib/bundled_gem.rb | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,8 +11,7 @@ module BundledGem "time", # net-ftp "singleton", # prime "ipaddr", # rinda - "forwardable", # prime, rinda - "ruby2_keywords" # drb ] module_function |