From a2488d66aa5842e3e11185dab410452d9a58fd32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Jan 2023 20:44:31 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 - https://snyk.io/vuln/SNYK-RUBY-RACK-3237233 - https://snyk.io/vuln/SNYK-RUBY-RACK-3237237 - https://snyk.io/vuln/SNYK-RUBY-RACK-3237240 --- 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"