From 5e114017f999daf01bb6d329d0976dbfe45f6ee4 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sun, 16 Oct 2022 20:11:20 +1300 Subject: [PATCH] nvchecker: update ruby-unicode-display_width --- .repo/nvchecker.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index e458fd6..8900e1c 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[ruby-unicode-display_width] +source = "github" +github = "janlelis/unicode-display_width" +use_max_tag = true +prefix = "v" + [ruby-mdl] source = "github" github = "markdownlint/markdownlint" @@ -2162,10 +2168,6 @@ gems = "dry-configurable" source = "gems" gems = "dry-core" -[ruby-unicode-display_width] -source = "gems" -gems = "unicode-display_width" - [ruby-ruby-progressbar] source = "gems" gems = "ruby-progressbar"