diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-02-16 17:59:38 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-02-16 17:59:38 +0900 |
commit | 0301473fb523c71d8cdc4966971f31f502001185 () | |
tree | fd81919131805ec79daa4c553c0750728c822596 /tool/lib/bundled_gem.rb | |
parent | e3f452e5d7616fc1f1c2d9ddd70f0fca45971cd2 (diff) |
Fixed dependencies list format
-rw-r--r-- | tool/lib/bundled_gem.rb | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -6,13 +6,13 @@ require 'rubygems/package' # unpack bundled gem files. module BundledGem - DEFAULT_GEMS_DEPENDENCIES = %w[ - net-protocol # net-ftp - time # net-ftp - singleton # prime - ipaddr # rinda - forwardable # prime, rinda - ruby2_keywords # drb ] module_function |