diff --git a/google-cloud-discovery_engine/.owlbot-manifest.json b/google-cloud-discovery_engine/.owlbot-manifest.json index f81b7b856348..02ed8ec2c274 100644 --- a/google-cloud-discovery_engine/.owlbot-manifest.json +++ b/google-cloud-discovery_engine/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-discovery_engine/.toys.rb b/google-cloud-discovery_engine/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-discovery_engine/.toys.rb +++ b/google-cloud-discovery_engine/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-discovery_engine/Gemfile b/google-cloud-discovery_engine/Gemfile index 10b087e1e4b1..97b67e0f2896 100644 --- a/google-cloud-discovery_engine/Gemfile +++ b/google-cloud-discovery_engine/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-discovery_engine/Rakefile b/google-cloud-discovery_engine/Rakefile index 3a066feca2f2..271f22d48eb6 100644 --- a/google-cloud-discovery_engine/Rakefile +++ b/google-cloud-discovery_engine/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-discovery_engine/lib/google-cloud-discovery_engine.rb b/google-cloud-discovery_engine/lib/google-cloud-discovery_engine.rb index aa7891a574cf..382b0ca2cb18 100644 --- a/google-cloud-discovery_engine/lib/google-cloud-discovery_engine.rb +++ b/google-cloud-discovery_engine/lib/google-cloud-discovery_engine.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-discovery_engine/lib/google/cloud/discovery_engine.rb b/google-cloud-discovery_engine/lib/google/cloud/discovery_engine.rb index 4e058dc3ab5b..a7865b96a4eb 100644 --- a/google-cloud-discovery_engine/lib/google/cloud/discovery_engine.rb +++ b/google-cloud-discovery_engine/lib/google/cloud/discovery_engine.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-discovery_engine/test/google/cloud/discovery_engine/client_test.rb b/google-cloud-discovery_engine/test/google/cloud/discovery_engine/client_test.rb index d36eccc31596..e188710e756d 100644 --- a/google-cloud-discovery_engine/test/google/cloud/discovery_engine/client_test.rb +++ b/google-cloud-discovery_engine/test/google/cloud/discovery_engine/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-discovery_engine/test/google/cloud/discovery_engine/version_test.rb b/google-cloud-discovery_engine/test/google/cloud/discovery_engine/version_test.rb index 9475d4f55d6f..be8e13ba3a0f 100644 --- a/google-cloud-discovery_engine/test/google/cloud/discovery_engine/version_test.rb +++ b/google-cloud-discovery_engine/test/google/cloud/discovery_engine/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-discovery_engine/test/helper.rb b/google-cloud-discovery_engine/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-discovery_engine/test/helper.rb +++ b/google-cloud-discovery_engine/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-dlp/.owlbot-manifest.json b/google-cloud-dlp/.owlbot-manifest.json index 8c71c7dcba89..e88ea3ed3c8c 100644 --- a/google-cloud-dlp/.owlbot-manifest.json +++ b/google-cloud-dlp/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "acceptance/google/cloud/dlp/v2/dlp_service_smoke_test.rb", "samples/Gemfile", diff --git a/google-cloud-dlp/.toys.rb b/google-cloud-dlp/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-dlp/.toys.rb +++ b/google-cloud-dlp/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-dlp/Gemfile b/google-cloud-dlp/Gemfile index eec77b39c60d..b7547fd31769 100644 --- a/google-cloud-dlp/Gemfile +++ b/google-cloud-dlp/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-dlp/Rakefile b/google-cloud-dlp/Rakefile index 41c2898b865d..d8782c0b4a7e 100644 --- a/google-cloud-dlp/Rakefile +++ b/google-cloud-dlp/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-dlp/lib/google-cloud-dlp.rb b/google-cloud-dlp/lib/google-cloud-dlp.rb index 986d0837f88e..ad584e15e384 100644 --- a/google-cloud-dlp/lib/google-cloud-dlp.rb +++ b/google-cloud-dlp/lib/google-cloud-dlp.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-dlp/lib/google/cloud/dlp.rb b/google-cloud-dlp/lib/google/cloud/dlp.rb index 7cf4509b509e..f99234379ef1 100644 --- a/google-cloud-dlp/lib/google/cloud/dlp.rb +++ b/google-cloud-dlp/lib/google/cloud/dlp.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-dlp/test/google/cloud/dlp/client_test.rb b/google-cloud-dlp/test/google/cloud/dlp/client_test.rb index 15940c4a2178..c0502ab5386d 100644 --- a/google-cloud-dlp/test/google/cloud/dlp/client_test.rb +++ b/google-cloud-dlp/test/google/cloud/dlp/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-dlp/test/google/cloud/dlp/version_test.rb b/google-cloud-dlp/test/google/cloud/dlp/version_test.rb index d38532ac2ebb..622be92c4ced 100644 --- a/google-cloud-dlp/test/google/cloud/dlp/version_test.rb +++ b/google-cloud-dlp/test/google/cloud/dlp/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-dlp/test/helper.rb b/google-cloud-dlp/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-dlp/test/helper.rb +++ b/google-cloud-dlp/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-document_ai/.owlbot-manifest.json b/google-cloud-document_ai/.owlbot-manifest.json index f4020be3fad2..08d6b90319d5 100644 --- a/google-cloud-document_ai/.owlbot-manifest.json +++ b/google-cloud-document_ai/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "samples/Gemfile", "samples/README.md", "samples/Rakefile", diff --git a/google-cloud-document_ai/.toys.rb b/google-cloud-document_ai/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-document_ai/.toys.rb +++ b/google-cloud-document_ai/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-document_ai/Gemfile b/google-cloud-document_ai/Gemfile index bee8dbf0de8d..c9acc1bb0ad6 100644 --- a/google-cloud-document_ai/Gemfile +++ b/google-cloud-document_ai/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-document_ai/Rakefile b/google-cloud-document_ai/Rakefile index b53449bbc722..d96ca54c5314 100644 --- a/google-cloud-document_ai/Rakefile +++ b/google-cloud-document_ai/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-document_ai/lib/google-cloud-document_ai.rb b/google-cloud-document_ai/lib/google-cloud-document_ai.rb index b99a0c4497a7..f6c1adb3df83 100644 --- a/google-cloud-document_ai/lib/google-cloud-document_ai.rb +++ b/google-cloud-document_ai/lib/google-cloud-document_ai.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-document_ai/lib/google/cloud/document_ai.rb b/google-cloud-document_ai/lib/google/cloud/document_ai.rb index ca1155a94428..e0b99938d457 100644 --- a/google-cloud-document_ai/lib/google/cloud/document_ai.rb +++ b/google-cloud-document_ai/lib/google/cloud/document_ai.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-document_ai/test/google/cloud/document_ai/client_test.rb b/google-cloud-document_ai/test/google/cloud/document_ai/client_test.rb index b204888b7be5..8ef2b1e700bb 100644 --- a/google-cloud-document_ai/test/google/cloud/document_ai/client_test.rb +++ b/google-cloud-document_ai/test/google/cloud/document_ai/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-document_ai/test/google/cloud/document_ai/version_test.rb b/google-cloud-document_ai/test/google/cloud/document_ai/version_test.rb index 952605a05b11..9118b63a8b56 100644 --- a/google-cloud-document_ai/test/google/cloud/document_ai/version_test.rb +++ b/google-cloud-document_ai/test/google/cloud/document_ai/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-document_ai/test/helper.rb b/google-cloud-document_ai/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-document_ai/test/helper.rb +++ b/google-cloud-document_ai/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-domains/.owlbot-manifest.json b/google-cloud-domains/.owlbot-manifest.json index 2604b47bc0a6..ce2338d994c5 100644 --- a/google-cloud-domains/.owlbot-manifest.json +++ b/google-cloud-domains/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-domains/.toys.rb b/google-cloud-domains/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-domains/.toys.rb +++ b/google-cloud-domains/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-domains/Gemfile b/google-cloud-domains/Gemfile index 819a2bf54ebb..0170160468cb 100644 --- a/google-cloud-domains/Gemfile +++ b/google-cloud-domains/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-domains/Rakefile b/google-cloud-domains/Rakefile index e2931acdefbe..05b85f7074dc 100644 --- a/google-cloud-domains/Rakefile +++ b/google-cloud-domains/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-domains/lib/google-cloud-domains.rb b/google-cloud-domains/lib/google-cloud-domains.rb index e41d12ae4edc..b753de78ee0a 100644 --- a/google-cloud-domains/lib/google-cloud-domains.rb +++ b/google-cloud-domains/lib/google-cloud-domains.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-domains/lib/google/cloud/domains.rb b/google-cloud-domains/lib/google/cloud/domains.rb index 509249d3fb4e..29010322744b 100644 --- a/google-cloud-domains/lib/google/cloud/domains.rb +++ b/google-cloud-domains/lib/google/cloud/domains.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-domains/test/google/cloud/domains/client_test.rb b/google-cloud-domains/test/google/cloud/domains/client_test.rb index 81e726dcf563..99bbba0bd29e 100644 --- a/google-cloud-domains/test/google/cloud/domains/client_test.rb +++ b/google-cloud-domains/test/google/cloud/domains/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-domains/test/google/cloud/domains/version_test.rb b/google-cloud-domains/test/google/cloud/domains/version_test.rb index 52d271cc8391..43a5fac74d9b 100644 --- a/google-cloud-domains/test/google/cloud/domains/version_test.rb +++ b/google-cloud-domains/test/google/cloud/domains/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-domains/test/helper.rb b/google-cloud-domains/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-domains/test/helper.rb +++ b/google-cloud-domains/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_container/.owlbot-manifest.json b/google-cloud-edge_container/.owlbot-manifest.json index 0f7c3491e79a..cf7cdf550ffd 100644 --- a/google-cloud-edge_container/.owlbot-manifest.json +++ b/google-cloud-edge_container/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-edge_container/.toys.rb b/google-cloud-edge_container/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-edge_container/.toys.rb +++ b/google-cloud-edge_container/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_container/Gemfile b/google-cloud-edge_container/Gemfile index bf86629559e1..08ba9776feb2 100644 --- a/google-cloud-edge_container/Gemfile +++ b/google-cloud-edge_container/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-edge_container/Rakefile b/google-cloud-edge_container/Rakefile index 3acfae935c95..0ed0ac6c4e87 100644 --- a/google-cloud-edge_container/Rakefile +++ b/google-cloud-edge_container/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_container/lib/google-cloud-edge_container.rb b/google-cloud-edge_container/lib/google-cloud-edge_container.rb index 5e4d3491780c..e40a5fa78805 100644 --- a/google-cloud-edge_container/lib/google-cloud-edge_container.rb +++ b/google-cloud-edge_container/lib/google-cloud-edge_container.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_container/lib/google/cloud/edge_container.rb b/google-cloud-edge_container/lib/google/cloud/edge_container.rb index c39b15ed1b2e..acd9658b44e4 100644 --- a/google-cloud-edge_container/lib/google/cloud/edge_container.rb +++ b/google-cloud-edge_container/lib/google/cloud/edge_container.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_container/test/google/cloud/edge_container/client_test.rb b/google-cloud-edge_container/test/google/cloud/edge_container/client_test.rb index a0918461d2e5..cdbe17543b60 100644 --- a/google-cloud-edge_container/test/google/cloud/edge_container/client_test.rb +++ b/google-cloud-edge_container/test/google/cloud/edge_container/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_container/test/google/cloud/edge_container/version_test.rb b/google-cloud-edge_container/test/google/cloud/edge_container/version_test.rb index dfa3777bdf17..0e2d35e94215 100644 --- a/google-cloud-edge_container/test/google/cloud/edge_container/version_test.rb +++ b/google-cloud-edge_container/test/google/cloud/edge_container/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_container/test/helper.rb b/google-cloud-edge_container/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-edge_container/test/helper.rb +++ b/google-cloud-edge_container/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_network/.owlbot-manifest.json b/google-cloud-edge_network/.owlbot-manifest.json index f2b5da8857b5..97e10500de47 100644 --- a/google-cloud-edge_network/.owlbot-manifest.json +++ b/google-cloud-edge_network/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-edge_network/.toys.rb b/google-cloud-edge_network/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-edge_network/.toys.rb +++ b/google-cloud-edge_network/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_network/Gemfile b/google-cloud-edge_network/Gemfile index 60fbcaeb3349..308d1409359c 100644 --- a/google-cloud-edge_network/Gemfile +++ b/google-cloud-edge_network/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-edge_network/Rakefile b/google-cloud-edge_network/Rakefile index 42eafc10dc71..45a13f20587b 100644 --- a/google-cloud-edge_network/Rakefile +++ b/google-cloud-edge_network/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_network/lib/google-cloud-edge_network.rb b/google-cloud-edge_network/lib/google-cloud-edge_network.rb index 9d046049bdd2..3d712a0d528a 100644 --- a/google-cloud-edge_network/lib/google-cloud-edge_network.rb +++ b/google-cloud-edge_network/lib/google-cloud-edge_network.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_network/lib/google/cloud/edge_network.rb b/google-cloud-edge_network/lib/google/cloud/edge_network.rb index 09108b4bdd58..257376b6344d 100644 --- a/google-cloud-edge_network/lib/google/cloud/edge_network.rb +++ b/google-cloud-edge_network/lib/google/cloud/edge_network.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_network/test/google/cloud/edge_network/client_test.rb b/google-cloud-edge_network/test/google/cloud/edge_network/client_test.rb index b798f0a45467..0b015818ab30 100644 --- a/google-cloud-edge_network/test/google/cloud/edge_network/client_test.rb +++ b/google-cloud-edge_network/test/google/cloud/edge_network/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_network/test/google/cloud/edge_network/version_test.rb b/google-cloud-edge_network/test/google/cloud/edge_network/version_test.rb index e2ba1a1e6dcc..756e08b9fdc1 100644 --- a/google-cloud-edge_network/test/google/cloud/edge_network/version_test.rb +++ b/google-cloud-edge_network/test/google/cloud/edge_network/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-edge_network/test/helper.rb b/google-cloud-edge_network/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-edge_network/test/helper.rb +++ b/google-cloud-edge_network/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-essential_contacts/.owlbot-manifest.json b/google-cloud-essential_contacts/.owlbot-manifest.json index c897d1ddf63e..81fb977e3a3d 100644 --- a/google-cloud-essential_contacts/.owlbot-manifest.json +++ b/google-cloud-essential_contacts/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-essential_contacts/.toys.rb b/google-cloud-essential_contacts/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-essential_contacts/.toys.rb +++ b/google-cloud-essential_contacts/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-essential_contacts/Gemfile b/google-cloud-essential_contacts/Gemfile index c3d1fbf30f4e..21d66efe5dcf 100644 --- a/google-cloud-essential_contacts/Gemfile +++ b/google-cloud-essential_contacts/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-essential_contacts/Rakefile b/google-cloud-essential_contacts/Rakefile index c55c9b7ac02b..b5df6ce9dd01 100644 --- a/google-cloud-essential_contacts/Rakefile +++ b/google-cloud-essential_contacts/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-essential_contacts/lib/google-cloud-essential_contacts.rb b/google-cloud-essential_contacts/lib/google-cloud-essential_contacts.rb index 7f4e246f44ac..ff726a544154 100644 --- a/google-cloud-essential_contacts/lib/google-cloud-essential_contacts.rb +++ b/google-cloud-essential_contacts/lib/google-cloud-essential_contacts.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-essential_contacts/lib/google/cloud/essential_contacts.rb b/google-cloud-essential_contacts/lib/google/cloud/essential_contacts.rb index 76e610c7dc15..2316d36a50cd 100644 --- a/google-cloud-essential_contacts/lib/google/cloud/essential_contacts.rb +++ b/google-cloud-essential_contacts/lib/google/cloud/essential_contacts.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-essential_contacts/test/google/cloud/essential_contacts/client_test.rb b/google-cloud-essential_contacts/test/google/cloud/essential_contacts/client_test.rb index e0b07892b68a..3ad36d160603 100644 --- a/google-cloud-essential_contacts/test/google/cloud/essential_contacts/client_test.rb +++ b/google-cloud-essential_contacts/test/google/cloud/essential_contacts/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-essential_contacts/test/google/cloud/essential_contacts/version_test.rb b/google-cloud-essential_contacts/test/google/cloud/essential_contacts/version_test.rb index a089c659f69d..934c060a3217 100644 --- a/google-cloud-essential_contacts/test/google/cloud/essential_contacts/version_test.rb +++ b/google-cloud-essential_contacts/test/google/cloud/essential_contacts/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-essential_contacts/test/helper.rb b/google-cloud-essential_contacts/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-essential_contacts/test/helper.rb +++ b/google-cloud-essential_contacts/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc-publishing/.owlbot-manifest.json b/google-cloud-eventarc-publishing/.owlbot-manifest.json index fd81e3421c05..dbcc0f1f5827 100644 --- a/google-cloud-eventarc-publishing/.owlbot-manifest.json +++ b/google-cloud-eventarc-publishing/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-eventarc-publishing/.toys.rb b/google-cloud-eventarc-publishing/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-eventarc-publishing/.toys.rb +++ b/google-cloud-eventarc-publishing/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc-publishing/Gemfile b/google-cloud-eventarc-publishing/Gemfile index 1edaec65e7be..d962634a4c09 100644 --- a/google-cloud-eventarc-publishing/Gemfile +++ b/google-cloud-eventarc-publishing/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-eventarc-publishing/Rakefile b/google-cloud-eventarc-publishing/Rakefile index fc618126fa0b..1f41914e913a 100644 --- a/google-cloud-eventarc-publishing/Rakefile +++ b/google-cloud-eventarc-publishing/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc-publishing/lib/google-cloud-eventarc-publishing.rb b/google-cloud-eventarc-publishing/lib/google-cloud-eventarc-publishing.rb index 7429345aedbc..39c492129bda 100644 --- a/google-cloud-eventarc-publishing/lib/google-cloud-eventarc-publishing.rb +++ b/google-cloud-eventarc-publishing/lib/google-cloud-eventarc-publishing.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc-publishing/lib/google/cloud/eventarc/publishing.rb b/google-cloud-eventarc-publishing/lib/google/cloud/eventarc/publishing.rb index 3fd3a15124ce..09dca43802ac 100644 --- a/google-cloud-eventarc-publishing/lib/google/cloud/eventarc/publishing.rb +++ b/google-cloud-eventarc-publishing/lib/google/cloud/eventarc/publishing.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc-publishing/test/google/cloud/eventarc/publishing/client_test.rb b/google-cloud-eventarc-publishing/test/google/cloud/eventarc/publishing/client_test.rb index 3b3ea4426918..ba529f89a494 100644 --- a/google-cloud-eventarc-publishing/test/google/cloud/eventarc/publishing/client_test.rb +++ b/google-cloud-eventarc-publishing/test/google/cloud/eventarc/publishing/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc-publishing/test/google/cloud/eventarc/publishing/version_test.rb b/google-cloud-eventarc-publishing/test/google/cloud/eventarc/publishing/version_test.rb index 25d9902c8f94..12c6dda057e2 100644 --- a/google-cloud-eventarc-publishing/test/google/cloud/eventarc/publishing/version_test.rb +++ b/google-cloud-eventarc-publishing/test/google/cloud/eventarc/publishing/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc-publishing/test/helper.rb b/google-cloud-eventarc-publishing/test/helper.rb index 8d97e8142b62..4fb6756ac7e2 100644 --- a/google-cloud-eventarc-publishing/test/helper.rb +++ b/google-cloud-eventarc-publishing/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc/.owlbot-manifest.json b/google-cloud-eventarc/.owlbot-manifest.json index dab73bc10253..a46386b46146 100644 --- a/google-cloud-eventarc/.owlbot-manifest.json +++ b/google-cloud-eventarc/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-eventarc/.toys.rb b/google-cloud-eventarc/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-eventarc/.toys.rb +++ b/google-cloud-eventarc/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc/Gemfile b/google-cloud-eventarc/Gemfile index 7c60741cb0d1..2cbb4d19bd38 100644 --- a/google-cloud-eventarc/Gemfile +++ b/google-cloud-eventarc/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-eventarc/Rakefile b/google-cloud-eventarc/Rakefile index 88388efc9bfb..5297ff200fb6 100644 --- a/google-cloud-eventarc/Rakefile +++ b/google-cloud-eventarc/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc/lib/google-cloud-eventarc.rb b/google-cloud-eventarc/lib/google-cloud-eventarc.rb index 58a382906ec8..fdd3280ec5db 100644 --- a/google-cloud-eventarc/lib/google-cloud-eventarc.rb +++ b/google-cloud-eventarc/lib/google-cloud-eventarc.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc/lib/google/cloud/eventarc.rb b/google-cloud-eventarc/lib/google/cloud/eventarc.rb index 4d09ff5441c3..473231a3899e 100644 --- a/google-cloud-eventarc/lib/google/cloud/eventarc.rb +++ b/google-cloud-eventarc/lib/google/cloud/eventarc.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc/test/google/cloud/eventarc/client_test.rb b/google-cloud-eventarc/test/google/cloud/eventarc/client_test.rb index 3be92acc9e8a..34da15f12546 100644 --- a/google-cloud-eventarc/test/google/cloud/eventarc/client_test.rb +++ b/google-cloud-eventarc/test/google/cloud/eventarc/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc/test/google/cloud/eventarc/version_test.rb b/google-cloud-eventarc/test/google/cloud/eventarc/version_test.rb index 803b1f3db3a4..450891c59514 100644 --- a/google-cloud-eventarc/test/google/cloud/eventarc/version_test.rb +++ b/google-cloud-eventarc/test/google/cloud/eventarc/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-eventarc/test/helper.rb b/google-cloud-eventarc/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-eventarc/test/helper.rb +++ b/google-cloud-eventarc/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-filestore/.owlbot-manifest.json b/google-cloud-filestore/.owlbot-manifest.json index d545d536ea49..b6f15abdb0de 100644 --- a/google-cloud-filestore/.owlbot-manifest.json +++ b/google-cloud-filestore/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-filestore/.toys.rb b/google-cloud-filestore/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-filestore/.toys.rb +++ b/google-cloud-filestore/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-filestore/Gemfile b/google-cloud-filestore/Gemfile index 50a28303f09c..bae670473dfe 100644 --- a/google-cloud-filestore/Gemfile +++ b/google-cloud-filestore/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-filestore/Rakefile b/google-cloud-filestore/Rakefile index 1ddda7d109d5..11fc05975069 100644 --- a/google-cloud-filestore/Rakefile +++ b/google-cloud-filestore/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-filestore/lib/google-cloud-filestore.rb b/google-cloud-filestore/lib/google-cloud-filestore.rb index e09842d1f79c..44c4f810a057 100644 --- a/google-cloud-filestore/lib/google-cloud-filestore.rb +++ b/google-cloud-filestore/lib/google-cloud-filestore.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-filestore/lib/google/cloud/filestore.rb b/google-cloud-filestore/lib/google/cloud/filestore.rb index 48a8a573bf8c..44a2537db701 100644 --- a/google-cloud-filestore/lib/google/cloud/filestore.rb +++ b/google-cloud-filestore/lib/google/cloud/filestore.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-filestore/test/google/cloud/filestore/client_test.rb b/google-cloud-filestore/test/google/cloud/filestore/client_test.rb index 98400a763323..ff67c59a90d3 100644 --- a/google-cloud-filestore/test/google/cloud/filestore/client_test.rb +++ b/google-cloud-filestore/test/google/cloud/filestore/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-filestore/test/google/cloud/filestore/version_test.rb b/google-cloud-filestore/test/google/cloud/filestore/version_test.rb index 7fcbf9b69289..454b2ed51ccd 100644 --- a/google-cloud-filestore/test/google/cloud/filestore/version_test.rb +++ b/google-cloud-filestore/test/google/cloud/filestore/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-filestore/test/helper.rb b/google-cloud-filestore/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-filestore/test/helper.rb +++ b/google-cloud-filestore/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-financial_services/.owlbot-manifest.json b/google-cloud-financial_services/.owlbot-manifest.json index 9393f98c3b24..9a16cfa453d0 100644 --- a/google-cloud-financial_services/.owlbot-manifest.json +++ b/google-cloud-financial_services/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-financial_services/.toys.rb b/google-cloud-financial_services/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-financial_services/.toys.rb +++ b/google-cloud-financial_services/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-financial_services/Gemfile b/google-cloud-financial_services/Gemfile index dfea3f37bd63..bef8abc3a1bb 100644 --- a/google-cloud-financial_services/Gemfile +++ b/google-cloud-financial_services/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-financial_services/Rakefile b/google-cloud-financial_services/Rakefile index f2b1abfd9921..c413046b4dec 100644 --- a/google-cloud-financial_services/Rakefile +++ b/google-cloud-financial_services/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-financial_services/lib/google-cloud-financial_services.rb b/google-cloud-financial_services/lib/google-cloud-financial_services.rb index 9bff2d7a2763..6b006141b68f 100644 --- a/google-cloud-financial_services/lib/google-cloud-financial_services.rb +++ b/google-cloud-financial_services/lib/google-cloud-financial_services.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-financial_services/lib/google/cloud/financial_services.rb b/google-cloud-financial_services/lib/google/cloud/financial_services.rb index 028865c6ebce..e98ab48834d6 100644 --- a/google-cloud-financial_services/lib/google/cloud/financial_services.rb +++ b/google-cloud-financial_services/lib/google/cloud/financial_services.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-financial_services/test/google/cloud/financial_services/client_test.rb b/google-cloud-financial_services/test/google/cloud/financial_services/client_test.rb index 9eaea0e71e8e..47740c6b8f45 100644 --- a/google-cloud-financial_services/test/google/cloud/financial_services/client_test.rb +++ b/google-cloud-financial_services/test/google/cloud/financial_services/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-financial_services/test/google/cloud/financial_services/version_test.rb b/google-cloud-financial_services/test/google/cloud/financial_services/version_test.rb index fe088f3a344d..e8165659db0d 100644 --- a/google-cloud-financial_services/test/google/cloud/financial_services/version_test.rb +++ b/google-cloud-financial_services/test/google/cloud/financial_services/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-financial_services/test/helper.rb b/google-cloud-financial_services/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-financial_services/test/helper.rb +++ b/google-cloud-financial_services/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-firestore-admin/.owlbot-manifest.json b/google-cloud-firestore-admin/.owlbot-manifest.json index a311e38872b2..181fcea53999 100644 --- a/google-cloud-firestore-admin/.owlbot-manifest.json +++ b/google-cloud-firestore-admin/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-firestore-admin/.toys.rb b/google-cloud-firestore-admin/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-firestore-admin/.toys.rb +++ b/google-cloud-firestore-admin/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-firestore-admin/Gemfile b/google-cloud-firestore-admin/Gemfile index 3b342ac11aa3..f52340272076 100644 --- a/google-cloud-firestore-admin/Gemfile +++ b/google-cloud-firestore-admin/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-firestore-admin/Rakefile b/google-cloud-firestore-admin/Rakefile index 1fdbd642a612..9ac2e661bd76 100644 --- a/google-cloud-firestore-admin/Rakefile +++ b/google-cloud-firestore-admin/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-firestore-admin/lib/google-cloud-firestore-admin.rb b/google-cloud-firestore-admin/lib/google-cloud-firestore-admin.rb index 177531689670..7abf27599e3e 100644 --- a/google-cloud-firestore-admin/lib/google-cloud-firestore-admin.rb +++ b/google-cloud-firestore-admin/lib/google-cloud-firestore-admin.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-firestore-admin/lib/google/cloud/firestore/admin.rb b/google-cloud-firestore-admin/lib/google/cloud/firestore/admin.rb index 7fb05181b049..26c69072bdd2 100644 --- a/google-cloud-firestore-admin/lib/google/cloud/firestore/admin.rb +++ b/google-cloud-firestore-admin/lib/google/cloud/firestore/admin.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-firestore-admin/test/google/cloud/firestore/admin/client_test.rb b/google-cloud-firestore-admin/test/google/cloud/firestore/admin/client_test.rb index 4b7f68bfea4a..4cb98a6cc051 100644 --- a/google-cloud-firestore-admin/test/google/cloud/firestore/admin/client_test.rb +++ b/google-cloud-firestore-admin/test/google/cloud/firestore/admin/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-firestore-admin/test/google/cloud/firestore/admin/version_test.rb b/google-cloud-firestore-admin/test/google/cloud/firestore/admin/version_test.rb index 1d67b3c499dc..21d044f6c489 100644 --- a/google-cloud-firestore-admin/test/google/cloud/firestore/admin/version_test.rb +++ b/google-cloud-firestore-admin/test/google/cloud/firestore/admin/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-firestore-admin/test/helper.rb b/google-cloud-firestore-admin/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-firestore-admin/test/helper.rb +++ b/google-cloud-firestore-admin/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-functions/.owlbot-manifest.json b/google-cloud-functions/.owlbot-manifest.json index 66907f4c6e9a..432524b490ef 100644 --- a/google-cloud-functions/.owlbot-manifest.json +++ b/google-cloud-functions/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-functions/.toys.rb b/google-cloud-functions/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-functions/.toys.rb +++ b/google-cloud-functions/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-functions/Gemfile b/google-cloud-functions/Gemfile index 456af43ab244..56a1f65f1102 100644 --- a/google-cloud-functions/Gemfile +++ b/google-cloud-functions/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-functions/Rakefile b/google-cloud-functions/Rakefile index e7ea2b80ecdb..c25ffc04b080 100644 --- a/google-cloud-functions/Rakefile +++ b/google-cloud-functions/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-functions/lib/google-cloud-functions.rb b/google-cloud-functions/lib/google-cloud-functions.rb index f8f39811d40c..776197e8d3f4 100644 --- a/google-cloud-functions/lib/google-cloud-functions.rb +++ b/google-cloud-functions/lib/google-cloud-functions.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-functions/lib/google/cloud/functions.rb b/google-cloud-functions/lib/google/cloud/functions.rb index ceadd8a9acef..793c6771635c 100644 --- a/google-cloud-functions/lib/google/cloud/functions.rb +++ b/google-cloud-functions/lib/google/cloud/functions.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-functions/test/google/cloud/functions/client_test.rb b/google-cloud-functions/test/google/cloud/functions/client_test.rb index 9bf5357e32f2..ba0bb7a83579 100644 --- a/google-cloud-functions/test/google/cloud/functions/client_test.rb +++ b/google-cloud-functions/test/google/cloud/functions/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-functions/test/google/cloud/functions/version_test.rb b/google-cloud-functions/test/google/cloud/functions/version_test.rb index fda3d6964283..22fb0bae6a98 100644 --- a/google-cloud-functions/test/google/cloud/functions/version_test.rb +++ b/google-cloud-functions/test/google/cloud/functions/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-functions/test/helper.rb b/google-cloud-functions/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-functions/test/helper.rb +++ b/google-cloud-functions/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gdc_hardware_management/.owlbot-manifest.json b/google-cloud-gdc_hardware_management/.owlbot-manifest.json index d9dd1a36d99c..ec1454c775d4 100644 --- a/google-cloud-gdc_hardware_management/.owlbot-manifest.json +++ b/google-cloud-gdc_hardware_management/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-gdc_hardware_management/.toys.rb b/google-cloud-gdc_hardware_management/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-gdc_hardware_management/.toys.rb +++ b/google-cloud-gdc_hardware_management/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gdc_hardware_management/Gemfile b/google-cloud-gdc_hardware_management/Gemfile index 99fc1cfe7445..27cd8c540846 100644 --- a/google-cloud-gdc_hardware_management/Gemfile +++ b/google-cloud-gdc_hardware_management/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-gdc_hardware_management/Rakefile b/google-cloud-gdc_hardware_management/Rakefile index e790c9f3a06d..4592da7cd041 100644 --- a/google-cloud-gdc_hardware_management/Rakefile +++ b/google-cloud-gdc_hardware_management/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gdc_hardware_management/lib/google-cloud-gdc_hardware_management.rb b/google-cloud-gdc_hardware_management/lib/google-cloud-gdc_hardware_management.rb index 6a9c82c96127..854e8fd3b75d 100644 --- a/google-cloud-gdc_hardware_management/lib/google-cloud-gdc_hardware_management.rb +++ b/google-cloud-gdc_hardware_management/lib/google-cloud-gdc_hardware_management.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gdc_hardware_management/lib/google/cloud/gdc_hardware_management.rb b/google-cloud-gdc_hardware_management/lib/google/cloud/gdc_hardware_management.rb index c00677286642..89846d604120 100644 --- a/google-cloud-gdc_hardware_management/lib/google/cloud/gdc_hardware_management.rb +++ b/google-cloud-gdc_hardware_management/lib/google/cloud/gdc_hardware_management.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gdc_hardware_management/test/google/cloud/gdc_hardware_management/client_test.rb b/google-cloud-gdc_hardware_management/test/google/cloud/gdc_hardware_management/client_test.rb index 1b28a5ebdd2f..05a3538b6acc 100644 --- a/google-cloud-gdc_hardware_management/test/google/cloud/gdc_hardware_management/client_test.rb +++ b/google-cloud-gdc_hardware_management/test/google/cloud/gdc_hardware_management/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gdc_hardware_management/test/google/cloud/gdc_hardware_management/version_test.rb b/google-cloud-gdc_hardware_management/test/google/cloud/gdc_hardware_management/version_test.rb index 43d650475851..443e46b92916 100644 --- a/google-cloud-gdc_hardware_management/test/google/cloud/gdc_hardware_management/version_test.rb +++ b/google-cloud-gdc_hardware_management/test/google/cloud/gdc_hardware_management/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gdc_hardware_management/test/helper.rb b/google-cloud-gdc_hardware_management/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-gdc_hardware_management/test/helper.rb +++ b/google-cloud-gdc_hardware_management/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gemini_data_analytics/.owlbot-manifest.json b/google-cloud-gemini_data_analytics/.owlbot-manifest.json index 1bca7954eb39..07154b71801e 100644 --- a/google-cloud-gemini_data_analytics/.owlbot-manifest.json +++ b/google-cloud-gemini_data_analytics/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-gemini_data_analytics/.toys.rb b/google-cloud-gemini_data_analytics/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-gemini_data_analytics/.toys.rb +++ b/google-cloud-gemini_data_analytics/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gemini_data_analytics/Gemfile b/google-cloud-gemini_data_analytics/Gemfile index 246eeef6e071..15fc20b029ba 100644 --- a/google-cloud-gemini_data_analytics/Gemfile +++ b/google-cloud-gemini_data_analytics/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-gemini_data_analytics/Rakefile b/google-cloud-gemini_data_analytics/Rakefile index 7ec18ad80bfe..6dd374104478 100644 --- a/google-cloud-gemini_data_analytics/Rakefile +++ b/google-cloud-gemini_data_analytics/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gemini_data_analytics/lib/google-cloud-gemini_data_analytics.rb b/google-cloud-gemini_data_analytics/lib/google-cloud-gemini_data_analytics.rb index af9133291bf3..6f0cf3b63371 100644 --- a/google-cloud-gemini_data_analytics/lib/google-cloud-gemini_data_analytics.rb +++ b/google-cloud-gemini_data_analytics/lib/google-cloud-gemini_data_analytics.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gemini_data_analytics/lib/google/cloud/gemini_data_analytics.rb b/google-cloud-gemini_data_analytics/lib/google/cloud/gemini_data_analytics.rb index ab995063c3fe..b862d9a7e174 100644 --- a/google-cloud-gemini_data_analytics/lib/google/cloud/gemini_data_analytics.rb +++ b/google-cloud-gemini_data_analytics/lib/google/cloud/gemini_data_analytics.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gemini_data_analytics/test/google/cloud/gemini_data_analytics/client_test.rb b/google-cloud-gemini_data_analytics/test/google/cloud/gemini_data_analytics/client_test.rb index 3d28b461709e..9a6ea222ad44 100644 --- a/google-cloud-gemini_data_analytics/test/google/cloud/gemini_data_analytics/client_test.rb +++ b/google-cloud-gemini_data_analytics/test/google/cloud/gemini_data_analytics/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gemini_data_analytics/test/google/cloud/gemini_data_analytics/version_test.rb b/google-cloud-gemini_data_analytics/test/google/cloud/gemini_data_analytics/version_test.rb index 072a296b9ef8..3473549d65d2 100644 --- a/google-cloud-gemini_data_analytics/test/google/cloud/gemini_data_analytics/version_test.rb +++ b/google-cloud-gemini_data_analytics/test/google/cloud/gemini_data_analytics/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gemini_data_analytics/test/helper.rb b/google-cloud-gemini_data_analytics/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-gemini_data_analytics/test/helper.rb +++ b/google-cloud-gemini_data_analytics/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_backup/.owlbot-manifest.json b/google-cloud-gke_backup/.owlbot-manifest.json index cb9b05b1d849..3faf2c337c9f 100644 --- a/google-cloud-gke_backup/.owlbot-manifest.json +++ b/google-cloud-gke_backup/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-gke_backup/.toys.rb b/google-cloud-gke_backup/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-gke_backup/.toys.rb +++ b/google-cloud-gke_backup/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_backup/Gemfile b/google-cloud-gke_backup/Gemfile index 81bcd5459a75..4cb016560020 100644 --- a/google-cloud-gke_backup/Gemfile +++ b/google-cloud-gke_backup/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-gke_backup/Rakefile b/google-cloud-gke_backup/Rakefile index bbf7f54e4f3c..dfb2030ce6d0 100644 --- a/google-cloud-gke_backup/Rakefile +++ b/google-cloud-gke_backup/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_backup/lib/google-cloud-gke_backup.rb b/google-cloud-gke_backup/lib/google-cloud-gke_backup.rb index f7b9d156e2d0..a4cdd9d60eb0 100644 --- a/google-cloud-gke_backup/lib/google-cloud-gke_backup.rb +++ b/google-cloud-gke_backup/lib/google-cloud-gke_backup.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_backup/lib/google/cloud/gke_backup.rb b/google-cloud-gke_backup/lib/google/cloud/gke_backup.rb index ffc354dd15cb..1ae892c78256 100644 --- a/google-cloud-gke_backup/lib/google/cloud/gke_backup.rb +++ b/google-cloud-gke_backup/lib/google/cloud/gke_backup.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_backup/test/google/cloud/gke_backup/client_test.rb b/google-cloud-gke_backup/test/google/cloud/gke_backup/client_test.rb index cfcbbe759d41..e48b43f3eaa6 100644 --- a/google-cloud-gke_backup/test/google/cloud/gke_backup/client_test.rb +++ b/google-cloud-gke_backup/test/google/cloud/gke_backup/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_backup/test/google/cloud/gke_backup/version_test.rb b/google-cloud-gke_backup/test/google/cloud/gke_backup/version_test.rb index 2853e4a6f3b4..63c8789f6038 100644 --- a/google-cloud-gke_backup/test/google/cloud/gke_backup/version_test.rb +++ b/google-cloud-gke_backup/test/google/cloud/gke_backup/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_backup/test/helper.rb b/google-cloud-gke_backup/test/helper.rb index 8d97e8142b62..4fb6756ac7e2 100644 --- a/google-cloud-gke_backup/test/helper.rb +++ b/google-cloud-gke_backup/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_connect-gateway/.owlbot-manifest.json b/google-cloud-gke_connect-gateway/.owlbot-manifest.json index 2d938ac6f908..cb0ccf47a117 100644 --- a/google-cloud-gke_connect-gateway/.owlbot-manifest.json +++ b/google-cloud-gke_connect-gateway/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-gke_connect-gateway/.toys.rb b/google-cloud-gke_connect-gateway/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-gke_connect-gateway/.toys.rb +++ b/google-cloud-gke_connect-gateway/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_connect-gateway/Gemfile b/google-cloud-gke_connect-gateway/Gemfile index e1cbe62a3608..021c260676e5 100644 --- a/google-cloud-gke_connect-gateway/Gemfile +++ b/google-cloud-gke_connect-gateway/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-gke_connect-gateway/Rakefile b/google-cloud-gke_connect-gateway/Rakefile index dbb797aaefd9..865b3aaf0b26 100644 --- a/google-cloud-gke_connect-gateway/Rakefile +++ b/google-cloud-gke_connect-gateway/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_connect-gateway/lib/google-cloud-gke_connect-gateway.rb b/google-cloud-gke_connect-gateway/lib/google-cloud-gke_connect-gateway.rb index fe128e119cba..0ec098d25d03 100644 --- a/google-cloud-gke_connect-gateway/lib/google-cloud-gke_connect-gateway.rb +++ b/google-cloud-gke_connect-gateway/lib/google-cloud-gke_connect-gateway.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_connect-gateway/lib/google/cloud/gke_connect/gateway.rb b/google-cloud-gke_connect-gateway/lib/google/cloud/gke_connect/gateway.rb index c1e62f3fb01a..a975b0a405d3 100644 --- a/google-cloud-gke_connect-gateway/lib/google/cloud/gke_connect/gateway.rb +++ b/google-cloud-gke_connect-gateway/lib/google/cloud/gke_connect/gateway.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_connect-gateway/test/google/cloud/gke_connect/gateway/client_test.rb b/google-cloud-gke_connect-gateway/test/google/cloud/gke_connect/gateway/client_test.rb index 7205a666687a..ebbd0c8f69e8 100644 --- a/google-cloud-gke_connect-gateway/test/google/cloud/gke_connect/gateway/client_test.rb +++ b/google-cloud-gke_connect-gateway/test/google/cloud/gke_connect/gateway/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_connect-gateway/test/google/cloud/gke_connect/gateway/version_test.rb b/google-cloud-gke_connect-gateway/test/google/cloud/gke_connect/gateway/version_test.rb index 10a6b4a0411b..1418abc86f24 100644 --- a/google-cloud-gke_connect-gateway/test/google/cloud/gke_connect/gateway/version_test.rb +++ b/google-cloud-gke_connect-gateway/test/google/cloud/gke_connect/gateway/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_connect-gateway/test/helper.rb b/google-cloud-gke_connect-gateway/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-gke_connect-gateway/test/helper.rb +++ b/google-cloud-gke_connect-gateway/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_hub/.owlbot-manifest.json b/google-cloud-gke_hub/.owlbot-manifest.json index abf428e0dd47..47b0d467e4d0 100644 --- a/google-cloud-gke_hub/.owlbot-manifest.json +++ b/google-cloud-gke_hub/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "lib/google/cloud/gke_hub/helpers.rb" ] } diff --git a/google-cloud-gke_hub/.toys.rb b/google-cloud-gke_hub/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-gke_hub/.toys.rb +++ b/google-cloud-gke_hub/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_hub/Gemfile b/google-cloud-gke_hub/Gemfile index b36bbdadaae0..daaf728401d7 100644 --- a/google-cloud-gke_hub/Gemfile +++ b/google-cloud-gke_hub/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-gke_hub/Rakefile b/google-cloud-gke_hub/Rakefile index fe0077851097..95a74fd051ba 100644 --- a/google-cloud-gke_hub/Rakefile +++ b/google-cloud-gke_hub/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_hub/lib/google-cloud-gke_hub.rb b/google-cloud-gke_hub/lib/google-cloud-gke_hub.rb index f86751441dc7..a79ba109340d 100644 --- a/google-cloud-gke_hub/lib/google-cloud-gke_hub.rb +++ b/google-cloud-gke_hub/lib/google-cloud-gke_hub.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_hub/lib/google/cloud/gke_hub.rb b/google-cloud-gke_hub/lib/google/cloud/gke_hub.rb index b653c7249b74..2d71cf977dab 100644 --- a/google-cloud-gke_hub/lib/google/cloud/gke_hub.rb +++ b/google-cloud-gke_hub/lib/google/cloud/gke_hub.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_hub/test/google/cloud/gke_hub/client_test.rb b/google-cloud-gke_hub/test/google/cloud/gke_hub/client_test.rb index b8e07ed5bc60..9b76abf53e38 100644 --- a/google-cloud-gke_hub/test/google/cloud/gke_hub/client_test.rb +++ b/google-cloud-gke_hub/test/google/cloud/gke_hub/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_hub/test/google/cloud/gke_hub/version_test.rb b/google-cloud-gke_hub/test/google/cloud/gke_hub/version_test.rb index dea3842b3989..86b65b5664a8 100644 --- a/google-cloud-gke_hub/test/google/cloud/gke_hub/version_test.rb +++ b/google-cloud-gke_hub/test/google/cloud/gke_hub/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_hub/test/helper.rb b/google-cloud-gke_hub/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-gke_hub/test/helper.rb +++ b/google-cloud-gke_hub/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_multi_cloud/.owlbot-manifest.json b/google-cloud-gke_multi_cloud/.owlbot-manifest.json index 4d444dacc7b3..9d84d36bf66c 100644 --- a/google-cloud-gke_multi_cloud/.owlbot-manifest.json +++ b/google-cloud-gke_multi_cloud/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-gke_multi_cloud/.toys.rb b/google-cloud-gke_multi_cloud/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-gke_multi_cloud/.toys.rb +++ b/google-cloud-gke_multi_cloud/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_multi_cloud/Gemfile b/google-cloud-gke_multi_cloud/Gemfile index 846f0991face..dad4a9a96c93 100644 --- a/google-cloud-gke_multi_cloud/Gemfile +++ b/google-cloud-gke_multi_cloud/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-gke_multi_cloud/Rakefile b/google-cloud-gke_multi_cloud/Rakefile index d9c95749635c..4e789fdb43e6 100644 --- a/google-cloud-gke_multi_cloud/Rakefile +++ b/google-cloud-gke_multi_cloud/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_multi_cloud/lib/google-cloud-gke_multi_cloud.rb b/google-cloud-gke_multi_cloud/lib/google-cloud-gke_multi_cloud.rb index 05e000cb2cf8..45f19044dd4e 100644 --- a/google-cloud-gke_multi_cloud/lib/google-cloud-gke_multi_cloud.rb +++ b/google-cloud-gke_multi_cloud/lib/google-cloud-gke_multi_cloud.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_multi_cloud/lib/google/cloud/gke_multi_cloud.rb b/google-cloud-gke_multi_cloud/lib/google/cloud/gke_multi_cloud.rb index 882ac6792d6f..5c0b149efa18 100644 --- a/google-cloud-gke_multi_cloud/lib/google/cloud/gke_multi_cloud.rb +++ b/google-cloud-gke_multi_cloud/lib/google/cloud/gke_multi_cloud.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_multi_cloud/test/google/cloud/gke_multi_cloud/client_test.rb b/google-cloud-gke_multi_cloud/test/google/cloud/gke_multi_cloud/client_test.rb index 8a2124f5aa11..2e0e6a176af3 100644 --- a/google-cloud-gke_multi_cloud/test/google/cloud/gke_multi_cloud/client_test.rb +++ b/google-cloud-gke_multi_cloud/test/google/cloud/gke_multi_cloud/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_multi_cloud/test/google/cloud/gke_multi_cloud/version_test.rb b/google-cloud-gke_multi_cloud/test/google/cloud/gke_multi_cloud/version_test.rb index e6f95d3eeaad..4b1616f09525 100644 --- a/google-cloud-gke_multi_cloud/test/google/cloud/gke_multi_cloud/version_test.rb +++ b/google-cloud-gke_multi_cloud/test/google/cloud/gke_multi_cloud/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_multi_cloud/test/helper.rb b/google-cloud-gke_multi_cloud/test/helper.rb index 8d97e8142b62..4fb6756ac7e2 100644 --- a/google-cloud-gke_multi_cloud/test/helper.rb +++ b/google-cloud-gke_multi_cloud/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_recommender/.owlbot-manifest.json b/google-cloud-gke_recommender/.owlbot-manifest.json index 401ff7e21b61..35f1b178eda0 100644 --- a/google-cloud-gke_recommender/.owlbot-manifest.json +++ b/google-cloud-gke_recommender/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-gke_recommender/.toys.rb b/google-cloud-gke_recommender/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-gke_recommender/.toys.rb +++ b/google-cloud-gke_recommender/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_recommender/Gemfile b/google-cloud-gke_recommender/Gemfile index ccfe482f68b1..4a4f85cecb49 100644 --- a/google-cloud-gke_recommender/Gemfile +++ b/google-cloud-gke_recommender/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-cloud-gke_recommender/Rakefile b/google-cloud-gke_recommender/Rakefile index ff834fbdde7b..88e60b8ebaaf 100644 --- a/google-cloud-gke_recommender/Rakefile +++ b/google-cloud-gke_recommender/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_recommender/lib/google-cloud-gke_recommender.rb b/google-cloud-gke_recommender/lib/google-cloud-gke_recommender.rb index 4d1b51c517e0..08e74fa70f8d 100644 --- a/google-cloud-gke_recommender/lib/google-cloud-gke_recommender.rb +++ b/google-cloud-gke_recommender/lib/google-cloud-gke_recommender.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_recommender/lib/google/cloud/gke_recommender.rb b/google-cloud-gke_recommender/lib/google/cloud/gke_recommender.rb index 57ea7b3b1497..6630cf8c5d2e 100644 --- a/google-cloud-gke_recommender/lib/google/cloud/gke_recommender.rb +++ b/google-cloud-gke_recommender/lib/google/cloud/gke_recommender.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_recommender/test/google/cloud/gke_recommender/client_test.rb b/google-cloud-gke_recommender/test/google/cloud/gke_recommender/client_test.rb index ae95918476e9..7692b87ccb79 100644 --- a/google-cloud-gke_recommender/test/google/cloud/gke_recommender/client_test.rb +++ b/google-cloud-gke_recommender/test/google/cloud/gke_recommender/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_recommender/test/google/cloud/gke_recommender/version_test.rb b/google-cloud-gke_recommender/test/google/cloud/gke_recommender/version_test.rb index 22890f14bf38..c7e52a923621 100644 --- a/google-cloud-gke_recommender/test/google/cloud/gke_recommender/version_test.rb +++ b/google-cloud-gke_recommender/test/google/cloud/gke_recommender/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-cloud-gke_recommender/test/helper.rb b/google-cloud-gke_recommender/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-gke_recommender/test/helper.rb +++ b/google-cloud-gke_recommender/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.