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-8309365
  • Loading branch information
snyk-bot committed Nov 3, 2024
1 parent 65b2357 commit e8c39c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'bundler', '~> 2.0'
gem 'pry'
gem 'rake'
gem 'rspec', '~> 3.8'
gem 'rubocop', '~> 1.54'
gem 'rubocop', '~> 1.66', '>= 1.66.0'
gem 'rubocop-performance'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'rubocop-rspec', '>= 3.0.0'

0 comments on commit e8c39c5

Please sign in to comment.