From a91f683e9aa62f82d5ec4f1c557826018ed69656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 04:21:53 +0000 Subject: [PATCH] Update commonmarker requirement from ~> 0.21.2 to >= 0.21.2, < 0.24.0 Updates the requirements on [commonmarker](https://github.com/gjtorikian/commonmarker) to permit the latest version. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md) - [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.21.2...v0.23.7) --- updated-dependencies: - dependency-name: commonmarker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- editor_js.gemspec | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 951ff81..7322a7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH editor_js (0.4.0) actionview (>= 4) activesupport (>= 4) - commonmarker (~> 0.21.2) + commonmarker (>= 0.21.2, < 0.24.0) htmlentities (~> 4.3, >= 4.3.4) json-schema (~> 2) rouge (~> 3.26) @@ -30,15 +30,14 @@ GEM ast (2.4.2) builder (3.2.4) coderay (1.1.3) - commonmarker (0.21.2) - ruby-enum (~> 0.5) - concurrent-ruby (1.1.9) + commonmarker (0.23.7) + concurrent-ruby (1.2.0) crass (1.0.6) diff-lcs (1.4.4) docile (1.4.0) erubi (1.10.0) htmlentities (4.3.4) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) json (2.5.1) @@ -51,6 +50,8 @@ GEM minitest (5.14.4) nokogiri (1.12.3-x86_64-darwin) racc (~> 1.4) + nokogiri (1.12.3-x86_64-linux) + racc (~> 1.4) parallel (1.20.1) parser (3.0.2.0) ast (~> 2.4.1) @@ -87,8 +88,6 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) - ruby-enum (0.9.0) - i18n ruby-progressbar (1.11.0) sanitize (6.0.0) crass (~> 1.0.2) @@ -105,6 +104,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES bundler (~> 2.0) diff --git a/editor_js.gemspec b/editor_js.gemspec index 1d00209..c9b531f 100644 --- a/editor_js.gemspec +++ b/editor_js.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'actionview', '>= 4' spec.add_dependency 'activesupport', '>= 4' - spec.add_dependency 'commonmarker', '~> 0.21.2' + spec.add_dependency 'commonmarker', '>= 0.21.2', '< 0.24.0' spec.add_dependency 'htmlentities', '~> 4.3', '>= 4.3.4' spec.add_dependency 'json-schema', '~> 2' spec.add_dependency 'rouge', '~> 3.26'