mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
fix: Gemfile to reduce vulnerabilities (#434)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-WEBRICK-8068535 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
65a5f586cb
commit
d6d6ae4ef8
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,3 +1,3 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'github-pages', '>= 232', group: :jekyll_plugins
|
gem 'github-pages', '>= 232', group: :jekyll_plugins
|
||||||
gem 'webrick', '~> 1.3', '>= 1.3.1'
|
gem 'webrick', '~> 1.8', '>= 1.8.2'
|
||||||
Loading…
Reference in a new issue