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-RACK-1061917
  • Loading branch information
snyk-bot committed Jun 30, 2024
1 parent 88a88e9 commit dc647db
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ group :development, :test do
gem 'rspec_junit_formatter'
gem 'rspec-rails', '~> 6.0.0'
gem 'rubocop', '~> 1.63', '>= 1.63.0', require: false
gem 'rubocop-rails', '~> 2.25', '>= 2.25.0', require: false
gem 'rubocop-rails', '~> 2.25', '>= 2.25.1', require: false
end

group :development do
Expand Down
27 changes: 15 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GEM
xpath (~> 3.2)
cgi (0.4.0)
childprocess (4.1.0)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
coveralls_reborn (0.28.0)
simplecov (~> 0.22.0)
term-ansicolor (~> 1.7)
Expand Down Expand Up @@ -152,7 +152,7 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.1)
json (2.7.2)
jwt (2.7.1)
language_server-protocol (3.17.0.3)
listen (3.0.8)
Expand All @@ -179,7 +179,7 @@ GEM
mime-types-data (3.2023.1003)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest (5.24.1)
multi_json (1.15.0)
multi_xml (0.6.0)
net-imap (0.4.12)
Expand Down Expand Up @@ -216,8 +216,8 @@ GEM
actionpack (>= 4.2)
omniauth (~> 2.0)
pagy (6.2.0)
parallel (1.24.0)
parser (3.3.1.0)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -275,7 +275,7 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
redis (4.8.1)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
remote_syslog_logger (1.0.4)
syslog_protocol
repost (0.4.2)
Expand All @@ -286,8 +286,8 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.1)
strscan
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -311,7 +311,7 @@ GEM
rspec-support (3.12.2)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.63.5)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -324,7 +324,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rails (2.25.0)
rubocop-rails (2.25.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -416,7 +416,7 @@ GEM
rexml
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.15)
zeitwerk (2.6.16)

PLATFORMS
ruby
Expand Down Expand Up @@ -457,7 +457,7 @@ DEPENDENCIES
rspec-rails (~> 6.0.0)
rspec_junit_formatter
rubocop (~> 1.63, >= 1.63.0)
rubocop-rails (~> 2.25, >= 2.25.0)
rubocop-rails (~> 2.25, >= 2.25.1)
sass-rails (~> 6.0, >= 6.0.0)
selenium-webdriver (>= 4.11.0)
spring
Expand All @@ -469,3 +469,6 @@ DEPENDENCIES
webdrivers
webmock (>= 3.20.0)
webpacker (~> 6.0.0.rc.5)

BUNDLED WITH
2.1.4

0 comments on commit dc647db

Please sign in to comment.