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-8309365
  • Loading branch information
snyk-bot committed Nov 3, 2024
1 parent 3880dcd commit 93acc67
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ group :development, :test do

gem 'rspec-rails', '~> 5.1.2'

gem 'rubocop', '~> 1.50.0', require: false
gem 'rubocop', '~> 1.66.0', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', '~> 2.19.0', require: false
gem 'rubocop-rspec', '~> 2.20', require: false
gem 'rubocop-rspec', '~> 3.0', '>= 3.0.0', require: false
end

group :development do
Expand Down
47 changes: 25 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ GEM
hashdiff (1.0.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.5)
jwt (2.7.0)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -127,9 +128,10 @@ GEM
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.2.0)
parallel (1.26.3)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
pg (1.4.6)
public_suffix (5.0.1)
puma (6.4.2)
Expand Down Expand Up @@ -176,9 +178,8 @@ GEM
redis (4.8.1)
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.7.0)
rexml (3.2.8)
strscan (>= 3.0.9)
regexp_parser (2.9.2)
rexml (3.3.9)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
Expand All @@ -196,30 +197,27 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.0)
rubocop (1.50.1)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-ast (1.33.1)
parser (>= 3.3.1.0)
rubocop-performance (1.17.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.19.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.20.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
spring (2.1.1)
spring-watcher-listen (2.0.1)
Expand All @@ -234,7 +232,6 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.6.2)
mini_portile2 (~> 2.8.0)
strscan (3.1.0)
tabulo (2.8.2)
tty-screen (= 0.8.1)
unicode-display_width (~> 2.2)
Expand All @@ -243,7 +240,7 @@ GEM
tty-screen (0.8.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.6.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -273,13 +270,19 @@ DEPENDENCIES
redis (~> 4.8.0)
redis-namespace (~> 1.11.0)
rspec-rails (~> 5.1.2)
rubocop (~> 1.50.0)
rubocop (~> 1.66.0)
rubocop-performance
rubocop-rails (~> 2.19.0)
rubocop-rspec (~> 2.20)
rubocop-rspec (~> 3.0, >= 3.0.0)
spring
spring-watcher-listen (~> 2.0.1)
sqlite3
tabulo (~> 2.8.1)
tzinfo-data
webmock

RUBY VERSION
ruby 3.0.0p0

BUNDLED WITH
2.2.3

0 comments on commit 93acc67

Please sign in to comment.