awesome-prometheus-alerts/Gemfile
Samuel Berthe d6d6ae4ef8
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>
2024-09-26 11:31:21 +02:00

3 lines
No EOL
118 B
Ruby

source 'https://rubygems.org'
gem 'github-pages', '>= 232', group: :jekyll_plugins
gem 'webrick', '~> 1.8', '>= 1.8.2'