Skip to content

Commit

Permalink
Update reverse_markdown requirement from ~> 2.1 to >= 2.1, < 4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [reverse_markdown](https://github.com/xijo/reverse_markdown) to permit the latest version.
- [Changelog](https://github.com/xijo/reverse_markdown/blob/master/CHANGELOG.md)
- [Commits](xijo/reverse_markdown@v2.1.1...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 1b32c48 commit 5b633d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
licensee (~> 9.16)
parallel (~> 1.22)
pathname-common_prefix (~> 0.0.1)
reverse_markdown (~> 2.1)
reverse_markdown (>= 2.1, < 4.0)
ruby-xxHash (~> 0.4.0)
thor (~> 1.2)
tomlrb (~> 2.0)
Expand Down Expand Up @@ -75,7 +75,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.6.2)
reverse_markdown (2.1.1)
reverse_markdown (3.0.0)
nokogiri
rexml (3.3.9)
rubocop (1.45.1)
Expand Down
2 changes: 1 addition & 1 deletion licensed.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 "tomlrb", "~> 2.0"
spec.add_dependency "ruby-xxHash", "~> 0.4.0"
spec.add_dependency "parallel", "~> 1.22"
spec.add_dependency "reverse_markdown", "~> 2.1"
spec.add_dependency "reverse_markdown", ">= 2.1", "< 4.0"
spec.add_dependency "json", "~> 2.6"

spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 5b633d4

Please sign in to comment.