From 9bb91e52efe6cd5ccd448c14f8b23263c8b91aab Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Mon, 6 Nov 2023 15:39:45 -0500 Subject: [PATCH] Relocate the flatware gem --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1833567bc776bc..02accfab020f1b 100644 --- a/Gemfile +++ b/Gemfile @@ -103,6 +103,9 @@ gem 'rdf-normalize', '~> 0.5' gem 'private_address_check', '~> 0.5' group :test do + # Enable usage of all available CPUs/cores during spec runs + gem 'flatware-rspec', '~> 2.1' + # Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab gem 'rspec-github', '~> 2.4', require: false @@ -205,5 +208,3 @@ gem 'net-http', '~> 0.4.0' gem 'rubyzip', '~> 2.3' gem 'hcaptcha', '~> 7.1' - -gem 'flatware-rspec', '~> 2.1'