Skip to content

Commit 9e3de74

Browse files
committed
Backport yard minimum version fix to next
Raise the next branch floor to the patched YARD release range and refresh the lockfile from 0.9.38 to 0.9.43 to clear the vulnerable dependency state.
1 parent 9fb647c commit 9e3de74

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ GEM
111111
unicode-display_width (3.2.0)
112112
unicode-emoji (~> 4.1)
113113
unicode-emoji (4.2.0)
114-
yard (0.9.38)
114+
yard (0.9.43)
115115

116116
PLATFORMS
117117
ruby
@@ -133,7 +133,7 @@ DEPENDENCIES
133133
simplecov-lcov (~> 0.9)
134134
stringio (~> 3.0, >= 3.0.1.1)
135135
test-unit (~> 3.7)
136-
yard (~> 0.9)
136+
yard (~> 0.9, >= 0.9.42)
137137

138138
BUNDLED WITH
139139
2.6.9

rubytree.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Gem::Specification.new do |s|
8484
s.add_development_dependency 'simplecov-lcov', '~> 0.9'
8585
s.add_development_dependency 'stringio', '~> 3.0', '>= 3.0.1.1'
8686
s.add_development_dependency 'test-unit', '~> 3.7'
87-
s.add_development_dependency 'yard', '~> 0.9'
87+
s.add_development_dependency 'yard', '~> 0.9', '>= 0.9.42'
8888
s.add_development_dependency 'bundler-audit', '~> 0.9'
8989

9090
s.post_install_message = <<-END_MESSAGE

0 commit comments

Comments
 (0)