From 6e8bdcb8dd5cfff373f47697610011ad1c97e33b Mon Sep 17 00:00:00 2001
From: Hordur Freyr Yngvason <hfyngvason@gitlab.com>
Date: Mon, 4 May 2020 20:30:05 -0400
Subject: [PATCH] Update recursive-open-struct with ruby 2.7 fix

This is used by Kubeclient.

See https://gitlab.com/gitlab-org/gitlab/-/issues/216375 and the
upstream issue https://github.com/abonas/kubeclient/issues/432
---
 Gemfile.lock                                               | 2 +-
 changelogs/unreleased/update-recursive-open-struct-gem.yml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 changelogs/unreleased/update-recursive-open-struct-gem.yml

diff --git a/Gemfile.lock b/Gemfile.lock
index edd8b9c73c51..2a38576df1d5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -857,7 +857,7 @@ GEM
     re2 (1.2.0)
     recaptcha (4.13.1)
       json
-    recursive-open-struct (1.1.0)
+    recursive-open-struct (1.1.1)
     redis (4.1.3)
     redis-actionpack (5.2.0)
       actionpack (>= 5, < 7)
diff --git a/changelogs/unreleased/update-recursive-open-struct-gem.yml b/changelogs/unreleased/update-recursive-open-struct-gem.yml
new file mode 100644
index 000000000000..0bab3114d858
--- /dev/null
+++ b/changelogs/unreleased/update-recursive-open-struct-gem.yml
@@ -0,0 +1,5 @@
+---
+title: Update recursive-open-struct to 1.1.1 to make it compatible with ruby 2.7
+merge_request: 31047
+author:
+type: fixed
-- 
GitLab