Skip to content

Commit

Permalink
Bump commonmarker from 0.23.10 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.10 to 1.1.0.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/commonmarker@v0.23.10...v1.1.0)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 3e1b3de commit 1040d39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -18,7 +18,7 @@ gem "by_star"
gem "cld"
# github-markupが1系に対応するまで0系を使う
# ref: https://github.com/github/markup/issues/1758
gem "commonmarker", "< 1.0" # Using github-markup
gem "commonmarker", "< 2.0" # Using github-markup
gem "counter_culture"
gem "cssbundling-rails"
gem "delayed_job_active_record"
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Expand Up @@ -144,7 +144,8 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
commonmarker (0.23.10)
commonmarker (1.1.0)
rb_sys (~> 0.9)
concurrent-ruby (1.2.3)
connection_pool (2.3.0)
content_disposition (1.0.0)
Expand Down Expand Up @@ -455,6 +456,7 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rb_sys (0.9.97)
redis (5.0.5)
redis-client (>= 0.9.0)
redis-client (0.9.0)
Expand Down Expand Up @@ -617,7 +619,7 @@ DEPENDENCIES
bullet
by_star
cld
commonmarker (< 1.0)
commonmarker (< 2.0)
counter_culture
cssbundling-rails
delayed_job_active_record
Expand Down

0 comments on commit 1040d39

Please sign in to comment.