google-cloud-build-v1 0.11.3 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7cf84214a764ea56eda2047b8340fefc1d578dcacf3a2f62d379e271c2a383f
4
- data.tar.gz: 6abd21d58b454c04320d767494dc940ffc348c4df912b71b68f9e276ffd64e8f
3
+ metadata.gz: 28a9890049dc44a0950af0f60b7da16b37e7a036b1a37f65b98f4f23f5227bb2
4
+ data.tar.gz: 1278ed6d8c4b33ca24f15485e30434141f7d9770ce5fac15fd7deba0605629c0
5
5
  SHA512:
6
- metadata.gz: 2a00c18ca99af8da6b38a44186379488affb22fba9c084f77f1918b5653cbde0147812a6109c52355639f481cb8f60a79959ef0ce99508730402db07133418c3
7
- data.tar.gz: ce40ebb9b70da3cfefae23ce0acb7b05a50a4b34ef57f23cef6d0e7e22d01b87a6506b1d445f2d56641c29e5d09ddc34c118733dbaa3663d23fb57816100ba9e
6
+ metadata.gz: 56d6c9ec7aa15b8f75b78f053d3f475385b906b3d2aa8f3863a480351736db88e7e388ea04d3affd4397f0d95dc7b91804dcecfc25af9534861edb060c5f20fe
7
+ data.tar.gz: ecad0b7d947fb9ddc81db681d14de24a6de7bb683a8b3c58ba6f10b833ba0ea64f6638c59b4f85b38d796875f2f75f8366ab0040171083af4fb99e90d475f301
data/AUTHENTICATION.md CHANGED
@@ -114,7 +114,7 @@ credentials are discovered.
114
114
  To configure your system for this, simply:
115
115
 
116
116
  1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
117
- 2. Authenticate using OAuth 2.0 `$ gcloud auth login`
117
+ 2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
118
118
  3. Write code as if already authenticated.
119
119
 
120
120
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
data/README.md CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::Build::V1::CreateBuildRequest.new # (request fields a
37
37
  response = client.create_build request
38
38
  ```
39
39
 
40
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-build-v1/latest)
40
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-build-v1/latest)
41
41
  for class and method documentation.
42
42
 
43
43
  See also the [Product Documentation](https://cloud.google.com/cloud-build)
@@ -69,16 +69,21 @@ module GRPC
69
69
  end
70
70
  ```
71
71
 
72
+
73
+ ## Google Cloud Samples
74
+
75
+ To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
76
+
72
77
  ## Supported Ruby Versions
73
78
 
74
- This library is supported on Ruby 2.5+.
79
+ This library is supported on Ruby 2.6+.
75
80
 
76
81
  Google provides official support for Ruby versions that are actively supported
77
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
78
- in security maintenance, and not end of life. Currently, this means Ruby 2.5
79
- and later. Older versions of Ruby _may_ still work, but are unsupported and not
80
- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
81
- about the Ruby support schedule.
83
+ in security maintenance, and not end of life. Older versions of Ruby _may_
84
+ still work, but are unsupported and not recommended. See
85
+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
86
+ support schedule.
82
87
 
83
88
  ## Which client should I use?
84
89
 
@@ -95,6 +95,9 @@ module Google
95
95
  channel_args: @config.channel_args,
96
96
  interceptors: @config.interceptors
97
97
  )
98
+
99
+ # Used by an LRO wrapper for some methods of this service
100
+ @operations_client = self
98
101
  end
99
102
 
100
103
  # Service calls
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Build
23
23
  module V1
24
- VERSION = "0.11.3"
24
+ VERSION = "0.13.0"
25
25
  end
26
26
  end
27
27
  end
@@ -25,6 +25,8 @@ module Google
25
25
  ##
26
26
  # To load this package, including all its services, and instantiate a client:
27
27
  #
28
+ # @example
29
+ #
28
30
  # require "google/cloud/build/v1"
