Merge branch '54250-upstream-kubeclient-redirect-patch' into 'master'
Use http_max_redirects opt to replace monkeypatch Closes #54250 See merge request gitlab-org/gitlab-ce!24284
Showing
... | ... | @@ -224,7 +224,7 @@ gem 'asana', '~> 0.8.1' |
gem 'ruby-fogbugz', '~> 0.2.1' | ||
# Kubernetes integration | ||
gem 'kubeclient', '~> 4.0.0' | ||
gem 'kubeclient', '~> 4.2.2' | ||
# Sanitize user input | ||
gem 'sanitize', '~> 4.6' | ||
... | ... |
Please register or sign in to comment