From 5fd6cc5c7a6728f145d7eb4d5dfc9306eb472052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 20:30:32 +0000 Subject: [PATCH] Bump unicode-confusable from 1.10.0 to 1.11.0 Bumps [unicode-confusable](https://github.com/janlelis/unicode-confusable) from 1.10.0 to 1.11.0. - [Changelog](https://github.com/janlelis/unicode-confusable/blob/main/CHANGELOG.md) - [Commits](https://github.com/janlelis/unicode-confusable/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: unicode-confusable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 01b675d..1ead90a 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ end group :runtime, :all do gem 'ctf-party', '~> 3.0' # string conversion gem 'twitter_cldr', '~> 6.12' # ICU / CLDR - gem 'unicode-confusable', '~> 1.10' # confusable chars + gem 'unicode-confusable', '~> 1.11' # confusable chars end # Needed to install dependencies diff --git a/Gemfile.lock b/Gemfile.lock index 440ffb5..03181d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,7 +59,7 @@ GEM tzinfo tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-confusable (1.10.0) + unicode-confusable (1.11.0) unicode-display_width (2.5.0) uri (0.13.0) webrick (1.8.1) @@ -82,7 +82,7 @@ DEPENDENCIES rake (~> 13.2) rubocop (~> 1.64) twitter_cldr (~> 6.12) - unicode-confusable (~> 1.10) + unicode-confusable (~> 1.11) unisec! webrick (~> 1.8, >= 1.8.1) yard (>= 0.9.27, < 0.10)