From f5ee3565dd60def3aff545e5cda9c7871df4ce22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 11:52:28 +0000 Subject: [PATCH] Bump commonmarker from 0.20.1 to 0.23.9 Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.20.1 to 0.23.9. - [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.20.1...v0.23.9) --- updated-dependencies: - dependency-name: commonmarker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index a4db9a52..f311d548 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'bootsnap', '>= 1.1.0', require: false gem 'redis', '~> 4.1', '>= 4.1.0' gem 'storyblok', '~> 2.0.5' gem 'shallow_attributes', '~> 0.9.4' -gem 'commonmarker', '~> 0.20' +gem 'commonmarker', '~> 0.23' gem 'twitter_cldr', '~> 4.4', '>= 4.4.3' gem 'jwt', '~> 2.1.0' gem 'turbolinks', '~> 5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 407bf6f2..8f7c5b10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,9 +79,8 @@ GEM activesupport cldr-plurals-runtime-rb (1.0.1) coderay (1.1.2) - commonmarker (0.20.1) - ruby-enum (~> 0.5) - concurrent-ruby (1.1.6) + commonmarker (0.23.9) + concurrent-ruby (1.2.2) connection_pool (2.2.2) crass (1.0.6) css_parser (1.7.0) @@ -126,7 +125,7 @@ GEM domain_name (~> 0.5) http-form_data (2.1.1) http_parser.rb (0.6.0) - i18n (1.8.2) + i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.3.1) jsonapi-renderer (0.2.2) @@ -261,8 +260,6 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) - ruby-enum (0.7.2) - i18n ruby-progressbar (1.13.0) ruby_dep (1.5.0) semantic_range (2.3.0) @@ -338,7 +335,7 @@ DEPENDENCIES bootstrap_form (~> 4.2) brakeman byebug - commonmarker (~> 0.20) + commonmarker (~> 0.23) default_value_for (~> 3.1) dotenv-rails (~> 2.5) erb_lint (~> 0.1.3)