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-7462086
  • Loading branch information
snyk-bot committed Jul 18, 2024
1 parent 2a21a59 commit 72d2351
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 @@ -11,6 +11,6 @@ gem 'rake', '~> 13.2'
gem 'rspec'
gem 'rspec-benchmark'
gem 'rspec-json_expectations'
gem 'rubocop', '>= 1.63.3'
gem 'rubocop', '>= 1.65.0'
gem 'simplecov-lcov', git: 'https://github.com/niteshpurohit/simplecov-lcov'
gemspec

0 comments on commit 72d2351

Please sign in to comment.