From b56a9b6c76de028db46b7322bd38837fb1d49c44 Mon Sep 17 00:00:00 2001 From: helenye-stripe <111009531+helenye-stripe@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:10:11 -0800 Subject: [PATCH] Update mocha gem to 1.16 (#1314) * attempt to update mocha to 2.0 * try 1.16 instead --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c25a22f5..a217895d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec group :development do gem "coveralls_reborn", "~> 0.25.0" if RUBY_VERSION >= "3.1" - gem "mocha", "~> 0.13.2" + gem "mocha", "~> 1.16.0" gem "rack", ">= 2.0.6" gem "rake"