From: jvoisin <julien.voisin@dustri.org>
Date: Tue, 16 May 2023 08:09:48 +0000 (+0200)
Subject: Add the matrix gem
X-Git-Url: https://www.nos-oignons.net/gitweb/gestion-adh.git/commitdiff_plain/44c9f0c3b1cbdaf2c00def85a06cde74eb441466

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/
---

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