29
31
  # client = ::Google::Cloud::Build::V1::CloudBuild::Client.new
30
32
  #
@@ -1,6 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/devtools/cloudbuild/v1/cloudbuild.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  require 'google/api/annotations_pb'
5
7
  require 'google/api/client_pb'
6
8
  require 'google/api/field_behavior_pb'
@@ -11,7 +13,6 @@ require 'google/protobuf/duration_pb'
11
13
  require 'google/protobuf/empty_pb'
12
14
  require 'google/protobuf/field_mask_pb'
13
15
  require 'google/protobuf/timestamp_pb'
14
- require 'google/protobuf'
15
16
 
16
17
  Google::Protobuf::DescriptorPool.generated_pool.build do
17
18
  add_file("google/devtools/cloudbuild/v1/cloudbuild.proto", :syntax => :proto3) do
@@ -60,6 +61,16 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
60
61
  optional :digest, :string, 3
61
62
  optional :push_timing, :message, 4, "google.devtools.cloudbuild.v1.TimeSpan"
62
63
  end
64
+ add_message "google.devtools.cloudbuild.v1.UploadedPythonPackage" do
65
+ optional :uri, :string, 1
66
+ optional :file_hashes, :message, 2, "google.devtools.cloudbuild.v1.FileHashes"
67
+ optional :push_timing, :message, 3, "google.devtools.cloudbuild.v1.TimeSpan"
68
+ end
69
+ add_message "google.devtools.cloudbuild.v1.UploadedMavenArtifact" do
70
+ optional :uri, :string, 1
71
+ optional :file_hashes, :message, 2, "google.devtools.cloudbuild.v1.FileHashes"
72
+ optional :push_timing, :message, 3, "google.devtools.cloudbuild.v1.TimeSpan"
73
+ end
63
74
  add_message "google.devtools.cloudbuild.v1.BuildStep" do
64
75
  optional :name, :string, 1
65
76
  repeated :env, :string, 2
@@ -74,6 +85,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
74
85
  optional :pull_timing, :message, 13, "google.devtools.cloudbuild.v1.TimeSpan"
75
86
  optional :timeout, :message, 11, "google.protobuf.Duration"
76
87
  optional :status, :enum, 12, "google.devtools.cloudbuild.v1.Build.Status"
88
+ optional :allow_failure, :bool, 14
89
+ optional :exit_code, :int32, 16
90
+ repeated :allow_exit_codes, :int32, 18
77
91
  optional :script, :string, 19
78
92
  end
79
93
  add_message "google.devtools.cloudbuild.v1.Volume" do
@@ -87,6 +101,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
87
101
  optional :num_artifacts, :int64, 5
88
102
  repeated :build_step_outputs, :bytes, 6
89
103
  optional :artifact_timing, :message, 7, "google.devtools.cloudbuild.v1.TimeSpan"
104
+ repeated :python_packages, :message, 8, "google.devtools.cloudbuild.v1.UploadedPythonPackage"
105
+ repeated :maven_artifacts, :message, 9, "google.devtools.cloudbuild.v1.UploadedMavenArtifact"
90
106
  end
91
107
  add_message "google.devtools.cloudbuild.v1.ArtifactResult" do
92
108
  optional :location, :string, 1
@@ -161,12 +177,25 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
161
177
  add_message "google.devtools.cloudbuild.v1.Artifacts" do
162
178
  repeated :images, :string, 1
163
179
  optional :objects, :message, 2, "google.devtools.cloudbuild.v1.Artifacts.ArtifactObjects"
180
+ repeated :maven_artifacts, :message, 3, "google.devtools.cloudbuild.v1.Artifacts.MavenArtifact"
181
+ repeated :python_packages, :message, 5, "google.devtools.cloudbuild.v1.Artifacts.PythonPackage"
164
182
  end
165
183
  add_message "google.devtools.cloudbuild.v1.Artifacts.ArtifactObjects" do
166
184
  optional :location, :string, 1
167
185
  repeated :paths, :string, 2
