From 41fef191d138b4cd1620505db62e13df79f4b9c2 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 5 Jul 2020 22:08:04 +0900 Subject: tool/sync_default_gems.rb: Added bigdecimal --- tool/sync_default_gems.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 9721b44a1d..24a7a39119 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -113,6 +113,7 @@ $repositories = { "net-imap": "ruby/net-imap", "net-ftp": "ruby/net-ftp", "net-http": "ruby/net-http", + bigdecimal: "ruby/bigdecimal", } def sync_default_gems(gem) -- cgit v1.2.3