mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
fix: Gemfile to reduce vulnerabilities (#432)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7814166 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
8c0bdc2b24
commit
3bf8d6d824
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,3 +1,3 @@
|
|||
source 'https://rubygems.org'
|
||||
gem 'github-pages', '>= 227', group: :jekyll_plugins
|
||||
gem 'github-pages', '>= 232', group: :jekyll_plugins
|
||||
gem 'webrick', '~> 1.3', '>= 1.3.1'
|
||||
Loading…
Reference in a new issue