From 8daaa906d33709d50e8040892908bc529b541bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:47:45 +0000 Subject: [PATCH] Bump commonmarker from 1.0.4 to 1.1.2 Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 1.0.4 to 1.1.2. - [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/v1.0.4...v1.1.2) --- updated-dependencies: - dependency-name: commonmarker 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 08917b4..2ffc06c 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ end group :development, :docs do # Commonmarker 1.0 support https://github.com/lsegal/yard/issues/1528 - gem 'commonmarker', '~> 1.0' # for markdown support in YARD + gem 'commonmarker', '~> 1.1' # for markdown support in YARD gem 'webrick', '~> 1.8' # web server for YARD # gem 'yard', ['>= 0.9.27', '< 0.10'] # lib documentation # https://github.com/lsegal/yard/issues/1528 diff --git a/Gemfile.lock b/Gemfile.lock index 0f29e11..2afc574 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,9 +36,9 @@ GEM benchmark (0.3.0) bigdecimal (3.1.7) coderay (1.1.3) - commonmarker (1.0.4) + commonmarker (1.1.2) rb_sys (~> 0.9) - commonmarker (1.0.4-x86_64-linux) + commonmarker (1.1.2-x86_64-linux) concurrent-ruby (1.2.3) connection_pool (2.4.1) diff-lcs (1.5.1) @@ -138,7 +138,7 @@ DEPENDENCIES activesupport (~> 7.1, >= 7.1.3.2) aspisec! bundler (~> 2.5) - commonmarker (~> 1.0) + commonmarker (~> 1.1) docopt (~> 0.6) pastel (~> 0.8) rubocop (~> 1.63)