From 4ddabfb989956101bf8759b9b170f31fb159a57f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 22:08:29 +0000 Subject: [PATCH] chore(deps): bump commonmarker from 0.21.2 to 0.23.4 Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.21.2 to 0.23.4. - [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.4) --- updated-dependencies: - dependency-name: commonmarker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 73addbc0..3d0e6a38 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem "licensee", ">= 9.9.0" gem "github-linguist", ">= 7.12.1" -gem "commonmarker", "~> 0.21.0" +gem "commonmarker", "~> 0.23.4" gem "RedCloth", "~> 4.3" gem "rdoc", "3.12.1" gem "org-ruby", "~> 0.9.12" diff --git a/Gemfile.lock b/Gemfile.lock index b7fa9588..6e14751f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,9 +7,7 @@ GEM asciidoctor (2.0.12) builder (3.2.4) charlock_holmes (0.7.7) - commonmarker (0.21.2) - ruby-enum (~> 0.5) - concurrent-ruby (1.1.8) + commonmarker (0.23.4) creole (0.5.0) dotenv (2.7.6) escape_utils (1.2.1) @@ -26,8 +24,6 @@ GEM rugged (>= 0.25.1) github-markup (4.0.0) htmlentities (4.3.4) - i18n (1.8.9) - concurrent-ruby (~> 1.0) idn-ruby (0.1.0) json (1.8.6) licensee (9.15.1) @@ -53,8 +49,6 @@ GEM json (~> 1.4) reverse_markdown (1.4.0) nokogiri - ruby-enum (0.9.0) - i18n ruby2_keywords (0.0.4) rubypants (0.7.1) rugged (1.1.0) @@ -81,7 +75,7 @@ PLATFORMS DEPENDENCIES RedCloth (~> 4.3) asciidoctor (~> 2.0) - commonmarker (~> 0.21.0) + commonmarker (~> 0.23.4) creole (~> 0.5.0) github-linguist (>= 7.12.1) github-markup (~> 4.0)