Skip to content

Commit

Permalink
[Snyk] Security upgrade rubocop-rails from 2.25.1 to 2.26.0 (#348)
Browse files Browse the repository at this point in the history
* fix: Gemfile to reduce vulnerabilities

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

* update gemfile.lock

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Mariam05 <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2024
1 parent 90257dc commit c329ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.66', '>= 1.66.0', require: false
gem 'rubocop-rails', '~> 2.25', '>= 2.25.1', require: false
gem 'rubocop-rails', '~> 2.26', '>= 2.26.0', require: false
end

group :development do
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ DEPENDENCIES
rspec-rails (~> 6.0.0)
rspec_junit_formatter
rubocop (~> 1.66, >= 1.66.0)
rubocop-rails (~> 2.25, >= 2.25.1)
rubocop-rails (~> 2.26, >= 2.26.0)
sass-rails (~> 6.0, >= 6.0.0)
selenium-webdriver (>= 4.23.0)
spring
Expand Down

0 comments on commit c329ae4

Please sign in to comment.