From f14b92686ce2d60f0afc88026067aa99ded34175 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 04:20:37 +0000 Subject: [PATCH] fix: pkgs/applications/version-management/gitlab/rubyEnv/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-YARD-6305193 --- pkgs/applications/version-management/gitlab/rubyEnv/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile b/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile index ef5a22d201405..1310065d451e9 100644 --- a/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile +++ b/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile @@ -370,10 +370,10 @@ gem 'warning', '~> 1.3.0' group :development do gem 'lefthook', '~> 1.4.2', require: false gem 'rubocop' - gem 'solargraph', '~> 0.47.2', require: false + gem 'solargraph', '~> 0.48.0', require: false gem 'letter_opener_web', '~> 2.0.0' - gem 'lookbook', '~> 2.0', '>= 2.0.1' + gem 'lookbook', '~> 2.0', '>= 2.0.2' # Better errors handler gem 'better_errors', '~> 2.10.1'