From 25a8817704fc943897951796f486a4aa9d2a3785 Mon Sep 17 00:00:00 2001 From: Kaan Ozkan Date: Thu, 26 Sep 2024 11:52:20 -0400 Subject: [PATCH] Fix test warnings --- Gemfile.lock | 2 +- test/test_helper.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1d2cfa76..c499aa37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.0) + reline (0.5.10) io-console (~> 0.5) rexml (3.3.6) strscan diff --git a/test/test_helper.rb b/test/test_helper.rb index 3a7f0e9c..2f5ca4d9 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -32,6 +32,7 @@ def spoom_gemfile gemspec name: "spoom", path: "#{SPOOM_PATH}" gem "tapioca" gem "sorbet-static-and-runtime", "#{Sorbet::GEM_VERSION}" + gem "json", "2.7.2" GEMFILE end