Skip to content

Commit

Permalink
Update dependency rdoc to v6.6.3.1 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 3e6739c commit 3e0fb19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'minitest-hooks', '1.5.1', require: false
gem 'minitest-reporters', '1.7.1', require: false
gem 'rake', '13.2.1', require: false
gem 'random-port', '~>0', require: false
gem 'rdoc', '6.6.0', require: false
gem 'rdoc', '6.6.3.1', require: false
gem 'rspec-rails', '6.1.0', require: false
gem 'rubocop', '1.65.0', require: false
gem 'rubocop-rspec', '3.0.3', require: false
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
formatador (1.1.0)
futex (0.8.6)
get_process_mem (0.2.7)
Expand Down Expand Up @@ -167,6 +168,8 @@ GEM
nenv (0.3.0)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -215,7 +218,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.6.0)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.9)
Expand Down Expand Up @@ -312,6 +315,7 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
cucumber (= 9.1.0)
Expand All @@ -323,7 +327,7 @@ DEPENDENCIES
minitest-reporters (= 1.7.1)
rake (= 13.2.1)
random-port (~> 0)
rdoc (= 6.6.0)
rdoc (= 6.6.3.1)
rspec-rails (= 6.1.0)
rubocop (= 1.65.0)
rubocop-rspec (= 3.0.3)
Expand Down

0 comments on commit 3e0fb19

Please sign in to comment.