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"