Skip to content

Commit

Permalink
[Snyk] Security upgrade rubocop-rails from 2.24.0 to 2.24.1 (#293)
Browse files Browse the repository at this point in the history
* fix: Gemfile & Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917

* Update Gemfile.lock

* Update mime_types.rb

* Update mime_types.rb

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
jfederico and snyk-bot authored Mar 26, 2024
1 parent fdb20c4 commit 5ccceef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 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.1.0'
gem 'rubocop', '~> 1.54', require: false
gem 'rubocop-rails', '~> 2.24', '>= 2.24.0', require: false
gem 'rubocop-rails', '~> 2.24', '>= 2.24.1', require: false
end

group :development do
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
mime-types-data (3.2023.1003)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
minitest (5.22.3)
multi_json (1.15.0)
multi_xml (0.6.0)
net-imap (0.4.10)
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8.1)
rack (2.2.9)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-proxy (0.7.7)
Expand Down Expand Up @@ -307,20 +307,20 @@ GEM
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.61.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
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.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-rails (2.24.0)
rubocop-rails (2.24.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -451,7 +451,7 @@ DEPENDENCIES
rspec-rails (~> 5.1.0)
rspec_junit_formatter
rubocop (~> 1.54)
rubocop-rails (~> 2.24, >= 2.24.0)
rubocop-rails (~> 2.24, >= 2.24.1)
sass-rails (~> 6.0, >= 6.0.0)
selenium-webdriver
spring
Expand Down
1 change: 1 addition & 0 deletions config/initializers/mime_types.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# Be sure to restart your server when you modify this file.

# Add new mime types for use in respond_to blocks:
Expand Down

0 comments on commit 5ccceef

Please sign in to comment.