Skip to content

Commit

Permalink
Upgrade YARD to 0.9.11 to mitigate security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Dec 28, 2017
1 parent 8123909 commit 88bfd40
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
yard (0.9.9)
yard (0.9.12)

PLATFORMS
ruby
Expand All @@ -67,7 +67,7 @@ DEPENDENCIES
rubocop (~> 0.50.0)
selenium-webdriver!
webmock (~> 2.0)
yard (~> 0.9.9)
yard (~> 0.9.11)

BUNDLED WITH
1.16.0
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ HTML of the application.'
s.add_development_dependency 'rspec', ['~> 3.0']
s.add_development_dependency 'rack', ['~> 1.0']
s.add_development_dependency 'webmock', ['~> 2.0']
s.add_development_dependency 'yard', ['~> 0.9.9']
s.add_development_dependency 'yard', ['~> 0.9.11']
s.add_development_dependency 'rubocop', ['~> 0.50.0']
end
Binary file added third_party/rb/vendor/cache/yard-0.9.12.gem
Binary file not shown.
Binary file removed third_party/rb/vendor/cache/yard-0.9.9.gem
Binary file not shown.

0 comments on commit 88bfd40

Please sign in to comment.