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-7814166
  • Loading branch information
snyk-bot committed Aug 24, 2024
1 parent b39927b commit 9a2aea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ group :development, :test do
gem 'rspec'
gem 'rspec_junit_formatter'
gem 'rspec-rails', '~> 6.0.0'
gem 'rubocop', '~> 1.63', '>= 1.63.0', require: false
gem 'rubocop', '~> 1.65', '>= 1.65.1', require: false
gem 'rubocop-rails', '~> 2.25', '>= 2.25.1', require: false
end

Expand Down

0 comments on commit 9a2aea0

Please sign in to comment.