From e7b35ca6be432cb966c368c218f4d19c9273ec6a Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Fri, 3 Jan 2025 08:55:06 -0800 Subject: [PATCH] Update perf test Gemfile (puma, sqlite3) --- test/performance/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/performance/Gemfile b/test/performance/Gemfile index 8626692a7c..19b71437c4 100644 --- a/test/performance/Gemfile +++ b/test/performance/Gemfile @@ -4,9 +4,9 @@ source 'https://rubygems.org' gem 'newrelic_rpm', path: File.expand_path('../../..', __FILE__) -gem 'puma', '~> 5.0' gem 'rails', '~> 8.0' -gem 'sqlite3', '~> 1.4' +gem 'puma' +gem 'sqlite3' gem 'mocha' gem 'redis'