diff --git a/google-cloud-service_directory/.owlbot-manifest.json b/google-cloud-service_directory/.owlbot-manifest.json index e4b7f312a0b8..f61f82906314 100644 --- a/google-cloud-service_directory/.owlbot-manifest.json +++ b/google-cloud-service_directory/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "samples/Gemfile", "samples/README.md", "samples/Rakefile", diff --git a/google-cloud-service_directory/.toys.rb b/google-cloud-service_directory/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-service_directory/.toys.rb +++ b/google-cloud-service_directory/.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-service_directory/Gemfile b/google-cloud-service_directory/Gemfile index 67e71c567761..6d4a2b2cae23 100644 --- a/google-cloud-service_directory/Gemfile +++ b/google-cloud-service_directory/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-service_directory/Rakefile b/google-cloud-service_directory/Rakefile index b693154d0f27..5f61826a54c2 100644 --- a/google-cloud-service_directory/Rakefile +++ b/google-cloud-service_directory/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-service_directory/lib/google-cloud-service_directory.rb b/google-cloud-service_directory/lib/google-cloud-service_directory.rb index f4439dad10ca..9a929a292c4e 100644 --- a/google-cloud-service_directory/lib/google-cloud-service_directory.rb +++ b/google-cloud-service_directory/lib/google-cloud-service_directory.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-service_directory/lib/google/cloud/service_directory.rb b/google-cloud-service_directory/lib/google/cloud/service_directory.rb index 701b7fa10641..1aa2dc4f137d 100644 --- a/google-cloud-service_directory/lib/google/cloud/service_directory.rb +++ b/google-cloud-service_directory/lib/google/cloud/service_directory.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-service_directory/test/google/cloud/service_directory/client_test.rb b/google-cloud-service_directory/test/google/cloud/service_directory/client_test.rb index a67e89ed75d4..7941a5658684 100644 --- a/google-cloud-service_directory/test/google/cloud/service_directory/client_test.rb +++ b/google-cloud-service_directory/test/google/cloud/service_directory/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-service_directory/test/google/cloud/service_directory/version_test.rb b/google-cloud-service_directory/test/google/cloud/service_directory/version_test.rb index efabc8a78192..48443f14fd08 100644 --- a/google-cloud-service_directory/test/google/cloud/service_directory/version_test.rb +++ b/google-cloud-service_directory/test/google/cloud/service_directory/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-service_directory/test/helper.rb b/google-cloud-service_directory/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-service_directory/test/helper.rb +++ b/google-cloud-service_directory/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-service_health/.owlbot-manifest.json b/google-cloud-service_health/.owlbot-manifest.json index 81864576acb3..0566f2df804c 100644 --- a/google-cloud-service_health/.owlbot-manifest.json +++ b/google-cloud-service_health/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-service_health/.toys.rb b/google-cloud-service_health/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-service_health/.toys.rb +++ b/google-cloud-service_health/.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-service_health/Gemfile b/google-cloud-service_health/Gemfile index 745c24b0f9ba..941eb3605329 100644 --- a/google-cloud-service_health/Gemfile +++ b/google-cloud-service_health/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-service_health/Rakefile b/google-cloud-service_health/Rakefile index 3c3ed6704a25..513b267b91df 100644 --- a/google-cloud-service_health/Rakefile +++ b/google-cloud-service_health/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-service_health/lib/google-cloud-service_health.rb b/google-cloud-service_health/lib/google-cloud-service_health.rb index d93402c7eb70..6473fb0d7347 100644 --- a/google-cloud-service_health/lib/google-cloud-service_health.rb +++ b/google-cloud-service_health/lib/google-cloud-service_health.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-service_health/lib/google/cloud/service_health.rb b/google-cloud-service_health/lib/google/cloud/service_health.rb index abbbd2f1749a..af201099ee5c 100644 --- a/google-cloud-service_health/lib/google/cloud/service_health.rb +++ b/google-cloud-service_health/lib/google/cloud/service_health.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-service_health/test/google/cloud/service_health/client_test.rb b/google-cloud-service_health/test/google/cloud/service_health/client_test.rb index 867710770d0a..92548457f812 100644 --- a/google-cloud-service_health/test/google/cloud/service_health/client_test.rb +++ b/google-cloud-service_health/test/google/cloud/service_health/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-service_health/test/google/cloud/service_health/version_test.rb b/google-cloud-service_health/test/google/cloud/service_health/version_test.rb index 02d9ac3cf7e6..991a9a168e26 100644 --- a/google-cloud-service_health/test/google/cloud/service_health/version_test.rb +++ b/google-cloud-service_health/test/google/cloud/service_health/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-service_health/test/helper.rb b/google-cloud-service_health/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-service_health/test/helper.rb +++ b/google-cloud-service_health/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-service_management/.owlbot-manifest.json b/google-cloud-service_management/.owlbot-manifest.json index bbfc140b968a..455fde7ddb35 100644 --- a/google-cloud-service_management/.owlbot-manifest.json +++ b/google-cloud-service_management/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-service_management/.toys.rb b/google-cloud-service_management/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-service_management/.toys.rb +++ b/google-cloud-service_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-service_management/Gemfile b/google-cloud-service_management/Gemfile index 3c4681897a7d..d536f623bed2 100644 --- a/google-cloud-service_management/Gemfile +++ b/google-cloud-service_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-service_management/Rakefile b/google-cloud-service_management/Rakefile index 0d35f14ea7ab..e0441b854e55 100644 --- a/google-cloud-service_management/Rakefile +++ b/google-cloud-service_management/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-service_management/lib/google-cloud-service_management.rb b/google-cloud-service_management/lib/google-cloud-service_management.rb index 4787fd038389..74dc8ec8ff7a 100644 --- a/google-cloud-service_management/lib/google-cloud-service_management.rb +++ b/google-cloud-service_management/lib/google-cloud-service_management.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-service_management/lib/google/cloud/service_management.rb b/google-cloud-service_management/lib/google/cloud/service_management.rb index 7c2bc4b04462..eaf6e6d69e85 100644 --- a/google-cloud-service_management/lib/google/cloud/service_management.rb +++ b/google-cloud-service_management/lib/google/cloud/service_management.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-service_management/test/google/cloud/service_management/client_test.rb b/google-cloud-service_management/test/google/cloud/service_management/client_test.rb index 630a0b4c1aad..d8c1283ed934 100644 --- a/google-cloud-service_management/test/google/cloud/service_management/client_test.rb +++ b/google-cloud-service_management/test/google/cloud/service_management/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-service_management/test/google/cloud/service_management/version_test.rb b/google-cloud-service_management/test/google/cloud/service_management/version_test.rb index f050af7b40eb..ab669116ace9 100644 --- a/google-cloud-service_management/test/google/cloud/service_management/version_test.rb +++ b/google-cloud-service_management/test/google/cloud/service_management/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-service_management/test/helper.rb b/google-cloud-service_management/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-service_management/test/helper.rb +++ b/google-cloud-service_management/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-service_usage/.owlbot-manifest.json b/google-cloud-service_usage/.owlbot-manifest.json index d5e551ef32d1..6964f246fa15 100644 --- a/google-cloud-service_usage/.owlbot-manifest.json +++ b/google-cloud-service_usage/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-service_usage/.toys.rb b/google-cloud-service_usage/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-service_usage/.toys.rb +++ b/google-cloud-service_usage/.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-service_usage/Gemfile b/google-cloud-service_usage/Gemfile index 6ab7e2404ee4..3283a8afaafd 100644 --- a/google-cloud-service_usage/Gemfile +++ b/google-cloud-service_usage/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-service_usage/Rakefile b/google-cloud-service_usage/Rakefile index 72ac01f29092..d8c8010cf570 100644 --- a/google-cloud-service_usage/Rakefile +++ b/google-cloud-service_usage/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-service_usage/lib/google-cloud-service_usage.rb b/google-cloud-service_usage/lib/google-cloud-service_usage.rb index a337f3cb99ca..86fbd5472280 100644 --- a/google-cloud-service_usage/lib/google-cloud-service_usage.rb +++ b/google-cloud-service_usage/lib/google-cloud-service_usage.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-service_usage/lib/google/cloud/service_usage.rb b/google-cloud-service_usage/lib/google/cloud/service_usage.rb index 2881d66fb1ac..91c0e2a4c589 100644 --- a/google-cloud-service_usage/lib/google/cloud/service_usage.rb +++ b/google-cloud-service_usage/lib/google/cloud/service_usage.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-service_usage/test/google/cloud/service_usage/client_test.rb b/google-cloud-service_usage/test/google/cloud/service_usage/client_test.rb index 0c9eb366b6e1..92d947379bf2 100644 --- a/google-cloud-service_usage/test/google/cloud/service_usage/client_test.rb +++ b/google-cloud-service_usage/test/google/cloud/service_usage/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-service_usage/test/google/cloud/service_usage/version_test.rb b/google-cloud-service_usage/test/google/cloud/service_usage/version_test.rb index 728bc1d98ca9..409953e40d75 100644 --- a/google-cloud-service_usage/test/google/cloud/service_usage/version_test.rb +++ b/google-cloud-service_usage/test/google/cloud/service_usage/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-service_usage/test/helper.rb b/google-cloud-service_usage/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-service_usage/test/helper.rb +++ b/google-cloud-service_usage/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-shell/.owlbot-manifest.json b/google-cloud-shell/.owlbot-manifest.json index fec087c10754..9b60fd118887 100644 --- a/google-cloud-shell/.owlbot-manifest.json +++ b/google-cloud-shell/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-shell/.toys.rb b/google-cloud-shell/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-shell/.toys.rb +++ b/google-cloud-shell/.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-shell/Gemfile b/google-cloud-shell/Gemfile index 103087535465..fedf71f53a00 100644 --- a/google-cloud-shell/Gemfile +++ b/google-cloud-shell/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-shell/Rakefile b/google-cloud-shell/Rakefile index cc3335077f17..23c3e88eb7dc 100644 --- a/google-cloud-shell/Rakefile +++ b/google-cloud-shell/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-shell/lib/google-cloud-shell.rb b/google-cloud-shell/lib/google-cloud-shell.rb index a55d4a262448..754f151305c5 100644 --- a/google-cloud-shell/lib/google-cloud-shell.rb +++ b/google-cloud-shell/lib/google-cloud-shell.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-shell/lib/google/cloud/shell.rb b/google-cloud-shell/lib/google/cloud/shell.rb index 761176bbd0f7..91088e420658 100644 --- a/google-cloud-shell/lib/google/cloud/shell.rb +++ b/google-cloud-shell/lib/google/cloud/shell.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-shell/test/google/cloud/shell/client_test.rb b/google-cloud-shell/test/google/cloud/shell/client_test.rb index 15463556ab04..7ecacb6ed075 100644 --- a/google-cloud-shell/test/google/cloud/shell/client_test.rb +++ b/google-cloud-shell/test/google/cloud/shell/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-shell/test/google/cloud/shell/version_test.rb b/google-cloud-shell/test/google/cloud/shell/version_test.rb index ba19fa8eeafc..373ffebae56e 100644 --- a/google-cloud-shell/test/google/cloud/shell/version_test.rb +++ b/google-cloud-shell/test/google/cloud/shell/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-shell/test/helper.rb b/google-cloud-shell/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-shell/test/helper.rb +++ b/google-cloud-shell/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-speech/.owlbot-manifest.json b/google-cloud-speech/.owlbot-manifest.json index 74bc30f9b6a6..0c1b66f684e2 100644 --- a/google-cloud-speech/.owlbot-manifest.json +++ b/google-cloud-speech/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "acceptance/data", "acceptance/google/cloud/speech/speech_smoke_test.rb", diff --git a/google-cloud-speech/.toys.rb b/google-cloud-speech/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-speech/.toys.rb +++ b/google-cloud-speech/.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-speech/Gemfile b/google-cloud-speech/Gemfile index 3cc64925dc70..4025deff9f7b 100644 --- a/google-cloud-speech/Gemfile +++ b/google-cloud-speech/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-speech/Rakefile b/google-cloud-speech/Rakefile index 66f69a72ed72..a64a3f4579b4 100644 --- a/google-cloud-speech/Rakefile +++ b/google-cloud-speech/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-speech/lib/google-cloud-speech.rb b/google-cloud-speech/lib/google-cloud-speech.rb index c373d0fe97e7..7617a12e0482 100644 --- a/google-cloud-speech/lib/google-cloud-speech.rb +++ b/google-cloud-speech/lib/google-cloud-speech.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-speech/lib/google/cloud/speech.rb b/google-cloud-speech/lib/google/cloud/speech.rb index e9e80e452eba..9946d7f1123b 100644 --- a/google-cloud-speech/lib/google/cloud/speech.rb +++ b/google-cloud-speech/lib/google/cloud/speech.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-speech/test/google/cloud/speech/client_test.rb b/google-cloud-speech/test/google/cloud/speech/client_test.rb index 520e14700ca7..5c10bd371ab2 100644 --- a/google-cloud-speech/test/google/cloud/speech/client_test.rb +++ b/google-cloud-speech/test/google/cloud/speech/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-speech/test/google/cloud/speech/version_test.rb b/google-cloud-speech/test/google/cloud/speech/version_test.rb index 4212b98b47bd..40d0476c60d9 100644 --- a/google-cloud-speech/test/google/cloud/speech/version_test.rb +++ b/google-cloud-speech/test/google/cloud/speech/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-speech/test/helper.rb b/google-cloud-speech/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-speech/test/helper.rb +++ b/google-cloud-speech/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-storage-control/.owlbot-manifest.json b/google-cloud-storage-control/.owlbot-manifest.json index e4f08b047973..b25b5502ba90 100644 --- a/google-cloud-storage-control/.owlbot-manifest.json +++ b/google-cloud-storage-control/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "samples/.rubocop.yml", "samples/Gemfile", "samples/Rakefile", diff --git a/google-cloud-storage-control/.toys.rb b/google-cloud-storage-control/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-storage-control/.toys.rb +++ b/google-cloud-storage-control/.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-storage-control/Gemfile b/google-cloud-storage-control/Gemfile index fe3652e89933..f041349cb4a4 100644 --- a/google-cloud-storage-control/Gemfile +++ b/google-cloud-storage-control/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-storage-control/Rakefile b/google-cloud-storage-control/Rakefile index 2638a5afaed8..002cbc4cd2dc 100644 --- a/google-cloud-storage-control/Rakefile +++ b/google-cloud-storage-control/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-storage-control/lib/google-cloud-storage-control.rb b/google-cloud-storage-control/lib/google-cloud-storage-control.rb index cd77beb6d21b..0888e72f0d2c 100644 --- a/google-cloud-storage-control/lib/google-cloud-storage-control.rb +++ b/google-cloud-storage-control/lib/google-cloud-storage-control.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-storage-control/lib/google/cloud/storage/control.rb b/google-cloud-storage-control/lib/google/cloud/storage/control.rb index b64b1e0d58a0..ad7bcd23b44a 100644 --- a/google-cloud-storage-control/lib/google/cloud/storage/control.rb +++ b/google-cloud-storage-control/lib/google/cloud/storage/control.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-storage-control/test/google/cloud/storage/control/client_test.rb b/google-cloud-storage-control/test/google/cloud/storage/control/client_test.rb index 6eca1cb9b864..267bfe276755 100644 --- a/google-cloud-storage-control/test/google/cloud/storage/control/client_test.rb +++ b/google-cloud-storage-control/test/google/cloud/storage/control/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-storage-control/test/google/cloud/storage/control/version_test.rb b/google-cloud-storage-control/test/google/cloud/storage/control/version_test.rb index a12bfdfa6c25..6eca389ddb38 100644 --- a/google-cloud-storage-control/test/google/cloud/storage/control/version_test.rb +++ b/google-cloud-storage-control/test/google/cloud/storage/control/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-storage-control/test/helper.rb b/google-cloud-storage-control/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-storage-control/test/helper.rb +++ b/google-cloud-storage-control/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-storage_batch_operations/.owlbot-manifest.json b/google-cloud-storage_batch_operations/.owlbot-manifest.json index 42cc8b3fcef0..2affb24c39c8 100644 --- a/google-cloud-storage_batch_operations/.owlbot-manifest.json +++ b/google-cloud-storage_batch_operations/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "samples/.rubocop.yml", "samples/Gemfile", "samples/Rakefile", diff --git a/google-cloud-storage_batch_operations/.toys.rb b/google-cloud-storage_batch_operations/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-storage_batch_operations/.toys.rb +++ b/google-cloud-storage_batch_operations/.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-storage_batch_operations/Gemfile b/google-cloud-storage_batch_operations/Gemfile index 5382d0310d65..4e685759efbb 100644 --- a/google-cloud-storage_batch_operations/Gemfile +++ b/google-cloud-storage_batch_operations/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-storage_batch_operations/Rakefile b/google-cloud-storage_batch_operations/Rakefile index 8168266c1f76..957920d600e9 100644 --- a/google-cloud-storage_batch_operations/Rakefile +++ b/google-cloud-storage_batch_operations/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-storage_batch_operations/lib/google-cloud-storage_batch_operations.rb b/google-cloud-storage_batch_operations/lib/google-cloud-storage_batch_operations.rb index 917e8ec703ba..260cdf09fe25 100644 --- a/google-cloud-storage_batch_operations/lib/google-cloud-storage_batch_operations.rb +++ b/google-cloud-storage_batch_operations/lib/google-cloud-storage_batch_operations.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-storage_batch_operations/lib/google/cloud/storage_batch_operations.rb b/google-cloud-storage_batch_operations/lib/google/cloud/storage_batch_operations.rb index 0279844369cf..93ba97fa9da7 100644 --- a/google-cloud-storage_batch_operations/lib/google/cloud/storage_batch_operations.rb +++ b/google-cloud-storage_batch_operations/lib/google/cloud/storage_batch_operations.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-storage_batch_operations/test/google/cloud/storage_batch_operations/client_test.rb b/google-cloud-storage_batch_operations/test/google/cloud/storage_batch_operations/client_test.rb index 6d1e1aa0f476..20efb32cfd96 100644 --- a/google-cloud-storage_batch_operations/test/google/cloud/storage_batch_operations/client_test.rb +++ b/google-cloud-storage_batch_operations/test/google/cloud/storage_batch_operations/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-storage_batch_operations/test/google/cloud/storage_batch_operations/version_test.rb b/google-cloud-storage_batch_operations/test/google/cloud/storage_batch_operations/version_test.rb index a28cd51d7773..c7ace9eea8a0 100644 --- a/google-cloud-storage_batch_operations/test/google/cloud/storage_batch_operations/version_test.rb +++ b/google-cloud-storage_batch_operations/test/google/cloud/storage_batch_operations/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-storage_batch_operations/test/helper.rb b/google-cloud-storage_batch_operations/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-storage_batch_operations/test/helper.rb +++ b/google-cloud-storage_batch_operations/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-storage_insights/.owlbot-manifest.json b/google-cloud-storage_insights/.owlbot-manifest.json index 1f002ebe01d7..d16d80465f7b 100644 --- a/google-cloud-storage_insights/.owlbot-manifest.json +++ b/google-cloud-storage_insights/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-storage_insights/.toys.rb b/google-cloud-storage_insights/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-storage_insights/.toys.rb +++ b/google-cloud-storage_insights/.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-storage_insights/Gemfile b/google-cloud-storage_insights/Gemfile index a9dd04240451..9c0af06c089f 100644 --- a/google-cloud-storage_insights/Gemfile +++ b/google-cloud-storage_insights/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-storage_insights/Rakefile b/google-cloud-storage_insights/Rakefile index 2cf33f7a6907..f47ea202be72 100644 --- a/google-cloud-storage_insights/Rakefile +++ b/google-cloud-storage_insights/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-storage_insights/lib/google-cloud-storage_insights.rb b/google-cloud-storage_insights/lib/google-cloud-storage_insights.rb index 596cc10597c1..47982e03c47a 100644 --- a/google-cloud-storage_insights/lib/google-cloud-storage_insights.rb +++ b/google-cloud-storage_insights/lib/google-cloud-storage_insights.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-storage_insights/lib/google/cloud/storage_insights.rb b/google-cloud-storage_insights/lib/google/cloud/storage_insights.rb index 2cacfff239f7..8522043b29e8 100644 --- a/google-cloud-storage_insights/lib/google/cloud/storage_insights.rb +++ b/google-cloud-storage_insights/lib/google/cloud/storage_insights.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-storage_insights/test/google/cloud/storage_insights/client_test.rb b/google-cloud-storage_insights/test/google/cloud/storage_insights/client_test.rb index c7a17273ad19..c0ef342fc956 100644 --- a/google-cloud-storage_insights/test/google/cloud/storage_insights/client_test.rb +++ b/google-cloud-storage_insights/test/google/cloud/storage_insights/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-storage_insights/test/google/cloud/storage_insights/version_test.rb b/google-cloud-storage_insights/test/google/cloud/storage_insights/version_test.rb index f11041b8963f..377eba280e23 100644 --- a/google-cloud-storage_insights/test/google/cloud/storage_insights/version_test.rb +++ b/google-cloud-storage_insights/test/google/cloud/storage_insights/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-storage_insights/test/helper.rb b/google-cloud-storage_insights/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-storage_insights/test/helper.rb +++ b/google-cloud-storage_insights/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-storage_transfer/.owlbot-manifest.json b/google-cloud-storage_transfer/.owlbot-manifest.json index 1a4a721789b5..8cf8d56cf763 100644 --- a/google-cloud-storage_transfer/.owlbot-manifest.json +++ b/google-cloud-storage_transfer/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "samples/Gemfile", "samples/Rakefile", "samples/acceptance/check_latest_transfer_operation_test.rb", diff --git a/google-cloud-storage_transfer/.toys.rb b/google-cloud-storage_transfer/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-storage_transfer/.toys.rb +++ b/google-cloud-storage_transfer/.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-storage_transfer/Gemfile b/google-cloud-storage_transfer/Gemfile index 1aef1feddf65..2681ef6f93dd 100644 --- a/google-cloud-storage_transfer/Gemfile +++ b/google-cloud-storage_transfer/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-storage_transfer/Rakefile b/google-cloud-storage_transfer/Rakefile index de5e9e87d222..49a364a2e36b 100644 --- a/google-cloud-storage_transfer/Rakefile +++ b/google-cloud-storage_transfer/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-storage_transfer/lib/google-cloud-storage_transfer.rb b/google-cloud-storage_transfer/lib/google-cloud-storage_transfer.rb index 7f63e408801a..15f5df7179d7 100644 --- a/google-cloud-storage_transfer/lib/google-cloud-storage_transfer.rb +++ b/google-cloud-storage_transfer/lib/google-cloud-storage_transfer.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-storage_transfer/lib/google/cloud/storage_transfer.rb b/google-cloud-storage_transfer/lib/google/cloud/storage_transfer.rb index 1465f5022763..67e322d27bc9 100644 --- a/google-cloud-storage_transfer/lib/google/cloud/storage_transfer.rb +++ b/google-cloud-storage_transfer/lib/google/cloud/storage_transfer.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-storage_transfer/test/google/cloud/storage_transfer/client_test.rb b/google-cloud-storage_transfer/test/google/cloud/storage_transfer/client_test.rb index 48a4be20ce56..384d4f265bd0 100644 --- a/google-cloud-storage_transfer/test/google/cloud/storage_transfer/client_test.rb +++ b/google-cloud-storage_transfer/test/google/cloud/storage_transfer/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-storage_transfer/test/google/cloud/storage_transfer/version_test.rb b/google-cloud-storage_transfer/test/google/cloud/storage_transfer/version_test.rb index 0941d446515f..16201e62b6f0 100644 --- a/google-cloud-storage_transfer/test/google/cloud/storage_transfer/version_test.rb +++ b/google-cloud-storage_transfer/test/google/cloud/storage_transfer/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-storage_transfer/test/helper.rb b/google-cloud-storage_transfer/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-storage_transfer/test/helper.rb +++ b/google-cloud-storage_transfer/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-support/.owlbot-manifest.json b/google-cloud-support/.owlbot-manifest.json index 00622bc90ff2..5c9166b38cad 100644 --- a/google-cloud-support/.owlbot-manifest.json +++ b/google-cloud-support/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-support/.toys.rb b/google-cloud-support/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-support/.toys.rb +++ b/google-cloud-support/.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-support/Gemfile b/google-cloud-support/Gemfile index 2f9b99253132..6e49812b798c 100644 --- a/google-cloud-support/Gemfile +++ b/google-cloud-support/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-support/Rakefile b/google-cloud-support/Rakefile index 2c0fee1c0951..da0a2d865834 100644 --- a/google-cloud-support/Rakefile +++ b/google-cloud-support/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-support/lib/google-cloud-support.rb b/google-cloud-support/lib/google-cloud-support.rb index 395f4cf92e7b..ff0e8c67c079 100644 --- a/google-cloud-support/lib/google-cloud-support.rb +++ b/google-cloud-support/lib/google-cloud-support.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-support/lib/google/cloud/support.rb b/google-cloud-support/lib/google/cloud/support.rb index cb46bbc8430d..db6a72b9275d 100644 --- a/google-cloud-support/lib/google/cloud/support.rb +++ b/google-cloud-support/lib/google/cloud/support.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-support/test/google/cloud/support/client_test.rb b/google-cloud-support/test/google/cloud/support/client_test.rb index 78fd6bedd086..d32234277298 100644 --- a/google-cloud-support/test/google/cloud/support/client_test.rb +++ b/google-cloud-support/test/google/cloud/support/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-support/test/google/cloud/support/version_test.rb b/google-cloud-support/test/google/cloud/support/version_test.rb index ffc6dd2f2cf0..0ec07616c6b0 100644 --- a/google-cloud-support/test/google/cloud/support/version_test.rb +++ b/google-cloud-support/test/google/cloud/support/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-support/test/helper.rb b/google-cloud-support/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-support/test/helper.rb +++ b/google-cloud-support/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-talent/.owlbot-manifest.json b/google-cloud-talent/.owlbot-manifest.json index 939051fd684a..a5fb2accec16 100644 --- a/google-cloud-talent/.owlbot-manifest.json +++ b/google-cloud-talent/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "acceptance/helper.rb", "acceptance/talent_smoke_test.rb" diff --git a/google-cloud-talent/.toys.rb b/google-cloud-talent/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-talent/.toys.rb +++ b/google-cloud-talent/.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-talent/Gemfile b/google-cloud-talent/Gemfile index 8fd7af784cbe..9325acf1cb9a 100644 --- a/google-cloud-talent/Gemfile +++ b/google-cloud-talent/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-talent/Rakefile b/google-cloud-talent/Rakefile index 57aac08233c7..a13788c6a6d4 100644 --- a/google-cloud-talent/Rakefile +++ b/google-cloud-talent/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-talent/lib/google-cloud-talent.rb b/google-cloud-talent/lib/google-cloud-talent.rb index c5b1798fe83f..aad607d12a14 100644 --- a/google-cloud-talent/lib/google-cloud-talent.rb +++ b/google-cloud-talent/lib/google-cloud-talent.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-talent/lib/google/cloud/talent.rb b/google-cloud-talent/lib/google/cloud/talent.rb index aa9e34e7f8c2..d12b04c21e74 100644 --- a/google-cloud-talent/lib/google/cloud/talent.rb +++ b/google-cloud-talent/lib/google/cloud/talent.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-talent/test/google/cloud/talent/client_test.rb b/google-cloud-talent/test/google/cloud/talent/client_test.rb index 2448cb15efec..fb322e55d9ba 100644 --- a/google-cloud-talent/test/google/cloud/talent/client_test.rb +++ b/google-cloud-talent/test/google/cloud/talent/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-talent/test/google/cloud/talent/version_test.rb b/google-cloud-talent/test/google/cloud/talent/version_test.rb index 436f7f683bd0..98c5a92372fb 100644 --- a/google-cloud-talent/test/google/cloud/talent/version_test.rb +++ b/google-cloud-talent/test/google/cloud/talent/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-talent/test/helper.rb b/google-cloud-talent/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-talent/test/helper.rb +++ b/google-cloud-talent/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-tasks/.owlbot-manifest.json b/google-cloud-tasks/.owlbot-manifest.json index b6b85e6c52ac..f2f0ae1994bd 100644 --- a/google-cloud-tasks/.owlbot-manifest.json +++ b/google-cloud-tasks/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "samples/Gemfile", "samples/README.md", diff --git a/google-cloud-tasks/.toys.rb b/google-cloud-tasks/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-tasks/.toys.rb +++ b/google-cloud-tasks/.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-tasks/Gemfile b/google-cloud-tasks/Gemfile index 70a17f2ca033..6fcbbea74a56 100644 --- a/google-cloud-tasks/Gemfile +++ b/google-cloud-tasks/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-tasks/Rakefile b/google-cloud-tasks/Rakefile index 700c201969ed..e99b19a2d841 100644 --- a/google-cloud-tasks/Rakefile +++ b/google-cloud-tasks/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-tasks/lib/google-cloud-tasks.rb b/google-cloud-tasks/lib/google-cloud-tasks.rb index 05098ab81f83..df59ff14f098 100644 --- a/google-cloud-tasks/lib/google-cloud-tasks.rb +++ b/google-cloud-tasks/lib/google-cloud-tasks.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-tasks/lib/google/cloud/tasks.rb b/google-cloud-tasks/lib/google/cloud/tasks.rb index 52ade459eb4d..c540b44f0650 100644 --- a/google-cloud-tasks/lib/google/cloud/tasks.rb +++ b/google-cloud-tasks/lib/google/cloud/tasks.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-tasks/test/google/cloud/tasks/client_test.rb b/google-cloud-tasks/test/google/cloud/tasks/client_test.rb index 719b49a37523..2ecc1556262b 100644 --- a/google-cloud-tasks/test/google/cloud/tasks/client_test.rb +++ b/google-cloud-tasks/test/google/cloud/tasks/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-tasks/test/google/cloud/tasks/version_test.rb b/google-cloud-tasks/test/google/cloud/tasks/version_test.rb index 226cc109875f..c09f853a2397 100644 --- a/google-cloud-tasks/test/google/cloud/tasks/version_test.rb +++ b/google-cloud-tasks/test/google/cloud/tasks/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-tasks/test/helper.rb b/google-cloud-tasks/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-tasks/test/helper.rb +++ b/google-cloud-tasks/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-telco_automation/.owlbot-manifest.json b/google-cloud-telco_automation/.owlbot-manifest.json index 63b7decd118a..431e30e015ca 100644 --- a/google-cloud-telco_automation/.owlbot-manifest.json +++ b/google-cloud-telco_automation/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-telco_automation/.toys.rb b/google-cloud-telco_automation/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-telco_automation/.toys.rb +++ b/google-cloud-telco_automation/.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-telco_automation/Gemfile b/google-cloud-telco_automation/Gemfile index d7b77597aaec..02186e1e1c0b 100644 --- a/google-cloud-telco_automation/Gemfile +++ b/google-cloud-telco_automation/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-telco_automation/Rakefile b/google-cloud-telco_automation/Rakefile index e226a1f59f67..cfe4d2f92b8f 100644 --- a/google-cloud-telco_automation/Rakefile +++ b/google-cloud-telco_automation/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-telco_automation/lib/google-cloud-telco_automation.rb b/google-cloud-telco_automation/lib/google-cloud-telco_automation.rb index 17636686bd98..f8582c59f5b2 100644 --- a/google-cloud-telco_automation/lib/google-cloud-telco_automation.rb +++ b/google-cloud-telco_automation/lib/google-cloud-telco_automation.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-telco_automation/lib/google/cloud/telco_automation.rb b/google-cloud-telco_automation/lib/google/cloud/telco_automation.rb index 03ef8d1a415c..78ea663532a4 100644 --- a/google-cloud-telco_automation/lib/google/cloud/telco_automation.rb +++ b/google-cloud-telco_automation/lib/google/cloud/telco_automation.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-telco_automation/test/google/cloud/telco_automation/client_test.rb b/google-cloud-telco_automation/test/google/cloud/telco_automation/client_test.rb index 3db6559d68a2..391875dee3c0 100644 --- a/google-cloud-telco_automation/test/google/cloud/telco_automation/client_test.rb +++ b/google-cloud-telco_automation/test/google/cloud/telco_automation/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-telco_automation/test/google/cloud/telco_automation/version_test.rb b/google-cloud-telco_automation/test/google/cloud/telco_automation/version_test.rb index 178450097577..dd854783785b 100644 --- a/google-cloud-telco_automation/test/google/cloud/telco_automation/version_test.rb +++ b/google-cloud-telco_automation/test/google/cloud/telco_automation/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-telco_automation/test/helper.rb b/google-cloud-telco_automation/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-telco_automation/test/helper.rb +++ b/google-cloud-telco_automation/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-text_to_speech/.owlbot-manifest.json b/google-cloud-text_to_speech/.owlbot-manifest.json index 880c10874a3c..fcec8c7f2f4c 100644 --- a/google-cloud-text_to_speech/.owlbot-manifest.json +++ b/google-cloud-text_to_speech/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "acceptance/helper.rb", "acceptance/tts_smoke_test.rb" diff --git a/google-cloud-text_to_speech/.toys.rb b/google-cloud-text_to_speech/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-text_to_speech/.toys.rb +++ b/google-cloud-text_to_speech/.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-text_to_speech/Gemfile b/google-cloud-text_to_speech/Gemfile index d4a3d6c0d027..e220f46aa7d0 100644 --- a/google-cloud-text_to_speech/Gemfile +++ b/google-cloud-text_to_speech/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-text_to_speech/Rakefile b/google-cloud-text_to_speech/Rakefile index 46ccd95c49f7..a2f1fe8dede2 100644 --- a/google-cloud-text_to_speech/Rakefile +++ b/google-cloud-text_to_speech/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-text_to_speech/lib/google-cloud-text_to_speech.rb b/google-cloud-text_to_speech/lib/google-cloud-text_to_speech.rb index fb8e584d62ea..c281c6815fb7 100644 --- a/google-cloud-text_to_speech/lib/google-cloud-text_to_speech.rb +++ b/google-cloud-text_to_speech/lib/google-cloud-text_to_speech.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-text_to_speech/lib/google/cloud/text_to_speech.rb b/google-cloud-text_to_speech/lib/google/cloud/text_to_speech.rb index fe6f9ba3a593..e90fe918df57 100644 --- a/google-cloud-text_to_speech/lib/google/cloud/text_to_speech.rb +++ b/google-cloud-text_to_speech/lib/google/cloud/text_to_speech.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-text_to_speech/test/google/cloud/text_to_speech/client_test.rb b/google-cloud-text_to_speech/test/google/cloud/text_to_speech/client_test.rb index 8a32ab2ab7ae..4306c2398264 100644 --- a/google-cloud-text_to_speech/test/google/cloud/text_to_speech/client_test.rb +++ b/google-cloud-text_to_speech/test/google/cloud/text_to_speech/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-text_to_speech/test/google/cloud/text_to_speech/version_test.rb b/google-cloud-text_to_speech/test/google/cloud/text_to_speech/version_test.rb index 7b8915ea455e..12c50a24d6d6 100644 --- a/google-cloud-text_to_speech/test/google/cloud/text_to_speech/version_test.rb +++ b/google-cloud-text_to_speech/test/google/cloud/text_to_speech/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-text_to_speech/test/helper.rb b/google-cloud-text_to_speech/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-text_to_speech/test/helper.rb +++ b/google-cloud-text_to_speech/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-tpu/.owlbot-manifest.json b/google-cloud-tpu/.owlbot-manifest.json index 1bf3967aabd7..4e2cfa291cee 100644 --- a/google-cloud-tpu/.owlbot-manifest.json +++ b/google-cloud-tpu/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-tpu/.toys.rb b/google-cloud-tpu/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-tpu/.toys.rb +++ b/google-cloud-tpu/.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-tpu/Gemfile b/google-cloud-tpu/Gemfile index b2067d26508d..90c26a8be12d 100644 --- a/google-cloud-tpu/Gemfile +++ b/google-cloud-tpu/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-tpu/Rakefile b/google-cloud-tpu/Rakefile index 08d6ba4d7262..3db6f8becfe3 100644 --- a/google-cloud-tpu/Rakefile +++ b/google-cloud-tpu/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-tpu/lib/google-cloud-tpu.rb b/google-cloud-tpu/lib/google-cloud-tpu.rb index 766607d423f1..99f9595ff472 100644 --- a/google-cloud-tpu/lib/google-cloud-tpu.rb +++ b/google-cloud-tpu/lib/google-cloud-tpu.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-tpu/lib/google/cloud/tpu.rb b/google-cloud-tpu/lib/google/cloud/tpu.rb index 673d3997a9d8..cb0025fedf16 100644 --- a/google-cloud-tpu/lib/google/cloud/tpu.rb +++ b/google-cloud-tpu/lib/google/cloud/tpu.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-tpu/test/google/cloud/tpu/client_test.rb b/google-cloud-tpu/test/google/cloud/tpu/client_test.rb index e99b7d2be4e0..add90e3eddd7 100644 --- a/google-cloud-tpu/test/google/cloud/tpu/client_test.rb +++ b/google-cloud-tpu/test/google/cloud/tpu/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-tpu/test/google/cloud/tpu/version_test.rb b/google-cloud-tpu/test/google/cloud/tpu/version_test.rb index 89df983787f9..71fff0353b98 100644 --- a/google-cloud-tpu/test/google/cloud/tpu/version_test.rb +++ b/google-cloud-tpu/test/google/cloud/tpu/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-tpu/test/helper.rb b/google-cloud-tpu/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-tpu/test/helper.rb +++ b/google-cloud-tpu/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-translate/.owlbot-manifest.json b/google-cloud-translate/.owlbot-manifest.json index e0c8067d33e2..6d1d66b7a571 100644 --- a/google-cloud-translate/.owlbot-manifest.json +++ b/google-cloud-translate/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "OVERVIEW.md", "acceptance/translate_v2_helper.rb", diff --git a/google-cloud-translate/.toys.rb b/google-cloud-translate/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-translate/.toys.rb +++ b/google-cloud-translate/.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-translate/Gemfile b/google-cloud-translate/Gemfile index e3e913428768..3cdae7b61ecd 100644 --- a/google-cloud-translate/Gemfile +++ b/google-cloud-translate/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-translate/Rakefile b/google-cloud-translate/Rakefile index cac42bbc29b2..fb853337ba0f 100644 --- a/google-cloud-translate/Rakefile +++ b/google-cloud-translate/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-translate/lib/google-cloud-translate.rb b/google-cloud-translate/lib/google-cloud-translate.rb index beea89e6347b..60bfba5fe0f8 100644 --- a/google-cloud-translate/lib/google-cloud-translate.rb +++ b/google-cloud-translate/lib/google-cloud-translate.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-translate/lib/google/cloud/translate.rb b/google-cloud-translate/lib/google/cloud/translate.rb index 8f443b26c797..8b7f353de3ef 100644 --- a/google-cloud-translate/lib/google/cloud/translate.rb +++ b/google-cloud-translate/lib/google/cloud/translate.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-translate/test/google/cloud/translate/client_test.rb b/google-cloud-translate/test/google/cloud/translate/client_test.rb index 58e9d848e686..7c39809ff7a3 100644 --- a/google-cloud-translate/test/google/cloud/translate/client_test.rb +++ b/google-cloud-translate/test/google/cloud/translate/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-translate/test/google/cloud/translate/version_test.rb b/google-cloud-translate/test/google/cloud/translate/version_test.rb index 235ba65f351e..3b69563e0077 100644 --- a/google-cloud-translate/test/google/cloud/translate/version_test.rb +++ b/google-cloud-translate/test/google/cloud/translate/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-translate/test/helper.rb b/google-cloud-translate/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-translate/test/helper.rb +++ b/google-cloud-translate/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-vector_search/.owlbot-manifest.json b/google-cloud-vector_search/.owlbot-manifest.json index b9326510a528..eadcaf411502 100644 --- a/google-cloud-vector_search/.owlbot-manifest.json +++ b/google-cloud-vector_search/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-vector_search/Gemfile b/google-cloud-vector_search/Gemfile index 0f0e6ff6c2b1..474297958514 100644 --- a/google-cloud-vector_search/Gemfile +++ b/google-cloud-vector_search/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-video-live_stream/.owlbot-manifest.json b/google-cloud-video-live_stream/.owlbot-manifest.json index 9cf5147388bd..733c63e0d699 100644 --- a/google-cloud-video-live_stream/.owlbot-manifest.json +++ b/google-cloud-video-live_stream/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "samples/Gemfile", "samples/Rakefile", "samples/acceptance/asset_definition.rb", diff --git a/google-cloud-video-live_stream/.toys.rb b/google-cloud-video-live_stream/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-video-live_stream/.toys.rb +++ b/google-cloud-video-live_stream/.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-video-live_stream/Gemfile b/google-cloud-video-live_stream/Gemfile index 0dea3aac84ba..c257c3efc4be 100644 --- a/google-cloud-video-live_stream/Gemfile +++ b/google-cloud-video-live_stream/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-video-live_stream/Rakefile b/google-cloud-video-live_stream/Rakefile index 3d4eec9249c3..40d0c1a44af9 100644 --- a/google-cloud-video-live_stream/Rakefile +++ b/google-cloud-video-live_stream/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-video-live_stream/lib/google-cloud-video-live_stream.rb b/google-cloud-video-live_stream/lib/google-cloud-video-live_stream.rb index 8efc794a1f19..3807169d52ba 100644 --- a/google-cloud-video-live_stream/lib/google-cloud-video-live_stream.rb +++ b/google-cloud-video-live_stream/lib/google-cloud-video-live_stream.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-video-live_stream/lib/google/cloud/video/live_stream.rb b/google-cloud-video-live_stream/lib/google/cloud/video/live_stream.rb index d48e091fe53c..fe090c653b3e 100644 --- a/google-cloud-video-live_stream/lib/google/cloud/video/live_stream.rb +++ b/google-cloud-video-live_stream/lib/google/cloud/video/live_stream.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-video-live_stream/test/google/cloud/video/live_stream/client_test.rb b/google-cloud-video-live_stream/test/google/cloud/video/live_stream/client_test.rb index 46185ad7a2f4..b6be5113633b 100644 --- a/google-cloud-video-live_stream/test/google/cloud/video/live_stream/client_test.rb +++ b/google-cloud-video-live_stream/test/google/cloud/video/live_stream/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-video-live_stream/test/google/cloud/video/live_stream/version_test.rb b/google-cloud-video-live_stream/test/google/cloud/video/live_stream/version_test.rb index 5afd39d8aceb..c74d0ef1734e 100644 --- a/google-cloud-video-live_stream/test/google/cloud/video/live_stream/version_test.rb +++ b/google-cloud-video-live_stream/test/google/cloud/video/live_stream/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-video-live_stream/test/helper.rb b/google-cloud-video-live_stream/test/helper.rb index 8d97e8142b62..4fb6756ac7e2 100644 --- a/google-cloud-video-live_stream/test/helper.rb +++ b/google-cloud-video-live_stream/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-video-stitcher/.owlbot-manifest.json b/google-cloud-video-stitcher/.owlbot-manifest.json index ec4013ea8e0f..d0fa21af701b 100644 --- a/google-cloud-video-stitcher/.owlbot-manifest.json +++ b/google-cloud-video-stitcher/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "samples/Gemfile", "samples/Rakefile", "samples/acceptance/create_cdn_key_akamai_test.rb", diff --git a/google-cloud-video-stitcher/.toys.rb b/google-cloud-video-stitcher/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-video-stitcher/.toys.rb +++ b/google-cloud-video-stitcher/.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-video-stitcher/Gemfile b/google-cloud-video-stitcher/Gemfile index ce1fe8e1ee68..cd29cb966f6f 100644 --- a/google-cloud-video-stitcher/Gemfile +++ b/google-cloud-video-stitcher/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-video-stitcher/Rakefile b/google-cloud-video-stitcher/Rakefile index eb75055aa77f..25ede23d1edd 100644 --- a/google-cloud-video-stitcher/Rakefile +++ b/google-cloud-video-stitcher/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-video-stitcher/lib/google-cloud-video-stitcher.rb b/google-cloud-video-stitcher/lib/google-cloud-video-stitcher.rb index 93bf435d57eb..0b32e63aa927 100644 --- a/google-cloud-video-stitcher/lib/google-cloud-video-stitcher.rb +++ b/google-cloud-video-stitcher/lib/google-cloud-video-stitcher.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-video-stitcher/lib/google/cloud/video/stitcher.rb b/google-cloud-video-stitcher/lib/google/cloud/video/stitcher.rb index e1502437697b..baccd1db79e6 100644 --- a/google-cloud-video-stitcher/lib/google/cloud/video/stitcher.rb +++ b/google-cloud-video-stitcher/lib/google/cloud/video/stitcher.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-video-stitcher/test/google/cloud/video/stitcher/client_test.rb b/google-cloud-video-stitcher/test/google/cloud/video/stitcher/client_test.rb index d09a4c393c0d..4d7c5a99aee0 100644 --- a/google-cloud-video-stitcher/test/google/cloud/video/stitcher/client_test.rb +++ b/google-cloud-video-stitcher/test/google/cloud/video/stitcher/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-video-stitcher/test/google/cloud/video/stitcher/version_test.rb b/google-cloud-video-stitcher/test/google/cloud/video/stitcher/version_test.rb index 858038b1b17c..caf43874dccd 100644 --- a/google-cloud-video-stitcher/test/google/cloud/video/stitcher/version_test.rb +++ b/google-cloud-video-stitcher/test/google/cloud/video/stitcher/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-video-stitcher/test/helper.rb b/google-cloud-video-stitcher/test/helper.rb index 8d97e8142b62..4fb6756ac7e2 100644 --- a/google-cloud-video-stitcher/test/helper.rb +++ b/google-cloud-video-stitcher/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.