mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-WEBRICK-8068535
This commit is contained in:
parent
65a5f586cb
commit
147f32bda7
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,3 +1,3 @@
|
|||
source 'https://rubygems.org'
|
||||
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