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 Sep 9, 2023
1 parent e08c45c commit f1b0659
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 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', '~> 5.0.0'
gem 'rubocop', '~> 1.54', require: false
gem 'rubocop-rails', '~> 2.20', '>= 2.20.2', require: false
gem 'rubocop-rails', '~> 2.21', '>= 2.21.0', require: false
end

group :development do
Expand Down
19 changes: 12 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ GEM
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
bigbluebutton-api-ruby (1.9.1)
childprocess (>= 1.0.1)
ffi (>= 1.9.24)
Expand Down Expand Up @@ -175,7 +176,7 @@ GEM
mime-types-data (3.2023.0218.1)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
minitest (5.20.0)
multi_json (1.15.0)
multi_xml (0.6.0)
net-imap (0.3.7)
Expand Down Expand Up @@ -270,7 +271,7 @@ GEM
rdoc (6.5.0)
psych (>= 4.0.0)
redis (4.8.1)
regexp_parser (2.8.0)
regexp_parser (2.8.1)
remote_syslog_logger (1.0.4)
syslog_protocol
repost (0.4.1)
Expand All @@ -281,7 +282,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -305,20 +306,21 @@ GEM
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.54.2)
rubocop (1.56.2)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
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)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-rails (2.20.2)
rubocop-rails (2.21.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -450,7 +452,7 @@ DEPENDENCIES
rspec-rails (~> 5.0.0)
rspec_junit_formatter
rubocop (~> 1.54)
rubocop-rails (~> 2.20, >= 2.20.2)
rubocop-rails (~> 2.21, >= 2.21.0)
sass-rails (~> 6.0, >= 6.0.0)
selenium-webdriver
spring
Expand All @@ -462,3 +464,6 @@ DEPENDENCIES
webdrivers
webmock
webpacker (~> 6.0.0.rc.5)

BUNDLED WITH
2.1.4

0 comments on commit f1b0659

Please sign in to comment.