Skip to content

Commit

Permalink
fix: Gemfile 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-7577227
- https://snyk.io/vuln/SNYK-RUBY-REXML-7577228
  • Loading branch information
snyk-bot committed Aug 2, 2024
1 parent 67071d2 commit 57ac533
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ gem 'rake', '~> 13'
gem 'reek'
gem 'rspec', '~> 3'
gem 'rspec_junit_formatter'
gem 'rubocop', '~> 1.59'
gem 'rubocop-performance', '~> 1.20'
gem 'rubocop-rspec', '~> 2.29'
gem 'rubocop-sorbet', '~> 0.8'
gem 'rubocop', '~> 1.60', '>= 1.60.0'
gem 'rubocop-performance', '~> 1.21', '>= 1.21.0'
gem 'rubocop-rspec', '~> 2.29', '>= 2.29.2'
gem 'rubocop-sorbet', '~> 0.8', '>= 0.8.1'
gem 'simplecov', '~> 0'
gem 'simplecov_json_formatter'
gem 'sorbet', '~> 0'
Expand Down

0 comments on commit 57ac533

Please sign in to comment.