Skip to content

Commit

Permalink
Update reverse_markdown requirement from ~> 2.1 to >= 2.1, < 4.0 (#552)
Browse files Browse the repository at this point in the history
Merge pull request 552
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 944cf93 commit d2d94da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-import.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
# runtime dependencies
s.add_runtime_dependency("jekyll", ">= 3.7", "< 5.0")
s.add_runtime_dependency("nokogiri", "~> 1.0")
s.add_runtime_dependency("reverse_markdown", "~> 2.1")
s.add_runtime_dependency("reverse_markdown", ">= 2.1", "< 4.0")

# development dependencies
s.add_development_dependency("bundler")
Expand Down

0 comments on commit d2d94da

Please sign in to comment.