Skip to content

Commit

Permalink
Merge pull request #601 from ViewComponent/deps
Browse files Browse the repository at this point in the history
Relax yard spec to allow for 0.9.36 security update
  • Loading branch information
Spone authored Mar 5, 2024
2 parents f5b8cd1 + 8583d0e commit 9bbbce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PATH
redcarpet (~> 3.5)
rouge (>= 3.26, < 5.0)
view_component (>= 2.0)
yard (~> 0.9.25)
yard (~> 0.9)
zeitwerk (~> 2.5)

GEM
Expand Down Expand Up @@ -260,12 +260,13 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.34)
yard (0.9.36)
yard-activesupport-concern (0.0.1)
yard (>= 0.8)
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-linux

Expand Down
2 changes: 1 addition & 1 deletion lookbook.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "view_component", ">= 2.0"
spec.add_dependency "redcarpet", "~> 3.5"
spec.add_dependency "rouge", ">= 3.26", "< 5.0"
spec.add_dependency "yard", "~> 0.9.25"
spec.add_dependency "yard", "~> 0.9"
spec.add_dependency "htmlbeautifier", "~> 1.3"
spec.add_dependency "htmlentities", "~> 4.3.4"
spec.add_dependency "marcel", "~> 1.0"
Expand Down

0 comments on commit 9bbbce9

Please sign in to comment.