168
186
  optional :timing, :message, 3, "google.devtools.cloudbuild.v1.TimeSpan"
169
187
  end
188
+ add_message "google.devtools.cloudbuild.v1.Artifacts.MavenArtifact" do
189
+ optional :repository, :string, 1
190
+ optional :path, :string, 2
191
+ optional :artifact_id, :string, 3
192
+ optional :group_id, :string, 4
193
+ optional :version, :string, 5
194
+ end
195
+ add_message "google.devtools.cloudbuild.v1.Artifacts.PythonPackage" do
196
+ optional :repository, :string, 1
197
+ repeated :paths, :string, 2
198
+ end
170
199
  add_message "google.devtools.cloudbuild.v1.TimeSpan" do
171
200
  optional :start_time, :message, 1, "google.protobuf.Timestamp"
172
201
  optional :end_time, :message, 2, "google.protobuf.Timestamp"
@@ -521,6 +550,8 @@ module Google
521
550
  StorageSourceManifest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.StorageSourceManifest").msgclass
522
551
  Source = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.Source").msgclass
523
552
  BuiltImage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.BuiltImage").msgclass
553
+ UploadedPythonPackage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.UploadedPythonPackage").msgclass
554
+ UploadedMavenArtifact = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.UploadedMavenArtifact").msgclass
524
555
  BuildStep = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.BuildStep").msgclass
525
556
  Volume = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.Volume").msgclass
526
557
  Results = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.Results").msgclass
@@ -533,6 +564,8 @@ module Google
533
564
  Build::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.Build.Status").enummodule
534
565
  Artifacts = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.Artifacts").msgclass
535
566
  Artifacts::ArtifactObjects = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.Artifacts.ArtifactObjects").msgclass
567
+ Artifacts::MavenArtifact = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.Artifacts.MavenArtifact").msgclass
568
+ Artifacts::PythonPackage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.Artifacts.PythonPackage").msgclass
536
569
  TimeSpan = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.TimeSpan").msgclass
537
570
  BuildOperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.BuildOperationMetadata").msgclass
538
571
  SourceProvenance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.cloudbuild.v1.SourceProvenance").msgclass
@@ -184,6 +184,36 @@ module Google
184
184
  extend ::Google::Protobuf::MessageExts::ClassMethods
185
185
  end
186
186
 
187
+ # Artifact uploaded using the PythonPackage directive.
188
+ # @!attribute [rw] uri
189
+ # @return [::String]
190
+ # URI of the uploaded artifact.
191
+ # @!attribute [rw] file_hashes
192
+ # @return [::Google::Cloud::Build::V1::FileHashes]
193
+ # Hash types and values of the Python Artifact.
194
+ # @!attribute [r] push_timing
195
+ # @return [::Google::Cloud::Build::V1::TimeSpan]
196
+ # Output only. Stores timing information for pushing the specified artifact.
197
+ class UploadedPythonPackage
198
+ include ::Google::Protobuf::MessageExts
199
+ extend ::Google::Protobuf::MessageExts::ClassMethods
200
+ end
201
+
202
+ # A Maven artifact uploaded using the MavenArtifact directive.
203
+ # @!attribute [rw] uri
204
+ # @return [::String]
205
+ # URI of the uploaded artifact.
206
+ # @!attribute [rw] file_hashes
207
+ # @return [::Google::Cloud::Build::V1::FileHashes]
208
+ # Hash types and values of the Maven Artifact.
209
+ # @!attribute [r] push_timing
210
+ # @return [::Google::Cloud::Build::V1::TimeSpan]
211
+ # Output only. Stores timing information for pushing the specified artifact.
212
+ class UploadedMavenArtifact
213
+ include ::Google::Protobuf::MessageExts
214
+ extend ::Google::Protobuf::MessageExts::ClassMethods
215
+ end
216
+
187
217
  # A step in the build pipeline.
188
218
  # @!attribute [rw] name
189
219
  # @return [::String]
