From baca7f62977b87c766086a66e44edea83b1fdeda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 05:30:06 +0000 Subject: [PATCH] Bump commonmarker from 0.23.7 to 0.23.9 Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.7 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.23.7...v0.23.9) --- updated-dependencies: - dependency-name: commonmarker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index eebe81329..4964481d3 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'rexml' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.2', require: false -gem 'commonmarker', '0.23.7' +gem 'commonmarker', '0.23.9' gem 'octicons' gem 'octicons_helper' gem 'gemoji' diff --git a/Gemfile.lock b/Gemfile.lock index 2fdefa8cf..661667fb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM childprocess (3.0.0) chronic (0.10.2) coderay (1.1.3) - commonmarker (0.23.7) + commonmarker (0.23.9) concurrent-ruby (1.2.2) crass (1.0.6) date (3.3.3) @@ -271,7 +271,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) byebug capybara (>= 2.15) - commonmarker (= 0.23.7) + commonmarker (= 0.23.9) deckar01-task_list dotenv-rails escape_utils (~> 1.0)