From 324c22260d283f82cfbc932363bce58a2e304f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:13:04 +0000 Subject: [PATCH] Bump commonmarker from 2.8.3 to 2.9.0 Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 2.8.3 to 2.9.0. - [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/v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: commonmarker dependency-version: 2.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 15abccc..7604e5d 100644 --- a/Gemfile +++ b/Gemfile @@ -24,6 +24,6 @@ group :development, :lint do end group :development, :docs do - gem 'commonmarker', '~> 2.8' # for markdown support in YARD + gem 'commonmarker', '~> 2.9' # for markdown support in YARD gem 'yard', ['>= 0.9.43', '< 0.10'] end diff --git a/Gemfile.lock b/Gemfile.lock index 2e61781..2b41e1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,9 +10,9 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.3) - commonmarker (2.8.3) + commonmarker (2.9.0) rb_sys (~> 0.9) - commonmarker (2.8.3-x86_64-linux) + commonmarker (2.9.0-x86_64-linux) docopt (0.6.1) drb (2.2.3) json (2.20.0) @@ -61,7 +61,7 @@ PLATFORMS DEPENDENCIES bundler (~> 4.0) - commonmarker (~> 2.8) + commonmarker (~> 2.9) docopt (~> 0.6) minitest (~> 6.0) paint (~> 2.3)