Skip to content

Commit

Permalink
fix: update rdoc gem
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <[email protected]>
  • Loading branch information
rwaffen committed Aug 27, 2024
1 parent 626e634 commit 9f6417f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ RUN apk update \
&& rm -rf /usr/local/lib/ruby/gems/*/specifications/default/cgi-*.gemspec \
&& rm -rf /usr/local/lib/ruby/gems/*/gems/stringio-* \
&& rm -rf /usr/local/lib/ruby/gems/*/specifications/default/stringio-*.gemspec \
&& rm -rf /usr/local/lib/ruby/gems/*/gems/rdoc-* \
&& rm -rf /usr/local/lib/ruby/gems/*/specifications/default/rdoc-*.gemspec \
&& rm -rf /usr/local/lib/ruby/gems/*/gems/rexml-* \
&& rm -rf /usr/local/lib/ruby/gems/*/specifications/rexml-*.gemspec

Expand Down
2 changes: 1 addition & 1 deletion voxbox/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ gem 'ffi', '~> 1.16.3' # ffi 1.17.0 has change dependencies - see https://github
gem 'cgi', '~> 0.4.1' # cgi 0.1.0 has CVEs - remove default and install upstream replacement
gem 'stringio', '~> 3.1' # stringio 0.1.0 has CVEs - remove default and install upstream replacement
gem 'rexml', '~> 3.3', '>= 3.3.6' # rexml < 3.3 has CVEs - remove default and install upstream replacement

gem 'rdoc', '~> 6.7' # rdoc 6.2.1 has CVEs - remove default and install upstream replacement
# vim: syntax=ruby

0 comments on commit 9f6417f

Please sign in to comment.