@@ -277,6 +307,21 @@ module Google
277
307
  # Output only. Status of the build step. At this time, build step status is
278
308
  # only updated on build completion; step status is not updated in real-time
279
309
  # as the build progresses.
310
+ # @!attribute [rw] allow_failure
311
+ # @return [::Boolean]
312
+ # Allow this build step to fail without failing the entire build.
313
+ #
314
+ # If false, the entire build will fail if this step fails. Otherwise, the
315
+ # build will succeed, but this step will still have a failure status.
316
+ # Error information will be reported in the failure_detail field.
317
+ # @!attribute [r] exit_code
318
+ # @return [::Integer]
319
+ # Output only. Return code from running the step.
320
+ # @!attribute [rw] allow_exit_codes
321
+ # @return [::Array<::Integer>]
322
+ # Allow this build step to fail without failing the entire build if and
323
+ # only if the exit code is one of the specified codes. If allow_failure
324
+ # is also specified, this field will take precedence.
280
325
  # @!attribute [rw] script
281
326
  # @return [::String]
282
327
  # A shell script to be executed in the step.
@@ -331,6 +376,12 @@ module Google
331
376
  # @!attribute [rw] artifact_timing
332
377
  # @return [::Google::Cloud::Build::V1::TimeSpan]
333
378
  # Time to push all non-container artifacts.
379
+ # @!attribute [rw] python_packages
380
+ # @return [::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>]
381
+ # Python artifacts uploaded to Artifact Registry at the end of the build.
382
+ # @!attribute [rw] maven_artifacts
383
+ # @return [::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>]
384
+ # Maven artifacts uploaded to Artifact Registry at the end of the build.
334
385
  class Results
335
386
  include ::Google::Protobuf::MessageExts
336
387
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -649,6 +700,24 @@ module Google
649
700
  # Build resource's results field.
650
701
  #
651
702
  # If any objects fail to be pushed, the build is marked FAILURE.
703
+ # @!attribute [rw] maven_artifacts
704
+ # @return [::Array<::Google::Cloud::Build::V1::Artifacts::MavenArtifact>]
705
+ # A list of Maven artifacts to be uploaded to Artifact Registry upon
706
+ # successful completion of all build steps.
707
+ #
708
+ # Artifacts in the workspace matching specified paths globs will be uploaded
709
+ # to the specified Artifact Registry repository using the builder service
710
+ # account's credentials.
711
+ #
712
+ # If any artifacts fail to be pushed, the build is marked FAILURE.
713
+ # @!attribute [rw] python_packages
714
+ # @return [::Array<::Google::Cloud::Build::V1::Artifacts::PythonPackage>]
715
+ # A list of Python packages to be uploaded to Artifact Registry upon
716
+ # successful completion of all build steps.
717
+ #
718
+ # The build service account credentials will be used to perform the upload.
719
+ #
720
+ # If any objects fail to be pushed, the build is marked FAILURE.
652
721
  class Artifacts
653
722
  include ::Google::Protobuf::MessageExts
654
723
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -673,6 +742,60 @@ module Google
673
742
  include ::Google::Protobuf::MessageExts
674
743
  extend ::Google::Protobuf::MessageExts::ClassMethods
675
744
  end
