Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade rexml from 3.2.6 to 3.2.7 #161

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.7'
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.2.8)
strscan (>= 3.0.9)
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.2.7)
rghost
rouge
specific_install
Expand Down
Loading