Skip to content

Commit a043dc5

Browse files
dependabot[bot]noraj
authored andcommitted
Bump unicode-confusable from 1.9.0 to 1.10.0
Bumps [unicode-confusable](https://github.com/janlelis/unicode-confusable) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/janlelis/unicode-confusable/blob/main/CHANGELOG.md) - [Commits](janlelis/unicode-confusable@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: unicode-confusable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1088fe9 commit a043dc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515
group :runtime, :all do
1616
gem 'ctf-party', '~> 2.3' # string conversion
1717
gem 'twitter_cldr', '~> 6.12' # ICU / CLDR
18-
gem 'unicode-confusable', '~> 1.9' # confusable chars
18+
gem 'unicode-confusable', '~> 1.10' # confusable chars
1919
end
2020

2121
# Needed to install dependencies

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
tzinfo
5959
tzinfo (2.0.6)
6060
concurrent-ruby (~> 1.0)
61-
unicode-confusable (1.9.0)
61+
unicode-confusable (1.10.0)
6262
unicode-display_width (2.4.2)
6363
webrick (1.8.1)
6464
yard (0.9.34)
@@ -80,7 +80,7 @@ DEPENDENCIES
8080
rake (~> 13.0)
8181
rubocop (~> 1.56)
8282
twitter_cldr (~> 6.12)
83-
unicode-confusable (~> 1.9)
83+
unicode-confusable (~> 1.10)
8484
unisec!
8585
webrick (~> 1.8, >= 1.8.1)
8686
yard (>= 0.9.27, < 0.10)

0 commit comments

Comments
 (0)