Skip to content

Commit

Permalink
Merge pull request #25 from yegor256/renovate/rubygems-rdoc-vulnerabi…
Browse files Browse the repository at this point in the history
…lity

Update dependency rdoc to v6.4.1.1 [SECURITY]
  • Loading branch information
yegor256 authored Jun 23, 2024
2 parents e014c95 + 7c4bb8a commit 3c0a229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gemspec
gem 'cucumber', '8.0.0', require: false
gem 'minitest', '5.24.0', require: false
gem 'rake', '13.0.6', require: false
gem 'rdoc', '6.4.0', require: false
gem 'rdoc', '6.4.1.1', require: false
gem 'rspec-rails', '5.1.2', require: false
gem 'rubocop', '1.31.1', require: false
gem 'rubocop-rspec', '2.11.1', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.0.6)
rdoc (6.4.0)
rdoc (6.4.1.1)
psych (>= 4.0.0)
redcarpet (3.5.1)
regexp_parser (2.9.2)
Expand Down Expand Up @@ -239,7 +239,7 @@ DEPENDENCIES
cucumber (= 8.0.0)
minitest (= 5.24.0)
rake (= 13.0.6)
rdoc (= 6.4.0)
rdoc (= 6.4.1.1)
rspec-rails (= 5.1.2)
rubocop (= 1.31.1)
rubocop-rspec (= 2.11.1)
Expand Down

0 comments on commit 3c0a229

Please sign in to comment.