Skip to content

Commit

Permalink
Bump commonmarker from 1.0.4 to 1.1.2
Browse files Browse the repository at this point in the history
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](gjtorikian/commonmarker@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and noraj committed May 13, 2024
1 parent b6c23bb commit 8daaa90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 8daaa90

Please sign in to comment.