From 44c9f0c3b1cbdaf2c00def85a06cde74eb441466 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 16 May 2023 10:09:48 +0200 Subject: [PATCH] Add the matrix gem It was removed from ruby 3.1.0: https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/ --- Gemfile | 2 ++ Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 4237577..72db4c4 100644 --- a/Gemfile +++ b/Gemfile @@ -19,3 +19,5 @@ source 'https://rubygems.org' gemspec + +gem "matrix", "~> 0.4.2" diff --git a/Gemfile.lock b/Gemfile.lock index 3337ace..6bf5cf2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,6 +52,7 @@ GEM net-imap net-pop net-smtp + matrix (0.4.2) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) @@ -89,6 +90,7 @@ DEPENDENCIES aruba cucumber json + matrix (~> 0.4.2) nos_oignons! timecop -- 2.39.2