From 8d4237b4720457ff5d6cbc5f42749859ac1ba9f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Fri, 10 Dec 2021 11:15:33 +0100
Subject: [PATCH] ruby 2.7.5 + fix categories

---
 .ruby-version | 2 +-
 Gemfile       | 2 +-
 Gemfile.lock  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.ruby-version b/.ruby-version
index a4dd9dba4..a603bb50a 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-2.7.4
+2.7.5
diff --git a/Gemfile b/Gemfile
index 2b6e662f9..ea196db37 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source 'https://rubygems.org'
 git_source(:github) { |repo| "https://github.com/#{repo}.git" }
 
-ruby '2.7.4'
+ruby '2.7.5'
 
 # Infrastructure
 gem 'pg', '~> 1.1'
diff --git a/Gemfile.lock b/Gemfile.lock
index c437773bb..460669c3d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -458,7 +458,7 @@ DEPENDENCIES
   webdrivers
 
 RUBY VERSION
-   ruby 2.7.4p191
+   ruby 2.7.5p203
 
 BUNDLED WITH
-   2.2.30
+   2.2.32
-- 
GitLab