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 1138754 commit dacea13
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 @@ -9,7 +9,7 @@ gemspec
group :development, :test do
gem 'dotenv'
gem 'pry'
gem 'rubocop'
gem 'rubocop', '>= 0.91.1'
end

group :test do
Expand Down

0 comments on commit dacea13

Please sign in to comment.