From ef3a96601b86dd006c3483b5233f2d89c2974ac4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Aug 2023 08:03:36 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-5851458 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f208eff..5c5453e 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem "mad_rubocop" +gem "mad_rubocop", ">= 4.0.0" gem "pry" gem "psych", "~> 3" gem "rubocop", "~> 1.25.0"