Skip to content

Commit

Permalink
Allow unicode-{display_width,emoji} to be upgraded; release v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Nov 20, 2024
1 parent e0c2501 commit f9cc802
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 1.11.1

- Allow unicode-display_width and unicode-emoji to be upgraded to next major version

### 1.11.0

- Bump unicode-name and unicode-sequence_name:
Expand Down
2 changes: 1 addition & 1 deletion lib/uniscribe/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Uniscribe
VERSION = "1.11.0"
VERSION = "1.11.1"

UNICODE_VERSION = "16.0.0"
EMOJI_VERSION = "16.0"
Expand Down
4 changes: 2 additions & 2 deletions uniscribe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = ">= 2.1"
gem.add_dependency "unicode-name", "~> 1.13", ">= 1.13.1"
gem.add_dependency "unicode-sequence_name", "~> 1.15"
gem.add_dependency "unicode-display_width", "~> 2.6"
gem.add_dependency "unicode-emoji", "~> 3.5"
gem.add_dependency "unicode-display_width", ">= 2.6", "< 4.0"
gem.add_dependency "unicode-emoji", ">= 3.5", "< 5.0"
gem.add_dependency "unicode-version", "~> 1.4"
gem.add_dependency "symbolify", "~> 1.4"
gem.add_dependency "characteristics", "~> 1.7"
Expand Down

0 comments on commit f9cc802

Please sign in to comment.