diff --git a/google-cloud-video-transcoder/.owlbot-manifest.json b/google-cloud-video-transcoder/.owlbot-manifest.json index 6b5e8b29ad5f..209cb1a20a32 100644 --- a/google-cloud-video-transcoder/.owlbot-manifest.json +++ b/google-cloud-video-transcoder/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "samples/Gemfile", "samples/Rakefile", "samples/acceptance/data/ChromeCast.mp4", diff --git a/google-cloud-video-transcoder/.toys.rb b/google-cloud-video-transcoder/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-video-transcoder/.toys.rb +++ b/google-cloud-video-transcoder/.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-transcoder/Gemfile b/google-cloud-video-transcoder/Gemfile index ad1cb40f4900..7f9f2b5c53de 100644 --- a/google-cloud-video-transcoder/Gemfile +++ b/google-cloud-video-transcoder/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-transcoder/Rakefile b/google-cloud-video-transcoder/Rakefile index aeb57b48baa6..e82a42510548 100644 --- a/google-cloud-video-transcoder/Rakefile +++ b/google-cloud-video-transcoder/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-video-transcoder/lib/google-cloud-video-transcoder.rb b/google-cloud-video-transcoder/lib/google-cloud-video-transcoder.rb index 110632ee2095..c12b37522989 100644 --- a/google-cloud-video-transcoder/lib/google-cloud-video-transcoder.rb +++ b/google-cloud-video-transcoder/lib/google-cloud-video-transcoder.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-video-transcoder/lib/google/cloud/video/transcoder.rb b/google-cloud-video-transcoder/lib/google/cloud/video/transcoder.rb index 59034f6cf3c9..cae7c4c5bec6 100644 --- a/google-cloud-video-transcoder/lib/google/cloud/video/transcoder.rb +++ b/google-cloud-video-transcoder/lib/google/cloud/video/transcoder.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-video-transcoder/test/google/cloud/video/transcoder/client_test.rb b/google-cloud-video-transcoder/test/google/cloud/video/transcoder/client_test.rb index d66a1e18dd6b..edaff3675e1f 100644 --- a/google-cloud-video-transcoder/test/google/cloud/video/transcoder/client_test.rb +++ b/google-cloud-video-transcoder/test/google/cloud/video/transcoder/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-video-transcoder/test/google/cloud/video/transcoder/version_test.rb b/google-cloud-video-transcoder/test/google/cloud/video/transcoder/version_test.rb index ba3b66776130..8e69ec537df2 100644 --- a/google-cloud-video-transcoder/test/google/cloud/video/transcoder/version_test.rb +++ b/google-cloud-video-transcoder/test/google/cloud/video/transcoder/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-video-transcoder/test/helper.rb b/google-cloud-video-transcoder/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-video-transcoder/test/helper.rb +++ b/google-cloud-video-transcoder/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-video_intelligence/.owlbot-manifest.json b/google-cloud-video_intelligence/.owlbot-manifest.json index 27093925a628..e38e096a051a 100644 --- a/google-cloud-video_intelligence/.owlbot-manifest.json +++ b/google-cloud-video_intelligence/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "acceptance/google/cloud/video_intelligence/v1/video_intelligence_service_smoke_test.rb" ] diff --git a/google-cloud-video_intelligence/.toys.rb b/google-cloud-video_intelligence/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-video_intelligence/.toys.rb +++ b/google-cloud-video_intelligence/.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_intelligence/Gemfile b/google-cloud-video_intelligence/Gemfile index 6973f8deb7ed..fc6b355ac492 100644 --- a/google-cloud-video_intelligence/Gemfile +++ b/google-cloud-video_intelligence/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_intelligence/Rakefile b/google-cloud-video_intelligence/Rakefile index 9be0f7687b2a..014fd63da604 100644 --- a/google-cloud-video_intelligence/Rakefile +++ b/google-cloud-video_intelligence/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-video_intelligence/lib/google-cloud-video_intelligence.rb b/google-cloud-video_intelligence/lib/google-cloud-video_intelligence.rb index 98d61b28c663..9d278a949362 100644 --- a/google-cloud-video_intelligence/lib/google-cloud-video_intelligence.rb +++ b/google-cloud-video_intelligence/lib/google-cloud-video_intelligence.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-video_intelligence/lib/google/cloud/video_intelligence.rb b/google-cloud-video_intelligence/lib/google/cloud/video_intelligence.rb index 3f5a857ceb66..b49b18179356 100644 --- a/google-cloud-video_intelligence/lib/google/cloud/video_intelligence.rb +++ b/google-cloud-video_intelligence/lib/google/cloud/video_intelligence.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-video_intelligence/test/google/cloud/video_intelligence/client_test.rb b/google-cloud-video_intelligence/test/google/cloud/video_intelligence/client_test.rb index dc25f5476434..e3e2e929bbdd 100644 --- a/google-cloud-video_intelligence/test/google/cloud/video_intelligence/client_test.rb +++ b/google-cloud-video_intelligence/test/google/cloud/video_intelligence/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-video_intelligence/test/google/cloud/video_intelligence/version_test.rb b/google-cloud-video_intelligence/test/google/cloud/video_intelligence/version_test.rb index 926b73516193..2131ffadc1ad 100644 --- a/google-cloud-video_intelligence/test/google/cloud/video_intelligence/version_test.rb +++ b/google-cloud-video_intelligence/test/google/cloud/video_intelligence/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-video_intelligence/test/helper.rb b/google-cloud-video_intelligence/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-video_intelligence/test/helper.rb +++ b/google-cloud-video_intelligence/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-vision/.owlbot-manifest.json b/google-cloud-vision/.owlbot-manifest.json index 46f5bc3bbcc8..493879e1210c 100644 --- a/google-cloud-vision/.owlbot-manifest.json +++ b/google-cloud-vision/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "acceptance/data", "acceptance/google/cloud/vision/image_annotator_smoke_test.rb" diff --git a/google-cloud-vision/.toys.rb b/google-cloud-vision/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-vision/.toys.rb +++ b/google-cloud-vision/.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-vision/Gemfile b/google-cloud-vision/Gemfile index 40106a2ba3a6..d5361926fb44 100644 --- a/google-cloud-vision/Gemfile +++ b/google-cloud-vision/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-vision/Rakefile b/google-cloud-vision/Rakefile index da0f2fea2759..af64c2eed774 100644 --- a/google-cloud-vision/Rakefile +++ b/google-cloud-vision/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-vision/lib/google-cloud-vision.rb b/google-cloud-vision/lib/google-cloud-vision.rb index 4f8a6e137992..566e5e2facbe 100644 --- a/google-cloud-vision/lib/google-cloud-vision.rb +++ b/google-cloud-vision/lib/google-cloud-vision.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-vision/lib/google/cloud/vision.rb b/google-cloud-vision/lib/google/cloud/vision.rb index 7ab7f9ef1f28..6e62a35a347a 100644 --- a/google-cloud-vision/lib/google/cloud/vision.rb +++ b/google-cloud-vision/lib/google/cloud/vision.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-vision/test/google/cloud/vision/client_test.rb b/google-cloud-vision/test/google/cloud/vision/client_test.rb index 4352530070a5..fafe7fbad37c 100644 --- a/google-cloud-vision/test/google/cloud/vision/client_test.rb +++ b/google-cloud-vision/test/google/cloud/vision/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-vision/test/google/cloud/vision/version_test.rb b/google-cloud-vision/test/google/cloud/vision/version_test.rb index c1ea7127d9ec..ec3432049573 100644 --- a/google-cloud-vision/test/google/cloud/vision/version_test.rb +++ b/google-cloud-vision/test/google/cloud/vision/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-vision/test/helper.rb b/google-cloud-vision/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-vision/test/helper.rb +++ b/google-cloud-vision/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-vision_ai/.owlbot-manifest.json b/google-cloud-vision_ai/.owlbot-manifest.json index 403f1a801927..585905714e5e 100644 --- a/google-cloud-vision_ai/.owlbot-manifest.json +++ b/google-cloud-vision_ai/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-vision_ai/.toys.rb b/google-cloud-vision_ai/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-vision_ai/.toys.rb +++ b/google-cloud-vision_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-vision_ai/Gemfile b/google-cloud-vision_ai/Gemfile index e19a5d6dc9ae..ccdddccd2942 100644 --- a/google-cloud-vision_ai/Gemfile +++ b/google-cloud-vision_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-vision_ai/Rakefile b/google-cloud-vision_ai/Rakefile index c7db8e3cf3ea..483d594f6f8a 100644 --- a/google-cloud-vision_ai/Rakefile +++ b/google-cloud-vision_ai/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-vision_ai/lib/google-cloud-vision_ai.rb b/google-cloud-vision_ai/lib/google-cloud-vision_ai.rb index 4ebc18644599..0d067c6e9958 100644 --- a/google-cloud-vision_ai/lib/google-cloud-vision_ai.rb +++ b/google-cloud-vision_ai/lib/google-cloud-vision_ai.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-vision_ai/lib/google/cloud/vision_ai.rb b/google-cloud-vision_ai/lib/google/cloud/vision_ai.rb index 0931fbe838ef..b8b700b0cf57 100644 --- a/google-cloud-vision_ai/lib/google/cloud/vision_ai.rb +++ b/google-cloud-vision_ai/lib/google/cloud/vision_ai.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-vision_ai/test/google/cloud/vision_ai/client_test.rb b/google-cloud-vision_ai/test/google/cloud/vision_ai/client_test.rb index e32488495434..33ce145b2864 100644 --- a/google-cloud-vision_ai/test/google/cloud/vision_ai/client_test.rb +++ b/google-cloud-vision_ai/test/google/cloud/vision_ai/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-vision_ai/test/google/cloud/vision_ai/version_test.rb b/google-cloud-vision_ai/test/google/cloud/vision_ai/version_test.rb index 2bbffa1c9cbd..5c5cc2125129 100644 --- a/google-cloud-vision_ai/test/google/cloud/vision_ai/version_test.rb +++ b/google-cloud-vision_ai/test/google/cloud/vision_ai/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-vision_ai/test/helper.rb b/google-cloud-vision_ai/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-vision_ai/test/helper.rb +++ b/google-cloud-vision_ai/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-vm_migration/.owlbot-manifest.json b/google-cloud-vm_migration/.owlbot-manifest.json index 1b0e1d52dda8..b7a95e685aaf 100644 --- a/google-cloud-vm_migration/.owlbot-manifest.json +++ b/google-cloud-vm_migration/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-vm_migration/.toys.rb b/google-cloud-vm_migration/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-vm_migration/.toys.rb +++ b/google-cloud-vm_migration/.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-vm_migration/Gemfile b/google-cloud-vm_migration/Gemfile index a97457d90e9b..309781412504 100755 --- a/google-cloud-vm_migration/Gemfile +++ b/google-cloud-vm_migration/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-vm_migration/Rakefile b/google-cloud-vm_migration/Rakefile index b34e9f9f0663..dddd147e107c 100755 --- a/google-cloud-vm_migration/Rakefile +++ b/google-cloud-vm_migration/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-vm_migration/lib/google-cloud-vm_migration.rb b/google-cloud-vm_migration/lib/google-cloud-vm_migration.rb index efe95aee87b6..c53b850ea41a 100755 --- a/google-cloud-vm_migration/lib/google-cloud-vm_migration.rb +++ b/google-cloud-vm_migration/lib/google-cloud-vm_migration.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-vm_migration/lib/google/cloud/vm_migration.rb b/google-cloud-vm_migration/lib/google/cloud/vm_migration.rb index fc56db90b3d8..5355c3b6a1ff 100755 --- a/google-cloud-vm_migration/lib/google/cloud/vm_migration.rb +++ b/google-cloud-vm_migration/lib/google/cloud/vm_migration.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-vm_migration/test/google/cloud/vm_migration/client_test.rb b/google-cloud-vm_migration/test/google/cloud/vm_migration/client_test.rb index 3e63e5d9938f..ad004c494a67 100755 --- a/google-cloud-vm_migration/test/google/cloud/vm_migration/client_test.rb +++ b/google-cloud-vm_migration/test/google/cloud/vm_migration/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-vm_migration/test/google/cloud/vm_migration/version_test.rb b/google-cloud-vm_migration/test/google/cloud/vm_migration/version_test.rb index 388886ab8710..47b44044e274 100755 --- a/google-cloud-vm_migration/test/google/cloud/vm_migration/version_test.rb +++ b/google-cloud-vm_migration/test/google/cloud/vm_migration/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-vm_migration/test/helper.rb b/google-cloud-vm_migration/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100755 --- a/google-cloud-vm_migration/test/helper.rb +++ b/google-cloud-vm_migration/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-vmware_engine/.owlbot-manifest.json b/google-cloud-vmware_engine/.owlbot-manifest.json index e99cc4c12e69..9d3062fd03f3 100644 --- a/google-cloud-vmware_engine/.owlbot-manifest.json +++ b/google-cloud-vmware_engine/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-vmware_engine/.toys.rb b/google-cloud-vmware_engine/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-vmware_engine/.toys.rb +++ b/google-cloud-vmware_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-vmware_engine/Gemfile b/google-cloud-vmware_engine/Gemfile index b38cb3223c55..031d6ec3a882 100644 --- a/google-cloud-vmware_engine/Gemfile +++ b/google-cloud-vmware_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-vmware_engine/Rakefile b/google-cloud-vmware_engine/Rakefile index 6f6bf4061d49..7c56d29df96b 100644 --- a/google-cloud-vmware_engine/Rakefile +++ b/google-cloud-vmware_engine/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-vmware_engine/lib/google-cloud-vmware_engine.rb b/google-cloud-vmware_engine/lib/google-cloud-vmware_engine.rb index d424e6aa4d55..b45dc8640fac 100644 --- a/google-cloud-vmware_engine/lib/google-cloud-vmware_engine.rb +++ b/google-cloud-vmware_engine/lib/google-cloud-vmware_engine.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-vmware_engine/lib/google/cloud/vmware_engine.rb b/google-cloud-vmware_engine/lib/google/cloud/vmware_engine.rb index 03cbfd1d87f5..f179a8f96d6e 100644 --- a/google-cloud-vmware_engine/lib/google/cloud/vmware_engine.rb +++ b/google-cloud-vmware_engine/lib/google/cloud/vmware_engine.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-vmware_engine/test/google/cloud/vmware_engine/client_test.rb b/google-cloud-vmware_engine/test/google/cloud/vmware_engine/client_test.rb index cf19172ccc72..cf4b478d36cf 100644 --- a/google-cloud-vmware_engine/test/google/cloud/vmware_engine/client_test.rb +++ b/google-cloud-vmware_engine/test/google/cloud/vmware_engine/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-vmware_engine/test/google/cloud/vmware_engine/version_test.rb b/google-cloud-vmware_engine/test/google/cloud/vmware_engine/version_test.rb index da3fb34d1cea..fc85dc11ef19 100644 --- a/google-cloud-vmware_engine/test/google/cloud/vmware_engine/version_test.rb +++ b/google-cloud-vmware_engine/test/google/cloud/vmware_engine/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-vmware_engine/test/helper.rb b/google-cloud-vmware_engine/test/helper.rb index 8d97e8142b62..4fb6756ac7e2 100644 --- a/google-cloud-vmware_engine/test/helper.rb +++ b/google-cloud-vmware_engine/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-vpc_access/.owlbot-manifest.json b/google-cloud-vpc_access/.owlbot-manifest.json index 7a04ad96399a..e38a7ce75395 100644 --- a/google-cloud-vpc_access/.owlbot-manifest.json +++ b/google-cloud-vpc_access/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-vpc_access/.toys.rb b/google-cloud-vpc_access/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-vpc_access/.toys.rb +++ b/google-cloud-vpc_access/.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-vpc_access/Gemfile b/google-cloud-vpc_access/Gemfile index ea516859b14b..df533e4424e6 100644 --- a/google-cloud-vpc_access/Gemfile +++ b/google-cloud-vpc_access/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-vpc_access/Rakefile b/google-cloud-vpc_access/Rakefile index 2cc45f109539..29c29a69e937 100644 --- a/google-cloud-vpc_access/Rakefile +++ b/google-cloud-vpc_access/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-vpc_access/lib/google-cloud-vpc_access.rb b/google-cloud-vpc_access/lib/google-cloud-vpc_access.rb index 697629bddecd..744a62659de5 100644 --- a/google-cloud-vpc_access/lib/google-cloud-vpc_access.rb +++ b/google-cloud-vpc_access/lib/google-cloud-vpc_access.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-vpc_access/lib/google/cloud/vpc_access.rb b/google-cloud-vpc_access/lib/google/cloud/vpc_access.rb index c0c65cc2460e..5283de5e703b 100644 --- a/google-cloud-vpc_access/lib/google/cloud/vpc_access.rb +++ b/google-cloud-vpc_access/lib/google/cloud/vpc_access.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-vpc_access/test/google/cloud/vpc_access/client_test.rb b/google-cloud-vpc_access/test/google/cloud/vpc_access/client_test.rb index 6d24368298b6..997403d2c783 100644 --- a/google-cloud-vpc_access/test/google/cloud/vpc_access/client_test.rb +++ b/google-cloud-vpc_access/test/google/cloud/vpc_access/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-vpc_access/test/google/cloud/vpc_access/version_test.rb b/google-cloud-vpc_access/test/google/cloud/vpc_access/version_test.rb index f8f9d05c0f31..8e71efe37767 100644 --- a/google-cloud-vpc_access/test/google/cloud/vpc_access/version_test.rb +++ b/google-cloud-vpc_access/test/google/cloud/vpc_access/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-vpc_access/test/helper.rb b/google-cloud-vpc_access/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-vpc_access/test/helper.rb +++ b/google-cloud-vpc_access/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-web_risk/.owlbot-manifest.json b/google-cloud-web_risk/.owlbot-manifest.json index 9251cb87c5e8..be6b8d7cb375 100644 --- a/google-cloud-web_risk/.owlbot-manifest.json +++ b/google-cloud-web_risk/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md" ] } diff --git a/google-cloud-web_risk/.toys.rb b/google-cloud-web_risk/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-web_risk/.toys.rb +++ b/google-cloud-web_risk/.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-web_risk/Gemfile b/google-cloud-web_risk/Gemfile index 3414b8fe000b..82296fba0003 100644 --- a/google-cloud-web_risk/Gemfile +++ b/google-cloud-web_risk/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-web_risk/Rakefile b/google-cloud-web_risk/Rakefile index 91e3abdccd2f..aa92a55510f4 100644 --- a/google-cloud-web_risk/Rakefile +++ b/google-cloud-web_risk/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-web_risk/lib/google-cloud-web_risk.rb b/google-cloud-web_risk/lib/google-cloud-web_risk.rb index bcb83f18b75d..46ec1430a2e2 100644 --- a/google-cloud-web_risk/lib/google-cloud-web_risk.rb +++ b/google-cloud-web_risk/lib/google-cloud-web_risk.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-web_risk/lib/google/cloud/web_risk.rb b/google-cloud-web_risk/lib/google/cloud/web_risk.rb index b9b9a2e39374..f548d905dd46 100644 --- a/google-cloud-web_risk/lib/google/cloud/web_risk.rb +++ b/google-cloud-web_risk/lib/google/cloud/web_risk.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-web_risk/test/google/cloud/web_risk/client_test.rb b/google-cloud-web_risk/test/google/cloud/web_risk/client_test.rb index c2a300c0e436..3764e7e77b26 100644 --- a/google-cloud-web_risk/test/google/cloud/web_risk/client_test.rb +++ b/google-cloud-web_risk/test/google/cloud/web_risk/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-web_risk/test/google/cloud/web_risk/version_test.rb b/google-cloud-web_risk/test/google/cloud/web_risk/version_test.rb index c1456778013d..0e91a1b88efb 100644 --- a/google-cloud-web_risk/test/google/cloud/web_risk/version_test.rb +++ b/google-cloud-web_risk/test/google/cloud/web_risk/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-web_risk/test/helper.rb b/google-cloud-web_risk/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-web_risk/test/helper.rb +++ b/google-cloud-web_risk/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-web_security_scanner/.owlbot-manifest.json b/google-cloud-web_security_scanner/.owlbot-manifest.json index b8d4256a603d..34ccd81daa71 100644 --- a/google-cloud-web_security_scanner/.owlbot-manifest.json +++ b/google-cloud-web_security_scanner/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-web_security_scanner/.toys.rb b/google-cloud-web_security_scanner/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-web_security_scanner/.toys.rb +++ b/google-cloud-web_security_scanner/.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-web_security_scanner/Gemfile b/google-cloud-web_security_scanner/Gemfile index cecd5d460d34..f07163cc67c8 100644 --- a/google-cloud-web_security_scanner/Gemfile +++ b/google-cloud-web_security_scanner/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-web_security_scanner/Rakefile b/google-cloud-web_security_scanner/Rakefile index 26d967cf91e9..5a691367e9a9 100644 --- a/google-cloud-web_security_scanner/Rakefile +++ b/google-cloud-web_security_scanner/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-web_security_scanner/lib/google-cloud-web_security_scanner.rb b/google-cloud-web_security_scanner/lib/google-cloud-web_security_scanner.rb index d2f3dbd1c6f8..e947e723891d 100644 --- a/google-cloud-web_security_scanner/lib/google-cloud-web_security_scanner.rb +++ b/google-cloud-web_security_scanner/lib/google-cloud-web_security_scanner.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-web_security_scanner/lib/google/cloud/web_security_scanner.rb b/google-cloud-web_security_scanner/lib/google/cloud/web_security_scanner.rb index 330a44c5f602..8785e89d4cef 100644 --- a/google-cloud-web_security_scanner/lib/google/cloud/web_security_scanner.rb +++ b/google-cloud-web_security_scanner/lib/google/cloud/web_security_scanner.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-web_security_scanner/test/google/cloud/web_security_scanner/client_test.rb b/google-cloud-web_security_scanner/test/google/cloud/web_security_scanner/client_test.rb index c6b6c4a0a80c..9e2214b9193a 100644 --- a/google-cloud-web_security_scanner/test/google/cloud/web_security_scanner/client_test.rb +++ b/google-cloud-web_security_scanner/test/google/cloud/web_security_scanner/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-web_security_scanner/test/google/cloud/web_security_scanner/version_test.rb b/google-cloud-web_security_scanner/test/google/cloud/web_security_scanner/version_test.rb index ec7db47aa8fc..41a6555f0a05 100644 --- a/google-cloud-web_security_scanner/test/google/cloud/web_security_scanner/version_test.rb +++ b/google-cloud-web_security_scanner/test/google/cloud/web_security_scanner/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-web_security_scanner/test/helper.rb b/google-cloud-web_security_scanner/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-web_security_scanner/test/helper.rb +++ b/google-cloud-web_security_scanner/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-workflows/.owlbot-manifest.json b/google-cloud-workflows/.owlbot-manifest.json index e3072dd78e6a..5f658f7e0832 100644 --- a/google-cloud-workflows/.owlbot-manifest.json +++ b/google-cloud-workflows/.owlbot-manifest.json @@ -25,6 +25,7 @@ ], "static": [ ".OwlBot.yaml", - ".owlbot.rb" + ".owlbot.rb", + "Gemfile.lock" ] } diff --git a/google-cloud-workflows/.toys.rb b/google-cloud-workflows/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-workflows/.toys.rb +++ b/google-cloud-workflows/.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-workflows/Gemfile b/google-cloud-workflows/Gemfile index 9ae0f3dd79b9..872493c08a46 100644 --- a/google-cloud-workflows/Gemfile +++ b/google-cloud-workflows/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-workflows/Rakefile b/google-cloud-workflows/Rakefile index 55c036a40533..c99eee2c3b08 100644 --- a/google-cloud-workflows/Rakefile +++ b/google-cloud-workflows/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-workflows/lib/google-cloud-workflows.rb b/google-cloud-workflows/lib/google-cloud-workflows.rb index f0070ca1fb34..f748cf470d8d 100644 --- a/google-cloud-workflows/lib/google-cloud-workflows.rb +++ b/google-cloud-workflows/lib/google-cloud-workflows.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-workflows/lib/google/cloud/workflows.rb b/google-cloud-workflows/lib/google/cloud/workflows.rb index 4a07b36a3b4a..23e61b47807e 100644 --- a/google-cloud-workflows/lib/google/cloud/workflows.rb +++ b/google-cloud-workflows/lib/google/cloud/workflows.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-workflows/lib/google/cloud/workflows/executions.rb b/google-cloud-workflows/lib/google/cloud/workflows/executions.rb index 288e67465477..9818554b1e4a 100644 --- a/google-cloud-workflows/lib/google/cloud/workflows/executions.rb +++ b/google-cloud-workflows/lib/google/cloud/workflows/executions.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-workflows/lib/google/cloud/workflows/executions/version.rb b/google-cloud-workflows/lib/google/cloud/workflows/executions/version.rb index fe8e75eaf5d4..b0649717d4b1 100644 --- a/google-cloud-workflows/lib/google/cloud/workflows/executions/version.rb +++ b/google-cloud-workflows/lib/google/cloud/workflows/executions/version.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-workflows/test/google/cloud/workflows/client_test.rb b/google-cloud-workflows/test/google/cloud/workflows/client_test.rb index 054968c6b5d6..e37935a25dde 100644 --- a/google-cloud-workflows/test/google/cloud/workflows/client_test.rb +++ b/google-cloud-workflows/test/google/cloud/workflows/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-workflows/test/google/cloud/workflows/executions/client_test.rb b/google-cloud-workflows/test/google/cloud/workflows/executions/client_test.rb index 95e2ff8f854d..0a97f964751a 100644 --- a/google-cloud-workflows/test/google/cloud/workflows/executions/client_test.rb +++ b/google-cloud-workflows/test/google/cloud/workflows/executions/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-workflows/test/google/cloud/workflows/executions/version_test.rb b/google-cloud-workflows/test/google/cloud/workflows/executions/version_test.rb index e9ddc925eec2..128c4ab2b101 100644 --- a/google-cloud-workflows/test/google/cloud/workflows/executions/version_test.rb +++ b/google-cloud-workflows/test/google/cloud/workflows/executions/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-workflows/test/google/cloud/workflows/version_test.rb b/google-cloud-workflows/test/google/cloud/workflows/version_test.rb index f20eddcad5f1..b7640f8afba5 100644 --- a/google-cloud-workflows/test/google/cloud/workflows/version_test.rb +++ b/google-cloud-workflows/test/google/cloud/workflows/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-workflows/test/helper.rb b/google-cloud-workflows/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-workflows/test/helper.rb +++ b/google-cloud-workflows/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-workload_manager/.owlbot-manifest.json b/google-cloud-workload_manager/.owlbot-manifest.json index 1c06ba1aeaa6..49e46084692c 100644 --- a/google-cloud-workload_manager/.owlbot-manifest.json +++ b/google-cloud-workload_manager/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-workload_manager/Gemfile b/google-cloud-workload_manager/Gemfile index 1536188e6d11..2a61624f4184 100644 --- a/google-cloud-workload_manager/Gemfile +++ b/google-cloud-workload_manager/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-workstations/.owlbot-manifest.json b/google-cloud-workstations/.owlbot-manifest.json index dbf2a9265052..a4583d19886f 100644 --- a/google-cloud-workstations/.owlbot-manifest.json +++ b/google-cloud-workstations/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-workstations/.toys.rb b/google-cloud-workstations/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-workstations/.toys.rb +++ b/google-cloud-workstations/.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-workstations/Gemfile b/google-cloud-workstations/Gemfile index 80c7e22b0066..95ff91126a92 100644 --- a/google-cloud-workstations/Gemfile +++ b/google-cloud-workstations/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-workstations/Rakefile b/google-cloud-workstations/Rakefile index b0cd313f4967..80aff46a2109 100644 --- a/google-cloud-workstations/Rakefile +++ b/google-cloud-workstations/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-workstations/lib/google-cloud-workstations.rb b/google-cloud-workstations/lib/google-cloud-workstations.rb index db0725a089b5..921e8bf1c4ec 100644 --- a/google-cloud-workstations/lib/google-cloud-workstations.rb +++ b/google-cloud-workstations/lib/google-cloud-workstations.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-workstations/lib/google/cloud/workstations.rb b/google-cloud-workstations/lib/google/cloud/workstations.rb index 611491ae47f0..f0416ee32b05 100644 --- a/google-cloud-workstations/lib/google/cloud/workstations.rb +++ b/google-cloud-workstations/lib/google/cloud/workstations.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-workstations/test/google/cloud/workstations/client_test.rb b/google-cloud-workstations/test/google/cloud/workstations/client_test.rb index be10822118f9..aa658d02b0ca 100644 --- a/google-cloud-workstations/test/google/cloud/workstations/client_test.rb +++ b/google-cloud-workstations/test/google/cloud/workstations/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-workstations/test/google/cloud/workstations/version_test.rb b/google-cloud-workstations/test/google/cloud/workstations/version_test.rb index 9c377313bdc5..578aca1a3e8a 100644 --- a/google-cloud-workstations/test/google/cloud/workstations/version_test.rb +++ b/google-cloud-workstations/test/google/cloud/workstations/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-workstations/test/helper.rb b/google-cloud-workstations/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-workstations/test/helper.rb +++ b/google-cloud-workstations/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-developers-developer_knowledge/.owlbot-manifest.json b/google-developers-developer_knowledge/.owlbot-manifest.json index 7383341470c8..80f6213eaba0 100644 --- a/google-developers-developer_knowledge/.owlbot-manifest.json +++ b/google-developers-developer_knowledge/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-developers-developer_knowledge/Gemfile b/google-developers-developer_knowledge/Gemfile index 4d83930ebd4f..fc0ad92fb0ce 100644 --- a/google-developers-developer_knowledge/Gemfile +++ b/google-developers-developer_knowledge/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-iam-client/.owlbot-manifest.json b/google-iam-client/.owlbot-manifest.json index d0f50cc168e9..4239c2da9193 100644 --- a/google-iam-client/.owlbot-manifest.json +++ b/google-iam-client/.owlbot-manifest.json @@ -21,6 +21,7 @@ "static": [ ".OwlBot.yaml", ".owlbot.rb", + "Gemfile.lock", "lib/google/iam/client/version.rb" ] } diff --git a/google-iam-client/.toys.rb b/google-iam-client/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-iam-client/.toys.rb +++ b/google-iam-client/.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-iam-client/Gemfile b/google-iam-client/Gemfile index dd6e6db6bb45..56482e034858 100644 --- a/google-iam-client/Gemfile +++ b/google-iam-client/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-iam-client/Rakefile b/google-iam-client/Rakefile index 0626d0dd5b4d..d986a434deb8 100644 --- a/google-iam-client/Rakefile +++ b/google-iam-client/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-iam-client/lib/google-iam-client.rb b/google-iam-client/lib/google-iam-client.rb index d56b3ed96bd5..72c2d386c040 100644 --- a/google-iam-client/lib/google-iam-client.rb +++ b/google-iam-client/lib/google-iam-client.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-iam-client/lib/google/iam.rb b/google-iam-client/lib/google/iam.rb index 9f944808e1ff..ff9787653f67 100644 --- a/google-iam-client/lib/google/iam.rb +++ b/google-iam-client/lib/google/iam.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-iam-client/test/google/iam/client_test.rb b/google-iam-client/test/google/iam/client_test.rb index 511bfc9c4809..3bae2afd204c 100644 --- a/google-iam-client/test/google/iam/client_test.rb +++ b/google-iam-client/test/google/iam/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-iam-client/test/google/iam/version_test.rb b/google-iam-client/test/google/iam/version_test.rb index 2de28f050eaa..158d55282d89 100644 --- a/google-iam-client/test/google/iam/version_test.rb +++ b/google-iam-client/test/google/iam/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-iam-client/test/helper.rb b/google-iam-client/test/helper.rb index 8d97e8142b62..4fb6756ac7e2 100644 --- a/google-iam-client/test/helper.rb +++ b/google-iam-client/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-iam-credentials/.owlbot-manifest.json b/google-iam-credentials/.owlbot-manifest.json index 3c8faac351a4..bb5ef35fa313 100644 --- a/google-iam-credentials/.owlbot-manifest.json +++ b/google-iam-credentials/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-iam-credentials/.toys.rb b/google-iam-credentials/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-iam-credentials/.toys.rb +++ b/google-iam-credentials/.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-iam-credentials/Gemfile b/google-iam-credentials/Gemfile index a30e472e2ac5..cf085da04138 100644 --- a/google-iam-credentials/Gemfile +++ b/google-iam-credentials/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-iam-credentials/Rakefile b/google-iam-credentials/Rakefile index e3135f255403..124a313e8f1a 100644 --- a/google-iam-credentials/Rakefile +++ b/google-iam-credentials/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-iam-credentials/lib/google-iam-credentials.rb b/google-iam-credentials/lib/google-iam-credentials.rb index fa83ccae709c..ed890c65691b 100644 --- a/google-iam-credentials/lib/google-iam-credentials.rb +++ b/google-iam-credentials/lib/google-iam-credentials.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-iam-credentials/lib/google/iam/credentials.rb b/google-iam-credentials/lib/google/iam/credentials.rb index 87b2c08a53d7..11146d0fb630 100644 --- a/google-iam-credentials/lib/google/iam/credentials.rb +++ b/google-iam-credentials/lib/google/iam/credentials.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-iam-credentials/test/google/iam/credentials/client_test.rb b/google-iam-credentials/test/google/iam/credentials/client_test.rb index 13b9f2670701..09ee233f11a4 100644 --- a/google-iam-credentials/test/google/iam/credentials/client_test.rb +++ b/google-iam-credentials/test/google/iam/credentials/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-iam-credentials/test/google/iam/credentials/version_test.rb b/google-iam-credentials/test/google/iam/credentials/version_test.rb index 689ca6f3e780..571cc4089cac 100644 --- a/google-iam-credentials/test/google/iam/credentials/version_test.rb +++ b/google-iam-credentials/test/google/iam/credentials/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-iam-credentials/test/helper.rb b/google-iam-credentials/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-iam-credentials/test/helper.rb +++ b/google-iam-credentials/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-identity-access_context_manager/.owlbot-manifest.json b/google-identity-access_context_manager/.owlbot-manifest.json index d2935a251a98..3ec37fa7465f 100644 --- a/google-identity-access_context_manager/.owlbot-manifest.json +++ b/google-identity-access_context_manager/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-identity-access_context_manager/.toys.rb b/google-identity-access_context_manager/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-identity-access_context_manager/.toys.rb +++ b/google-identity-access_context_manager/.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-identity-access_context_manager/Gemfile b/google-identity-access_context_manager/Gemfile index 6af8757fa655..33d1dbc0ab23 100644 --- a/google-identity-access_context_manager/Gemfile +++ b/google-identity-access_context_manager/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-identity-access_context_manager/Rakefile b/google-identity-access_context_manager/Rakefile index d4c72beb4df9..1dba191e014e 100644 --- a/google-identity-access_context_manager/Rakefile +++ b/google-identity-access_context_manager/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-identity-access_context_manager/lib/google-identity-access_context_manager.rb b/google-identity-access_context_manager/lib/google-identity-access_context_manager.rb index 4c6a46b9c399..bd40e7f61d5a 100644 --- a/google-identity-access_context_manager/lib/google-identity-access_context_manager.rb +++ b/google-identity-access_context_manager/lib/google-identity-access_context_manager.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-identity-access_context_manager/lib/google/identity/access_context_manager.rb b/google-identity-access_context_manager/lib/google/identity/access_context_manager.rb index 99d724a0dac8..65a1c2e911c8 100644 --- a/google-identity-access_context_manager/lib/google/identity/access_context_manager.rb +++ b/google-identity-access_context_manager/lib/google/identity/access_context_manager.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-identity-access_context_manager/test/google/identity/access_context_manager/client_test.rb b/google-identity-access_context_manager/test/google/identity/access_context_manager/client_test.rb index f70c83b28ff2..819a6a3caadc 100644 --- a/google-identity-access_context_manager/test/google/identity/access_context_manager/client_test.rb +++ b/google-identity-access_context_manager/test/google/identity/access_context_manager/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-identity-access_context_manager/test/google/identity/access_context_manager/version_test.rb b/google-identity-access_context_manager/test/google/identity/access_context_manager/version_test.rb index 1fef9aaf5954..51972c3e1d0c 100644 --- a/google-identity-access_context_manager/test/google/identity/access_context_manager/version_test.rb +++ b/google-identity-access_context_manager/test/google/identity/access_context_manager/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-identity-access_context_manager/test/helper.rb b/google-identity-access_context_manager/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-identity-access_context_manager/test/helper.rb +++ b/google-identity-access_context_manager/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-maps-fleet_engine-delivery/.owlbot-manifest.json b/google-maps-fleet_engine-delivery/.owlbot-manifest.json index 63b3f4007034..a40f039cad17 100644 --- a/google-maps-fleet_engine-delivery/.owlbot-manifest.json +++ b/google-maps-fleet_engine-delivery/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-maps-fleet_engine-delivery/.toys.rb b/google-maps-fleet_engine-delivery/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-maps-fleet_engine-delivery/.toys.rb +++ b/google-maps-fleet_engine-delivery/.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-maps-fleet_engine-delivery/Gemfile b/google-maps-fleet_engine-delivery/Gemfile index bf7f023854b6..ce30eeb5b39d 100644 --- a/google-maps-fleet_engine-delivery/Gemfile +++ b/google-maps-fleet_engine-delivery/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-maps-fleet_engine-delivery/Rakefile b/google-maps-fleet_engine-delivery/Rakefile index 313f71e90010..22fff8a49594 100644 --- a/google-maps-fleet_engine-delivery/Rakefile +++ b/google-maps-fleet_engine-delivery/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-maps-fleet_engine-delivery/lib/google-maps-fleet_engine-delivery.rb b/google-maps-fleet_engine-delivery/lib/google-maps-fleet_engine-delivery.rb index 977dfd21b35f..d1fcb46ce8c4 100644 --- a/google-maps-fleet_engine-delivery/lib/google-maps-fleet_engine-delivery.rb +++ b/google-maps-fleet_engine-delivery/lib/google-maps-fleet_engine-delivery.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-maps-fleet_engine-delivery/lib/google/maps/fleet_engine/delivery.rb b/google-maps-fleet_engine-delivery/lib/google/maps/fleet_engine/delivery.rb index 09d2122222ea..061d2481fefe 100644 --- a/google-maps-fleet_engine-delivery/lib/google/maps/fleet_engine/delivery.rb +++ b/google-maps-fleet_engine-delivery/lib/google/maps/fleet_engine/delivery.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-maps-fleet_engine-delivery/test/google/maps/fleet_engine/delivery/client_test.rb b/google-maps-fleet_engine-delivery/test/google/maps/fleet_engine/delivery/client_test.rb index e62d770a2747..7e09a63d2cb3 100644 --- a/google-maps-fleet_engine-delivery/test/google/maps/fleet_engine/delivery/client_test.rb +++ b/google-maps-fleet_engine-delivery/test/google/maps/fleet_engine/delivery/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-maps-fleet_engine-delivery/test/google/maps/fleet_engine/delivery/version_test.rb b/google-maps-fleet_engine-delivery/test/google/maps/fleet_engine/delivery/version_test.rb index 6fe65e5ba02c..4ab5d7849b36 100644 --- a/google-maps-fleet_engine-delivery/test/google/maps/fleet_engine/delivery/version_test.rb +++ b/google-maps-fleet_engine-delivery/test/google/maps/fleet_engine/delivery/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-maps-fleet_engine-delivery/test/helper.rb b/google-maps-fleet_engine-delivery/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-maps-fleet_engine-delivery/test/helper.rb +++ b/google-maps-fleet_engine-delivery/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-maps-fleet_engine/.owlbot-manifest.json b/google-maps-fleet_engine/.owlbot-manifest.json index db1dfa4caece..f13c071b86d0 100644 --- a/google-maps-fleet_engine/.owlbot-manifest.json +++ b/google-maps-fleet_engine/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-maps-fleet_engine/.toys.rb b/google-maps-fleet_engine/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-maps-fleet_engine/.toys.rb +++ b/google-maps-fleet_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-maps-fleet_engine/Gemfile b/google-maps-fleet_engine/Gemfile index 81fa8dcb9617..7190a55b8df8 100644 --- a/google-maps-fleet_engine/Gemfile +++ b/google-maps-fleet_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-maps-fleet_engine/Rakefile b/google-maps-fleet_engine/Rakefile index 3115ada78447..36b80b310a24 100644 --- a/google-maps-fleet_engine/Rakefile +++ b/google-maps-fleet_engine/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-maps-fleet_engine/lib/google-maps-fleet_engine.rb b/google-maps-fleet_engine/lib/google-maps-fleet_engine.rb index 7138c19a2527..68bfe3afed65 100644 --- a/google-maps-fleet_engine/lib/google-maps-fleet_engine.rb +++ b/google-maps-fleet_engine/lib/google-maps-fleet_engine.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-maps-fleet_engine/lib/google/maps/fleet_engine.rb b/google-maps-fleet_engine/lib/google/maps/fleet_engine.rb index 65d64da2e5bf..39747a20db3d 100644 --- a/google-maps-fleet_engine/lib/google/maps/fleet_engine.rb +++ b/google-maps-fleet_engine/lib/google/maps/fleet_engine.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-maps-fleet_engine/test/google/maps/fleet_engine/client_test.rb b/google-maps-fleet_engine/test/google/maps/fleet_engine/client_test.rb index dc873eb047d7..c015fa33aa30 100644 --- a/google-maps-fleet_engine/test/google/maps/fleet_engine/client_test.rb +++ b/google-maps-fleet_engine/test/google/maps/fleet_engine/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-maps-fleet_engine/test/google/maps/fleet_engine/version_test.rb b/google-maps-fleet_engine/test/google/maps/fleet_engine/version_test.rb index 3aff75405c0f..caf97d6d1369 100644 --- a/google-maps-fleet_engine/test/google/maps/fleet_engine/version_test.rb +++ b/google-maps-fleet_engine/test/google/maps/fleet_engine/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-maps-fleet_engine/test/helper.rb b/google-maps-fleet_engine/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-maps-fleet_engine/test/helper.rb +++ b/google-maps-fleet_engine/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-maps-isochrones/.owlbot-manifest.json b/google-maps-isochrones/.owlbot-manifest.json index 963cff1a2f5b..81c64b9bab5f 100644 --- a/google-maps-isochrones/.owlbot-manifest.json +++ b/google-maps-isochrones/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-maps-isochrones/Gemfile b/google-maps-isochrones/Gemfile index 10f6739d0658..a7e4986425f6 100644 --- a/google-maps-isochrones/Gemfile +++ b/google-maps-isochrones/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-shopping-css/.owlbot-manifest.json b/google-shopping-css/.owlbot-manifest.json index 8377d75117c4..788f3e98dbb4 100644 --- a/google-shopping-css/.owlbot-manifest.json +++ b/google-shopping-css/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-css/.toys.rb b/google-shopping-css/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-css/.toys.rb +++ b/google-shopping-css/.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-shopping-css/Gemfile b/google-shopping-css/Gemfile index 7ac144fdd83b..37ecd576b5e8 100644 --- a/google-shopping-css/Gemfile +++ b/google-shopping-css/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-shopping-css/Rakefile b/google-shopping-css/Rakefile index d64f4abaee0a..2cdfb5fdb45e 100644 --- a/google-shopping-css/Rakefile +++ b/google-shopping-css/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-shopping-css/lib/google-shopping-css.rb b/google-shopping-css/lib/google-shopping-css.rb index 6e56d6d11fa7..49439f7eb9ec 100644 --- a/google-shopping-css/lib/google-shopping-css.rb +++ b/google-shopping-css/lib/google-shopping-css.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-shopping-css/lib/google/shopping/css.rb b/google-shopping-css/lib/google/shopping/css.rb index 4f39b650209a..ca1b19726514 100644 --- a/google-shopping-css/lib/google/shopping/css.rb +++ b/google-shopping-css/lib/google/shopping/css.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-shopping-css/test/google/shopping/css/client_test.rb b/google-shopping-css/test/google/shopping/css/client_test.rb index 2056ff42f2df..e9b0e7a9356f 100644 --- a/google-shopping-css/test/google/shopping/css/client_test.rb +++ b/google-shopping-css/test/google/shopping/css/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-shopping-css/test/google/shopping/css/version_test.rb b/google-shopping-css/test/google/shopping/css/version_test.rb index a3516266cf91..1e147951a5cc 100644 --- a/google-shopping-css/test/google/shopping/css/version_test.rb +++ b/google-shopping-css/test/google/shopping/css/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-shopping-css/test/helper.rb b/google-shopping-css/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-shopping-css/test/helper.rb +++ b/google-shopping-css/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.