summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-06 21:05:03 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-08 16:40:46 +0900
commit0f9edf2f48cf30735dde4fb0e9f357b33f567c7c (patch)
tree8373ff76a8ef0812784b7db7f530fd021ae689f1 /tool
parent2711e3bab960da785c749fafaac22c7b4758505d (diff)
Promote prettyprint to default gems
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 1fa08ae21d..46151255f0 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -78,6 +78,7 @@ REPOSITORIES = {
"resolv-replace": "ruby/resolv-replace",
time: "ruby/time",
pp: "ruby/pp",
+ prettyprint: "ruby/prettyprint",
}
def sync_default_gems(gem)