From 17ccd3ce270f042abde93ee59a77461cb8bad97e Mon Sep 17 00:00:00 2001 From: Jigar Patel Date: Sun, 12 Nov 2023 19:42:43 -0600 Subject: [PATCH] Since simplecov-html has not had a release recently and we need the updated gem for rack to address a # security finding, forcing simplecov to use this version where rack was updated. --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 48ac4fb8..2e330887 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,10 @@ source "https://rubygems.org" # Uncomment this to use development version of html formatter from github # gem "simplecov-html", github: "simplecov-ruby/simplecov-html" +# Since simplecov-html has not had a release recently and we need the updated gem for rack to address a +# security finding, forcing simplecov to use this version where rack was updated. +gem "simplecov-html", github: "simplecov-ruby/simplecov-html", ref: '663e3fe' + gem "matrix" group :development do