From b856107fed2cd0768f28625a10b9325cb3ed1de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 07:51:48 +0000 Subject: [PATCH] Update unicode-emoji requirement from ~> 3.1 to >= 3.1, < 5.0 Updates the requirements on [unicode-emoji](https://github.com/janlelis/unicode-emoji) to permit the latest version. - [Changelog](https://github.com/janlelis/unicode-emoji/blob/main/CHANGELOG.md) - [Commits](https://github.com/janlelis/unicode-emoji/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: unicode-emoji dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prawn-emoji.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prawn-emoji.gemspec b/prawn-emoji.gemspec index 11adaa14..35b41488 100644 --- a/prawn-emoji.gemspec +++ b/prawn-emoji.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.require_path = 'lib' spec.add_runtime_dependency 'prawn', '~> 2.4' - spec.add_runtime_dependency 'unicode-emoji', '~> 3.1' + spec.add_runtime_dependency 'unicode-emoji', '>= 3.1', '< 5.0' # Workaround for gem loading error in ruby 3.1 # https://github.com/prawnpdf/prawn/issues/1235 spec.add_runtime_dependency 'matrix', '~> 0.4'