Skip to content

Commit

Permalink
[rb] Update YARD to address GHSA-8mq4-9jjh-9xrc
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Mar 1, 2024
1 parent db51776 commit aefde12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ GEM
drb (2.2.0)
ruby2_keywords
ffi (1.16.3)
ffi (1.16.3-x64-mingw32)
fileutils (1.7.2)
git (1.19.1)
addressable (~> 2.8)
Expand Down Expand Up @@ -160,7 +161,7 @@ GEM
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
websocket (1.2.10)
yard (0.9.34)
yard (0.9.36)

PLATFORMS
java
Expand All @@ -184,7 +185,7 @@ DEPENDENCIES
steep (~> 1.5.0)
webmock (~> 3.5)
webrick (~> 1.7)
yard (~> 0.9.11)
yard (~> 0.9.11, >= 0.9.36)

BUNDLED WITH
2.4.19
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop-rspec', ['~> 2.16']
s.add_development_dependency 'webmock', ['~> 3.5']
s.add_development_dependency 'webrick', ['~> 1.7']
s.add_development_dependency 'yard', ['~> 0.9.11']
s.add_development_dependency 'yard', ['~> 0.9.11', '>= 0.9.36']
end

0 comments on commit aefde12

Please sign in to comment.