Skip to content

Commit

Permalink
Bump unicode-confusable from 1.10.0 to 1.11.0
Browse files Browse the repository at this point in the history
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](janlelis/unicode-confusable@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and noraj committed Sep 14, 2024
1 parent 9576381 commit c28ce3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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)
Expand All @@ -78,7 +78,7 @@ DEPENDENCIES
rake (~> 13.2)
rubocop (~> 1.66)
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)
Expand Down

0 comments on commit c28ce3b

Please sign in to comment.