Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-REXML-7462086
  • Loading branch information
snyk-bot committed Jul 17, 2024
1 parent 0cd8385 commit f3db230
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'matrix'
gem 'prawn'
gem 'prawn-table', github: 'prawnpdf/prawn-table'
gem 'pygments.rb'
gem 'rexml'
gem 'rexml', '>= 3.3.2'
gem 'rghost'
gem 'rouge'
gem 'specific_install'
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,16 @@ GEM
pygments.rb (2.4.1)
rainbow (3.1.1)
rake (13.2.1)
rexml (3.2.6)
rexml (3.3.2)
strscan
rghost (0.9.9)
rouge (4.2.1)
ruby-rc4 (0.1.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
specific_install (0.3.8)
strscan (3.1.0)
text-hyphen (1.5.0)
timers (4.3.5)
traces (0.11.1)
Expand All @@ -170,6 +172,7 @@ GEM

PLATFORMS
arm64-darwin-21
ruby
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux
Expand All @@ -184,7 +187,7 @@ DEPENDENCIES
prawn
prawn-table!
pygments.rb
rexml
rexml (>= 3.3.2)
rghost
rouge
specific_install
Expand Down

0 comments on commit f3db230

Please sign in to comment.