745
+
746
+ # A Maven artifact to upload to Artifact Registry upon successful completion
747
+ # of all build steps.
748
+ # @!attribute [rw] repository
749
+ # @return [::String]
750
+ # Artifact Registry repository, in the form
751
+ # "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY"
752
+ #
753
+ # Artifact in the workspace specified by path will be uploaded to
754
+ # Artifact Registry with this location as a prefix.
755
+ # @!attribute [rw] path
756
+ # @return [::String]
757
+ # Path to an artifact in the build's workspace to be uploaded to
758
+ # Artifact Registry.
759
+ # This can be either an absolute path,
760
+ # e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar
761
+ # or a relative path from /workspace,
762
+ # e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
763
+ # @!attribute [rw] artifact_id
764
+ # @return [::String]
765
+ # Maven `artifactId` value used when uploading the artifact to Artifact
766
+ # Registry.
767
+ # @!attribute [rw] group_id
768
+ # @return [::String]
769
+ # Maven `groupId` value used when uploading the artifact to Artifact
770
+ # Registry.
771
+ # @!attribute [rw] version
772
+ # @return [::String]
773
+ # Maven `version` value used when uploading the artifact to Artifact
774
+ # Registry.
775
+ class MavenArtifact
776
+ include ::Google::Protobuf::MessageExts
777
+ extend ::Google::Protobuf::MessageExts::ClassMethods
778
+ end
779
+
780
+ # Python package to upload to Artifact Registry upon successful completion
781
+ # of all build steps. A package can encapsulate multiple objects to be
782
+ # uploaded to a single repository.
783
+ # @!attribute [rw] repository
784
+ # @return [::String]
785
+ # Artifact Registry repository, in the form
786
+ # "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY"
787
+ #
788
+ # Files in the workspace matching any path pattern will be uploaded to
789
+ # Artifact Registry with this location as a prefix.
790
+ # @!attribute [rw] paths
791
+ # @return [::Array<::String>]
792
+ # Path globs used to match files in the build's workspace. For Python/
793
+ # Twine, this is usually `dist/*`, and sometimes additionally an `.asc`
794
+ # file.
795
+ class PythonPackage
796
+ include ::Google::Protobuf::MessageExts
797
+ extend ::Google::Protobuf::MessageExts::ClassMethods
798
+ end
676
799
  end
677
800
 
678
801
  # Start and end times for a build execution phase.
@@ -44,7 +44,7 @@ module Google
44
44
  # foo = any.unpack(Foo.class);
45
45
  # }
46
46
  #
47
- # Example 3: Pack and unpack a message in Python.
47
+ # Example 3: Pack and unpack a message in Python.
48
48
  #
49
49
  # foo = Foo(...)
50
50
  # any = Any()
@@ -54,7 +54,7 @@ module Google
54
54
  # any.Unpack(foo)
55
55
  # ...
56
56
  #
57
- # Example 4: Pack and unpack a message in Go
57
+ # Example 4: Pack and unpack a message in Go
58
58
  #
59
59
  # foo := &pb.Foo{...}
60
60
  # any, err := anypb.New(foo)
@@ -75,7 +75,7 @@ module Google
75
75
  #
76
76
  #
77
77
  # JSON
78
- # ====
78
+ #
79
79
  # The JSON representation of an `Any` value uses the regular
80
80
  # representation of the deserialized, embedded message, with an
81
81
  # additional field `@type` which contains the type URL. Example:
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-build-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.3
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: '0.12'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: '0.12'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -50,28 +50,28 @@ dependencies:
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 1.25.1
53
+ version: 1.26.1
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 1.25.1
60
+ version: 1.26.1
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: minitest
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '5.14'
67
+ version: '5.16'
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: '5.14'
74
+ version: '5.16'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: minitest-focus
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -106,14 +106,14 @@ dependencies:
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: '12.0'
109
+ version: '13.0'
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
- version: '12.0'
116
+ version: '13.0'
117
117
  - !ruby/object:Gem::Dependency
118
118
  name: redcarpet
119
119
  requirement: !ruby/object:Gem::Requirement
@@ -205,14 +205,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
205
205
  requirements:
206
206
  - - ">="
207
207
  - !ruby/object:Gem::Version
208
- version: '2.5'
208
+ version: '2.6'
209
209
  required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  requirements:
211
211
  - - ">="
212
212
  - !ruby/object:Gem::Version
213
213
  version: '0'
214
214
  requirements: []
215
- rubygems_version: 3.3.4
215
+ rubygems_version: 3.3.14
216
216
  signing_key:
217
217
  specification_version: 4
218
218
  summary: API Client library for the Cloud Build V1 API