blob: a175857e3c924b7519aab706e1632c9e942862d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- config/initializers/google_api_client_patch.rb.orig 2022-03-09 09:41:27 UTC
+++ config/initializers/google_api_client_patch.rb
@@ -2,7 +2,7 @@
require 'google/apis/core/http_command'
-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.50.0' unless Google::Apis::VERSION == "0.50.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
|