Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-10 00:07:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-10 00:07:34 +0300
commit6bed1b9c9cc989a19fb2caab5ad61bbfc811f25d (patch)
tree0d19af042fb956493c89875b13b979bde861a13e /config/initializers
parent20f6a17ba2d2d5f056bda38dfe85e2a7b2a82d0b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/initializers')
-rw-r--r--config/initializers/google_api_client_patch.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/initializers/google_api_client_patch.rb b/config/initializers/google_api_client_patch.rb
index 1408dcb0501..2a832790f97 100644
--- a/config/initializers/google_api_client_patch.rb
+++ b/config/initializers/google_api_client_patch.rb
@@ -1,8 +1,9 @@
# frozen_string_literal: true
require 'google/apis/core/http_command'
+require 'google/apis/version'
-raise 'This patch is only tested with google-api-client-ruby v0.50.0' unless Google::Apis::VERSION == "0.50.0"
+raise 'This patch is only tested with google-api-client-ruby v0.53.0' unless Google::Apis::VERSION == "0.53.0"
# The google-api-ruby-client does not have a way to increase or disable
# the maximum allowed time for a request to be retried. By default, it