diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-22 13:39:34 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-22 13:39:34 +0000 |
commit | e23c409e66b47a970a3cb83ac15d2ff906e75ce0 (patch) | |
tree | b1d580cd64c5d67a81a9445da42e82ceeefa96c5 /Gemfile.lock | |
parent | 2fa173410ad24b37aba6450ae4530ec231844d86 (diff) | |
download | gitlab-ce-e23c409e66b47a970a3cb83ac15d2ff906e75ce0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 784734c11e0..33331a956f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1132,8 +1132,8 @@ GEM actionpack (>= 5, < 8) redis-rack (>= 2.1.0, < 3) redis-store (>= 1.1.0, < 2) - redis-namespace (1.8.1) - redis (>= 3.0.4) + redis-namespace (1.9.0) + redis (>= 4) redis-rack (2.1.4) rack (>= 2.0.8, < 3) redis-store (>= 1.2, < 2) @@ -1736,7 +1736,7 @@ DEPENDENCIES recaptcha (~> 4.11) redis (~> 4.7.0) redis-actionpack (~> 5.3.0) - redis-namespace (~> 1.8.1) + redis-namespace (~> 1.9.0) request_store (~> 1.5) responders (~> 3.0) retriable (~> 3.1.2) |