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-NOKOGIRI-7164639
  • Loading branch information
snyk-bot committed Jun 24, 2024
1 parent 062ec3f commit 8b2c643
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 @@ -3,7 +3,7 @@ source "https://rubygems.org"
gem 'sinatra'
gem 'passenger'
gem 'rest-client'
gem 'cqm-reports', '4.1.0'
gem 'cqm-reports', '4.1.1'
gem 'rackup', '~> 2.1'
gem 'rack-contrib', '~> 2.4'
gem 'jwt'
Expand Down

0 comments on commit 8b2c643

Please sign in to comment.