Skip to content

Commit

Permalink
Update depedencies (supports Unicode 16.0); release v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Sep 13, 2024
1 parent c1302f7 commit 8d49f1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 2.13.0

* Unicode 16

### 2.12.0

* Unicode 15.1
Expand Down
4 changes: 2 additions & 2 deletions lib/unibits/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Unibits
VERSION = "2.12.0"
UNICODE_VERSION = "15.1.0"
VERSION = "2.13.0"
UNICODE_VERSION = "16.0.0"
end
4 changes: 2 additions & 2 deletions unibits.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Gem::Specification.new do |gem|
gem.metadata = { "rubygems_mfa_required" => "true" }

gem.add_dependency 'paint', '>= 0.9', '< 3.0'
gem.add_dependency 'unicode-display_width', '~> 2.5'
gem.add_dependency 'unicode-display_width', '~> 2.6'
gem.add_dependency 'symbolify', '~> 1.4'
gem.add_dependency 'characteristics', '~> 1.6'
gem.add_dependency 'characteristics', '~> 1.7'
gem.add_dependency 'rationalist', '~> 2.0', '>= 2.0.1'

gem.required_ruby_version = ">= 2.0"
Expand Down

0 comments on commit 8d49f1c

Please sign in to comment.