Skip to content

Commit

Permalink
Update rouge requirement from >= 3.23, < 4.2 to >= 3.23, < 4.3 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 3, 2023
1 parent c04cf18 commit 49ce53f
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 @@ -5,7 +5,7 @@ PATH
jekyll (>= 4.2, < 4.4)
jekyll-feed (>= 0.15, < 0.18)
jekyll-seo-tag (>= 2.7.1, < 2.9.0)
rouge (>= 3.23, < 4.2)
rouge (>= 3.23, < 4.3)
webrick (~> 1.7)

GEM
Expand Down Expand Up @@ -82,7 +82,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.1.3)
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.60.0)
google-protobuf (~> 3.21)
Expand Down
2 changes: 1 addition & 1 deletion moonwalk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll", ">= 4.2", "< 4.4"
spec.add_runtime_dependency "jekyll-feed", ">= 0.15", "< 0.18"
spec.add_runtime_dependency "jekyll-seo-tag", ">= 2.7.1", "< 2.9.0"
spec.add_runtime_dependency "rouge", ">= 3.23", "< 4.2"
spec.add_runtime_dependency "rouge", ">= 3.23", "< 4.3"
spec.add_runtime_dependency "webrick", "~> 1.7"
end

0 comments on commit 49ce53f

Please sign in to comment.