Skip to content

Commit

Permalink
Bump commonmarker from 0.23.10 to 1.0.4 in /updater
Browse files Browse the repository at this point in the history
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.10 to 1.0.4.
- [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.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent 3bee286 commit 00b06af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "aws-sdk-codecommit", "~> 1.28"
spec.add_dependency "aws-sdk-ecr", "~> 1.5"
spec.add_dependency "bundler", ">= 1.16", "< 3.0.0"
spec.add_dependency "commonmarker", ">= 0.20.1", "< 0.24.0"
spec.add_dependency "commonmarker", ">= 0.20.1", "< 1.1.0"
spec.add_dependency "docker_registry2", "~> 1.18.0"
spec.add_dependency "excon", "~> 0.109"
spec.add_dependency "faraday", "2.7.11"
Expand Down
6 changes: 4 additions & 2 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PATH
aws-sdk-codecommit (~> 1.28)
aws-sdk-ecr (~> 1.5)
bundler (>= 1.16, < 3.0.0)
commonmarker (>= 0.20.1, < 0.24.0)
commonmarker (>= 0.20.1, < 1.1.0)
docker_registry2 (~> 1.18.0)
excon (~> 0.109)
faraday (= 2.7.11)
Expand Down Expand Up @@ -163,7 +163,8 @@ GEM
base64 (0.1.1)
bigdecimal (3.1.7)
citrus (3.0.2)
commonmarker (0.23.10)
commonmarker (1.0.4)
rb_sys (~> 0.9)
concurrent-ruby (1.2.3)
crack (1.0.0)
bigdecimal
Expand Down Expand Up @@ -283,6 +284,7 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.1)
rb_sys (0.9.97)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
Expand Down

0 comments on commit 00b06af

Please sign in to comment.