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] Fix for 2 vulnerabilities #626

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-REXML-7577227
- https://snyk.io/vuln/SNYK-RUBY-REXML-7577228
  • Loading branch information
snyk-bot committed Aug 2, 2024
commit 7102e2a552a6bc8ca74d39868e25b227cdbe3a9d
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ group :development do
gem 'puma-ngrok-tunnel', '>= 1.2.0'
# gem 'rails_real_favicon', '>= 0.1.0'
gem 'listen'
gem 'rubocop', '>= 1.8.1', require: false
gem 'rubocop-performance', '>= 1.7.1'
gem 'rubocop-rails', '~> 2.3.2'
gem 'rubocop-rspec', '>= 1.43.2'
gem 'rubocop', '>= 1.14.0', require: false
gem 'rubocop-performance', '>= 1.11.1'
gem 'rubocop-rails', '~> 2.4.0'
gem 'rubocop-rspec', '>= 2.3.0'

# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
# gem 'spring'
Expand Down
62 changes: 34 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ GEM
io-like (0.3.1)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -178,9 +180,10 @@ GEM
racc (~> 1.4)
oj (3.11.5)
pagy (3.7.3)
parallel (1.20.1)
parser (3.0.1.0)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pg (1.2.3)
pry (0.14.1)
coderay (~> 1.1)
Expand All @@ -194,7 +197,7 @@ GEM
ngrok-tunnel (~> 2.1, >= 2.1.1)
puma (>= 3, < 6)
racc (1.5.2)
rack (2.2.3)
rack (2.2.9)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-proxy (0.6.5)
Expand Down Expand Up @@ -227,34 +230,36 @@ GEM
method_source
rake (>= 0.8.7)
thor (~> 1.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.13.0)
regexp_parser (2.9.2)
rexml (3.3.4)
strscan
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-performance (1.11.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.3.2)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.4.2)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rspec (2.2.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-progressbar (1.11.0)
rubocop-rspec (3.0.3)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
sass (3.7.4)
Expand Down Expand Up @@ -289,6 +294,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
strscan (3.1.0)
text (1.3.1)
thor (1.1.0)
tilt (2.0.10)
Expand All @@ -299,7 +305,7 @@ GEM
turbolinks-source (5.2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
unicode-display_width (2.5.0)
web-console (4.1.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand Down Expand Up @@ -348,10 +354,10 @@ DEPENDENCIES
puma-ngrok-tunnel (>= 1.2.0)
rack-cors
rails (~> 6.1.3.2)
rubocop (>= 1.8.1)
rubocop-performance (>= 1.7.1)
rubocop-rails (~> 2.3.2)
rubocop-rspec (>= 1.43.2)
rubocop (>= 1.14.0)
rubocop-performance (>= 1.11.1)
rubocop-rails (~> 2.4.0)
rubocop-rspec (>= 2.3.0)
ruby-progressbar
sass-rails (~> 6.0.0)
scss_lint
Expand All @@ -370,4 +376,4 @@ RUBY VERSION
ruby 3.0.0p0

BUNDLED WITH
2.2.24
2.2.3
Loading