Skip to content

Commit

Permalink
Update commonmarker requirement from ~> 0.23.2 to >= 0.23.2, < 1.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [commonmarker](https://github.com/gjtorikian/commonmarker) to permit the latest version.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/v0.23.10/CHANGELOG.md)
- [Commits](gjtorikian/commonmarker@v0.23.2...v0.23.10)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 6dba8a1 commit c14b3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publify_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_dependency "akismet", "~> 3.0"
s.add_dependency "cancancan", "~> 3.0"
s.add_dependency "carrierwave", "~> 3.0"
s.add_dependency "commonmarker", "~> 0.23.2"
s.add_dependency "commonmarker", ">= 0.23.2", "< 1.1.0"
s.add_dependency "devise", ">= 4.8", "< 4.10"
s.add_dependency "devise-i18n", "~> 1.2"
s.add_dependency "devise_zxcvbn", "~> 6.0"
Expand Down

0 comments on commit c14b3e3

Please sign in to comment.