diff --git a/google-cloud-gsuite_add_ons/.owlbot-manifest.json b/google-cloud-gsuite_add_ons/.owlbot-manifest.json index 85ec2af2c825..819ddfca2e5a 100644 --- a/google-cloud-gsuite_add_ons/.owlbot-manifest.json +++ b/google-cloud-gsuite_add_ons/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-gsuite_add_ons/.toys.rb b/google-cloud-gsuite_add_ons/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-gsuite_add_ons/.toys.rb +++ b/google-cloud-gsuite_add_ons/.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-gsuite_add_ons/Gemfile b/google-cloud-gsuite_add_ons/Gemfile index 2cecc536220c..17c1af7c6daf 100644 --- a/google-cloud-gsuite_add_ons/Gemfile +++ b/google-cloud-gsuite_add_ons/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-gsuite_add_ons/Rakefile b/google-cloud-gsuite_add_ons/Rakefile index 166fe907c200..505544885e98 100644 --- a/google-cloud-gsuite_add_ons/Rakefile +++ b/google-cloud-gsuite_add_ons/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-gsuite_add_ons/lib/google-cloud-gsuite_add_ons.rb b/google-cloud-gsuite_add_ons/lib/google-cloud-gsuite_add_ons.rb index e934e538f329..4437b7e09f14 100644 --- a/google-cloud-gsuite_add_ons/lib/google-cloud-gsuite_add_ons.rb +++ b/google-cloud-gsuite_add_ons/lib/google-cloud-gsuite_add_ons.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-gsuite_add_ons/lib/google/cloud/gsuite_add_ons.rb b/google-cloud-gsuite_add_ons/lib/google/cloud/gsuite_add_ons.rb index 7c2e3713acb8..5b1b2e100433 100644 --- a/google-cloud-gsuite_add_ons/lib/google/cloud/gsuite_add_ons.rb +++ b/google-cloud-gsuite_add_ons/lib/google/cloud/gsuite_add_ons.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-gsuite_add_ons/test/google/cloud/gsuite_add_ons/client_test.rb b/google-cloud-gsuite_add_ons/test/google/cloud/gsuite_add_ons/client_test.rb index 83753eae84cd..3e3e10ca373c 100644 --- a/google-cloud-gsuite_add_ons/test/google/cloud/gsuite_add_ons/client_test.rb +++ b/google-cloud-gsuite_add_ons/test/google/cloud/gsuite_add_ons/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-gsuite_add_ons/test/google/cloud/gsuite_add_ons/version_test.rb b/google-cloud-gsuite_add_ons/test/google/cloud/gsuite_add_ons/version_test.rb index 18dd333098c8..912189c26765 100644 --- a/google-cloud-gsuite_add_ons/test/google/cloud/gsuite_add_ons/version_test.rb +++ b/google-cloud-gsuite_add_ons/test/google/cloud/gsuite_add_ons/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-gsuite_add_ons/test/helper.rb b/google-cloud-gsuite_add_ons/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-gsuite_add_ons/test/helper.rb +++ b/google-cloud-gsuite_add_ons/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-hypercompute_cluster/.owlbot-manifest.json b/google-cloud-hypercompute_cluster/.owlbot-manifest.json index 92480315488c..1522f8885a50 100644 --- a/google-cloud-hypercompute_cluster/.owlbot-manifest.json +++ b/google-cloud-hypercompute_cluster/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-hypercompute_cluster/.toys.rb b/google-cloud-hypercompute_cluster/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-hypercompute_cluster/.toys.rb +++ b/google-cloud-hypercompute_cluster/.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-hypercompute_cluster/Gemfile b/google-cloud-hypercompute_cluster/Gemfile index 594702b9966e..851d328a2ea1 100644 --- a/google-cloud-hypercompute_cluster/Gemfile +++ b/google-cloud-hypercompute_cluster/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-hypercompute_cluster/Rakefile b/google-cloud-hypercompute_cluster/Rakefile index fdc6445a5b64..7a486d5e6263 100644 --- a/google-cloud-hypercompute_cluster/Rakefile +++ b/google-cloud-hypercompute_cluster/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-hypercompute_cluster/lib/google-cloud-hypercompute_cluster.rb b/google-cloud-hypercompute_cluster/lib/google-cloud-hypercompute_cluster.rb index 600a4a71b276..6a48a1c3c445 100644 --- a/google-cloud-hypercompute_cluster/lib/google-cloud-hypercompute_cluster.rb +++ b/google-cloud-hypercompute_cluster/lib/google-cloud-hypercompute_cluster.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-hypercompute_cluster/lib/google/cloud/hypercompute_cluster.rb b/google-cloud-hypercompute_cluster/lib/google/cloud/hypercompute_cluster.rb index a4d03fce322a..c5d9e0fd8c41 100644 --- a/google-cloud-hypercompute_cluster/lib/google/cloud/hypercompute_cluster.rb +++ b/google-cloud-hypercompute_cluster/lib/google/cloud/hypercompute_cluster.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-hypercompute_cluster/test/google/cloud/hypercompute_cluster/client_test.rb b/google-cloud-hypercompute_cluster/test/google/cloud/hypercompute_cluster/client_test.rb index bc545ab93f0a..acc227e2b929 100644 --- a/google-cloud-hypercompute_cluster/test/google/cloud/hypercompute_cluster/client_test.rb +++ b/google-cloud-hypercompute_cluster/test/google/cloud/hypercompute_cluster/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-hypercompute_cluster/test/google/cloud/hypercompute_cluster/version_test.rb b/google-cloud-hypercompute_cluster/test/google/cloud/hypercompute_cluster/version_test.rb index 68611f5daced..941bc42f9907 100644 --- a/google-cloud-hypercompute_cluster/test/google/cloud/hypercompute_cluster/version_test.rb +++ b/google-cloud-hypercompute_cluster/test/google/cloud/hypercompute_cluster/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-hypercompute_cluster/test/helper.rb b/google-cloud-hypercompute_cluster/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-hypercompute_cluster/test/helper.rb +++ b/google-cloud-hypercompute_cluster/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-iap/.owlbot-manifest.json b/google-cloud-iap/.owlbot-manifest.json index 70db9d22d159..a195378d96ac 100644 --- a/google-cloud-iap/.owlbot-manifest.json +++ b/google-cloud-iap/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-iap/.toys.rb b/google-cloud-iap/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-iap/.toys.rb +++ b/google-cloud-iap/.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-iap/Gemfile b/google-cloud-iap/Gemfile index 654eb2a14589..7713edec0a13 100644 --- a/google-cloud-iap/Gemfile +++ b/google-cloud-iap/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-iap/Rakefile b/google-cloud-iap/Rakefile index e5355cbcee74..70463d05dd2e 100644 --- a/google-cloud-iap/Rakefile +++ b/google-cloud-iap/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-iap/lib/google-cloud-iap.rb b/google-cloud-iap/lib/google-cloud-iap.rb index 8ed5ce19e4f4..664b52c24ae3 100644 --- a/google-cloud-iap/lib/google-cloud-iap.rb +++ b/google-cloud-iap/lib/google-cloud-iap.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-iap/lib/google/cloud/iap.rb b/google-cloud-iap/lib/google/cloud/iap.rb index 60e5346c1297..47cc4e2828ba 100644 --- a/google-cloud-iap/lib/google/cloud/iap.rb +++ b/google-cloud-iap/lib/google/cloud/iap.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-iap/test/google/cloud/iap/client_test.rb b/google-cloud-iap/test/google/cloud/iap/client_test.rb index c0e0f8a4dc8f..fd41c08f811e 100644 --- a/google-cloud-iap/test/google/cloud/iap/client_test.rb +++ b/google-cloud-iap/test/google/cloud/iap/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-iap/test/google/cloud/iap/version_test.rb b/google-cloud-iap/test/google/cloud/iap/version_test.rb index 50528d7bec07..865f1d4636f2 100644 --- a/google-cloud-iap/test/google/cloud/iap/version_test.rb +++ b/google-cloud-iap/test/google/cloud/iap/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-iap/test/helper.rb b/google-cloud-iap/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-iap/test/helper.rb +++ b/google-cloud-iap/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-ids/.owlbot-manifest.json b/google-cloud-ids/.owlbot-manifest.json index facee37f1d59..0365bea17e7c 100644 --- a/google-cloud-ids/.owlbot-manifest.json +++ b/google-cloud-ids/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-ids/.toys.rb b/google-cloud-ids/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-ids/.toys.rb +++ b/google-cloud-ids/.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-ids/Gemfile b/google-cloud-ids/Gemfile index 75e08f7fab9c..3e97c934d6df 100644 --- a/google-cloud-ids/Gemfile +++ b/google-cloud-ids/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-ids/Rakefile b/google-cloud-ids/Rakefile index 8cb71c902ae8..4e88b09633dd 100644 --- a/google-cloud-ids/Rakefile +++ b/google-cloud-ids/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-ids/lib/google-cloud-ids.rb b/google-cloud-ids/lib/google-cloud-ids.rb index 0e8551a1dd53..69d60b71cfc3 100644 --- a/google-cloud-ids/lib/google-cloud-ids.rb +++ b/google-cloud-ids/lib/google-cloud-ids.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-ids/lib/google/cloud/ids.rb b/google-cloud-ids/lib/google/cloud/ids.rb index cc66dbfc4ff3..a82f5d1ed42e 100644 --- a/google-cloud-ids/lib/google/cloud/ids.rb +++ b/google-cloud-ids/lib/google/cloud/ids.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-ids/test/google/cloud/ids/client_test.rb b/google-cloud-ids/test/google/cloud/ids/client_test.rb index 1b48159056ad..23e5b8ad2dd4 100644 --- a/google-cloud-ids/test/google/cloud/ids/client_test.rb +++ b/google-cloud-ids/test/google/cloud/ids/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-ids/test/google/cloud/ids/version_test.rb b/google-cloud-ids/test/google/cloud/ids/version_test.rb index 0bfb07432627..0970e9b01f06 100644 --- a/google-cloud-ids/test/google/cloud/ids/version_test.rb +++ b/google-cloud-ids/test/google/cloud/ids/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-ids/test/helper.rb b/google-cloud-ids/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-ids/test/helper.rb +++ b/google-cloud-ids/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-kms-inventory/.owlbot-manifest.json b/google-cloud-kms-inventory/.owlbot-manifest.json index 0db452749c78..328ac2f53fce 100644 --- a/google-cloud-kms-inventory/.owlbot-manifest.json +++ b/google-cloud-kms-inventory/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-kms-inventory/.toys.rb b/google-cloud-kms-inventory/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-kms-inventory/.toys.rb +++ b/google-cloud-kms-inventory/.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-kms-inventory/Gemfile b/google-cloud-kms-inventory/Gemfile index e1fb9b3654bb..6fedc966a4f2 100644 --- a/google-cloud-kms-inventory/Gemfile +++ b/google-cloud-kms-inventory/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-kms-inventory/Rakefile b/google-cloud-kms-inventory/Rakefile index f3c0484e1346..83239f15cd3f 100644 --- a/google-cloud-kms-inventory/Rakefile +++ b/google-cloud-kms-inventory/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-kms-inventory/lib/google-cloud-kms-inventory.rb b/google-cloud-kms-inventory/lib/google-cloud-kms-inventory.rb index deed38471a0f..7878096da4e9 100644 --- a/google-cloud-kms-inventory/lib/google-cloud-kms-inventory.rb +++ b/google-cloud-kms-inventory/lib/google-cloud-kms-inventory.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-kms-inventory/lib/google/cloud/kms/inventory.rb b/google-cloud-kms-inventory/lib/google/cloud/kms/inventory.rb index 5d7bd17852fd..7e1d44a3091c 100644 --- a/google-cloud-kms-inventory/lib/google/cloud/kms/inventory.rb +++ b/google-cloud-kms-inventory/lib/google/cloud/kms/inventory.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-kms-inventory/test/google/cloud/kms/inventory/client_test.rb b/google-cloud-kms-inventory/test/google/cloud/kms/inventory/client_test.rb index 6a1b3ea1a3e1..5e7360565106 100644 --- a/google-cloud-kms-inventory/test/google/cloud/kms/inventory/client_test.rb +++ b/google-cloud-kms-inventory/test/google/cloud/kms/inventory/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-kms-inventory/test/google/cloud/kms/inventory/version_test.rb b/google-cloud-kms-inventory/test/google/cloud/kms/inventory/version_test.rb index 9f1a7a205369..a467271bab36 100644 --- a/google-cloud-kms-inventory/test/google/cloud/kms/inventory/version_test.rb +++ b/google-cloud-kms-inventory/test/google/cloud/kms/inventory/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-kms-inventory/test/helper.rb b/google-cloud-kms-inventory/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-kms-inventory/test/helper.rb +++ b/google-cloud-kms-inventory/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-kms/.owlbot-manifest.json b/google-cloud-kms/.owlbot-manifest.json index 8f86f371d774..8ff625c1f34f 100644 --- a/google-cloud-kms/.owlbot-manifest.json +++ b/google-cloud-kms/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "acceptance/google/cloud/kms/v1/smoke_test.rb", "lib/google/cloud/kms/helpers.rb", diff --git a/google-cloud-kms/.toys.rb b/google-cloud-kms/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-kms/.toys.rb +++ b/google-cloud-kms/.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-kms/Gemfile b/google-cloud-kms/Gemfile index 9d89bc4945c8..5d0033345b30 100644 --- a/google-cloud-kms/Gemfile +++ b/google-cloud-kms/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-kms/Rakefile b/google-cloud-kms/Rakefile index 06c33a4ed3b4..1d56facd8e11 100644 --- a/google-cloud-kms/Rakefile +++ b/google-cloud-kms/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-kms/lib/google-cloud-kms.rb b/google-cloud-kms/lib/google-cloud-kms.rb index e8900e7199f7..569d297a2577 100644 --- a/google-cloud-kms/lib/google-cloud-kms.rb +++ b/google-cloud-kms/lib/google-cloud-kms.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-kms/lib/google/cloud/kms.rb b/google-cloud-kms/lib/google/cloud/kms.rb index 0bcf2b472ee9..876fa792b850 100644 --- a/google-cloud-kms/lib/google/cloud/kms.rb +++ b/google-cloud-kms/lib/google/cloud/kms.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-kms/test/google/cloud/kms/client_test.rb b/google-cloud-kms/test/google/cloud/kms/client_test.rb index 2938975d2170..d6bb0f1ed6e7 100644 --- a/google-cloud-kms/test/google/cloud/kms/client_test.rb +++ b/google-cloud-kms/test/google/cloud/kms/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-kms/test/google/cloud/kms/version_test.rb b/google-cloud-kms/test/google/cloud/kms/version_test.rb index 412519816b09..610e5c22cbdf 100644 --- a/google-cloud-kms/test/google/cloud/kms/version_test.rb +++ b/google-cloud-kms/test/google/cloud/kms/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-kms/test/helper.rb b/google-cloud-kms/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-kms/test/helper.rb +++ b/google-cloud-kms/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-language/.owlbot-manifest.json b/google-cloud-language/.owlbot-manifest.json index 533945c7c039..f192eecb3008 100644 --- a/google-cloud-language/.owlbot-manifest.json +++ b/google-cloud-language/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "acceptance/google/cloud/language/v1/language_service_smoke_test.rb" ] diff --git a/google-cloud-language/.toys.rb b/google-cloud-language/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-language/.toys.rb +++ b/google-cloud-language/.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-language/Gemfile b/google-cloud-language/Gemfile index c3e974aba6d6..38e56761a27e 100644 --- a/google-cloud-language/Gemfile +++ b/google-cloud-language/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-language/Rakefile b/google-cloud-language/Rakefile index 54fc4c88bede..321d4e3f2360 100644 --- a/google-cloud-language/Rakefile +++ b/google-cloud-language/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-language/lib/google-cloud-language.rb b/google-cloud-language/lib/google-cloud-language.rb index 63054bba8d84..3d9671c2445e 100644 --- a/google-cloud-language/lib/google-cloud-language.rb +++ b/google-cloud-language/lib/google-cloud-language.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-language/lib/google/cloud/language.rb b/google-cloud-language/lib/google/cloud/language.rb index 637f1f5120b8..d91e1ec89309 100644 --- a/google-cloud-language/lib/google/cloud/language.rb +++ b/google-cloud-language/lib/google/cloud/language.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-language/test/google/cloud/language/client_test.rb b/google-cloud-language/test/google/cloud/language/client_test.rb index f8ca010db832..ddd4338a76cf 100644 --- a/google-cloud-language/test/google/cloud/language/client_test.rb +++ b/google-cloud-language/test/google/cloud/language/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-language/test/google/cloud/language/version_test.rb b/google-cloud-language/test/google/cloud/language/version_test.rb index 6ca3bf4e9e4d..a0a03c19c374 100644 --- a/google-cloud-language/test/google/cloud/language/version_test.rb +++ b/google-cloud-language/test/google/cloud/language/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-language/test/helper.rb b/google-cloud-language/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-language/test/helper.rb +++ b/google-cloud-language/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-license_manager/.owlbot-manifest.json b/google-cloud-license_manager/.owlbot-manifest.json index 2943ce6ce59c..b20e61b7e214 100644 --- a/google-cloud-license_manager/.owlbot-manifest.json +++ b/google-cloud-license_manager/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-license_manager/.toys.rb b/google-cloud-license_manager/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-license_manager/.toys.rb +++ b/google-cloud-license_manager/.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-license_manager/Gemfile b/google-cloud-license_manager/Gemfile index b4ea08a188cf..7ef2001db574 100644 --- a/google-cloud-license_manager/Gemfile +++ b/google-cloud-license_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-license_manager/Rakefile b/google-cloud-license_manager/Rakefile index 9a32b9304ace..d282a714e3d0 100644 --- a/google-cloud-license_manager/Rakefile +++ b/google-cloud-license_manager/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-license_manager/lib/google-cloud-license_manager.rb b/google-cloud-license_manager/lib/google-cloud-license_manager.rb index 19b566ef6500..963fba0448c3 100644 --- a/google-cloud-license_manager/lib/google-cloud-license_manager.rb +++ b/google-cloud-license_manager/lib/google-cloud-license_manager.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-license_manager/lib/google/cloud/license_manager.rb b/google-cloud-license_manager/lib/google/cloud/license_manager.rb index 5b42ba37d089..4aed82c5637c 100644 --- a/google-cloud-license_manager/lib/google/cloud/license_manager.rb +++ b/google-cloud-license_manager/lib/google/cloud/license_manager.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-license_manager/test/google/cloud/license_manager/client_test.rb b/google-cloud-license_manager/test/google/cloud/license_manager/client_test.rb index 88785a068eda..bd94c9ceeb0c 100644 --- a/google-cloud-license_manager/test/google/cloud/license_manager/client_test.rb +++ b/google-cloud-license_manager/test/google/cloud/license_manager/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-license_manager/test/google/cloud/license_manager/version_test.rb b/google-cloud-license_manager/test/google/cloud/license_manager/version_test.rb index 767e4e69e6e0..983bd6d2d7d5 100644 --- a/google-cloud-license_manager/test/google/cloud/license_manager/version_test.rb +++ b/google-cloud-license_manager/test/google/cloud/license_manager/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-license_manager/test/helper.rb b/google-cloud-license_manager/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-license_manager/test/helper.rb +++ b/google-cloud-license_manager/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-life_sciences/.owlbot-manifest.json b/google-cloud-life_sciences/.owlbot-manifest.json index 9666365dfe0b..5cdd6a6e88c1 100644 --- a/google-cloud-life_sciences/.owlbot-manifest.json +++ b/google-cloud-life_sciences/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-life_sciences/.toys.rb b/google-cloud-life_sciences/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-life_sciences/.toys.rb +++ b/google-cloud-life_sciences/.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-life_sciences/Gemfile b/google-cloud-life_sciences/Gemfile index 5e7af0d2cdef..7c270eba812f 100644 --- a/google-cloud-life_sciences/Gemfile +++ b/google-cloud-life_sciences/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-life_sciences/Rakefile b/google-cloud-life_sciences/Rakefile index 4e4dd698106d..8808af1aa0f6 100644 --- a/google-cloud-life_sciences/Rakefile +++ b/google-cloud-life_sciences/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-life_sciences/lib/google-cloud-life_sciences.rb b/google-cloud-life_sciences/lib/google-cloud-life_sciences.rb index 3a2111065544..92c0f6f02549 100644 --- a/google-cloud-life_sciences/lib/google-cloud-life_sciences.rb +++ b/google-cloud-life_sciences/lib/google-cloud-life_sciences.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-life_sciences/lib/google/cloud/life_sciences.rb b/google-cloud-life_sciences/lib/google/cloud/life_sciences.rb index a960f54f17b5..7372d62ab1fe 100644 --- a/google-cloud-life_sciences/lib/google/cloud/life_sciences.rb +++ b/google-cloud-life_sciences/lib/google/cloud/life_sciences.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-life_sciences/test/google/cloud/life_sciences/client_test.rb b/google-cloud-life_sciences/test/google/cloud/life_sciences/client_test.rb index 44b93b1b7b67..24d889fea55f 100644 --- a/google-cloud-life_sciences/test/google/cloud/life_sciences/client_test.rb +++ b/google-cloud-life_sciences/test/google/cloud/life_sciences/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-life_sciences/test/google/cloud/life_sciences/version_test.rb b/google-cloud-life_sciences/test/google/cloud/life_sciences/version_test.rb index 65dc01031241..ee8909063da1 100644 --- a/google-cloud-life_sciences/test/google/cloud/life_sciences/version_test.rb +++ b/google-cloud-life_sciences/test/google/cloud/life_sciences/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-life_sciences/test/helper.rb b/google-cloud-life_sciences/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-life_sciences/test/helper.rb +++ b/google-cloud-life_sciences/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-location_finder/.owlbot-manifest.json b/google-cloud-location_finder/.owlbot-manifest.json index 5e9700cb07a2..970ba0819467 100644 --- a/google-cloud-location_finder/.owlbot-manifest.json +++ b/google-cloud-location_finder/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-location_finder/.toys.rb b/google-cloud-location_finder/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-location_finder/.toys.rb +++ b/google-cloud-location_finder/.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-location_finder/Gemfile b/google-cloud-location_finder/Gemfile index 5540f50082b7..9f6d411dcc15 100644 --- a/google-cloud-location_finder/Gemfile +++ b/google-cloud-location_finder/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-location_finder/Rakefile b/google-cloud-location_finder/Rakefile index 1ad1341d7903..ef94479c626b 100644 --- a/google-cloud-location_finder/Rakefile +++ b/google-cloud-location_finder/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-location_finder/lib/google-cloud-location_finder.rb b/google-cloud-location_finder/lib/google-cloud-location_finder.rb index 0b9fd3d7034f..b1d927fd81fb 100644 --- a/google-cloud-location_finder/lib/google-cloud-location_finder.rb +++ b/google-cloud-location_finder/lib/google-cloud-location_finder.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-location_finder/lib/google/cloud/location_finder.rb b/google-cloud-location_finder/lib/google/cloud/location_finder.rb index 6e588eaae318..a4b53f0a76fb 100644 --- a/google-cloud-location_finder/lib/google/cloud/location_finder.rb +++ b/google-cloud-location_finder/lib/google/cloud/location_finder.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-location_finder/test/google/cloud/location_finder/client_test.rb b/google-cloud-location_finder/test/google/cloud/location_finder/client_test.rb index 97da199ba59d..4b7a411c5461 100644 --- a/google-cloud-location_finder/test/google/cloud/location_finder/client_test.rb +++ b/google-cloud-location_finder/test/google/cloud/location_finder/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-location_finder/test/google/cloud/location_finder/version_test.rb b/google-cloud-location_finder/test/google/cloud/location_finder/version_test.rb index d683344cce2f..60f4a3cf69dc 100644 --- a/google-cloud-location_finder/test/google/cloud/location_finder/version_test.rb +++ b/google-cloud-location_finder/test/google/cloud/location_finder/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-location_finder/test/helper.rb b/google-cloud-location_finder/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-location_finder/test/helper.rb +++ b/google-cloud-location_finder/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-lustre/.owlbot-manifest.json b/google-cloud-lustre/.owlbot-manifest.json index ea8d03d43010..80169bd09883 100644 --- a/google-cloud-lustre/.owlbot-manifest.json +++ b/google-cloud-lustre/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-lustre/.toys.rb b/google-cloud-lustre/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-lustre/.toys.rb +++ b/google-cloud-lustre/.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-lustre/Gemfile b/google-cloud-lustre/Gemfile index d9d07d86ba89..e071a0fc77e9 100644 --- a/google-cloud-lustre/Gemfile +++ b/google-cloud-lustre/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-lustre/Rakefile b/google-cloud-lustre/Rakefile index cadd4e4380b8..8cd42e2113a1 100644 --- a/google-cloud-lustre/Rakefile +++ b/google-cloud-lustre/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-lustre/lib/google-cloud-lustre.rb b/google-cloud-lustre/lib/google-cloud-lustre.rb index 92b046a3f45e..8504a95e5577 100644 --- a/google-cloud-lustre/lib/google-cloud-lustre.rb +++ b/google-cloud-lustre/lib/google-cloud-lustre.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-lustre/lib/google/cloud/lustre.rb b/google-cloud-lustre/lib/google/cloud/lustre.rb index 915ba33af592..5898019d7822 100644 --- a/google-cloud-lustre/lib/google/cloud/lustre.rb +++ b/google-cloud-lustre/lib/google/cloud/lustre.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-lustre/test/google/cloud/lustre/client_test.rb b/google-cloud-lustre/test/google/cloud/lustre/client_test.rb index bfd81db1da56..0693be346dc9 100644 --- a/google-cloud-lustre/test/google/cloud/lustre/client_test.rb +++ b/google-cloud-lustre/test/google/cloud/lustre/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-lustre/test/google/cloud/lustre/version_test.rb b/google-cloud-lustre/test/google/cloud/lustre/version_test.rb index 53ea0705e5f2..308d97c07c1d 100644 --- a/google-cloud-lustre/test/google/cloud/lustre/version_test.rb +++ b/google-cloud-lustre/test/google/cloud/lustre/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-lustre/test/helper.rb b/google-cloud-lustre/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-lustre/test/helper.rb +++ b/google-cloud-lustre/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-maintenance-api/.owlbot-manifest.json b/google-cloud-maintenance-api/.owlbot-manifest.json index 9df950feb052..37349fe494ed 100644 --- a/google-cloud-maintenance-api/.owlbot-manifest.json +++ b/google-cloud-maintenance-api/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-maintenance-api/.toys.rb b/google-cloud-maintenance-api/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-maintenance-api/.toys.rb +++ b/google-cloud-maintenance-api/.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-maintenance-api/Gemfile b/google-cloud-maintenance-api/Gemfile index a7434c710d43..9455f1fec503 100644 --- a/google-cloud-maintenance-api/Gemfile +++ b/google-cloud-maintenance-api/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-maintenance-api/Rakefile b/google-cloud-maintenance-api/Rakefile index 966eb1502edd..90fce468cf89 100644 --- a/google-cloud-maintenance-api/Rakefile +++ b/google-cloud-maintenance-api/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-maintenance-api/lib/google-cloud-maintenance-api.rb b/google-cloud-maintenance-api/lib/google-cloud-maintenance-api.rb index 7f1f7c1613fe..75c7f94c4daf 100644 --- a/google-cloud-maintenance-api/lib/google-cloud-maintenance-api.rb +++ b/google-cloud-maintenance-api/lib/google-cloud-maintenance-api.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-maintenance-api/lib/google/cloud/maintenance/api.rb b/google-cloud-maintenance-api/lib/google/cloud/maintenance/api.rb index 407dc110918d..dfa02e8462ee 100644 --- a/google-cloud-maintenance-api/lib/google/cloud/maintenance/api.rb +++ b/google-cloud-maintenance-api/lib/google/cloud/maintenance/api.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-maintenance-api/test/google/cloud/maintenance/api/client_test.rb b/google-cloud-maintenance-api/test/google/cloud/maintenance/api/client_test.rb index fc62aba39882..870b2136f251 100644 --- a/google-cloud-maintenance-api/test/google/cloud/maintenance/api/client_test.rb +++ b/google-cloud-maintenance-api/test/google/cloud/maintenance/api/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-maintenance-api/test/google/cloud/maintenance/api/version_test.rb b/google-cloud-maintenance-api/test/google/cloud/maintenance/api/version_test.rb index 65eb7428cadb..62794bcd0c8b 100644 --- a/google-cloud-maintenance-api/test/google/cloud/maintenance/api/version_test.rb +++ b/google-cloud-maintenance-api/test/google/cloud/maintenance/api/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-maintenance-api/test/helper.rb b/google-cloud-maintenance-api/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-maintenance-api/test/helper.rb +++ b/google-cloud-maintenance-api/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-managed_identities/.owlbot-manifest.json b/google-cloud-managed_identities/.owlbot-manifest.json index 06fe242dda4b..bd45b0211f55 100644 --- a/google-cloud-managed_identities/.owlbot-manifest.json +++ b/google-cloud-managed_identities/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-managed_identities/.toys.rb b/google-cloud-managed_identities/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-managed_identities/.toys.rb +++ b/google-cloud-managed_identities/.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-managed_identities/Gemfile b/google-cloud-managed_identities/Gemfile index 120ae4a32513..dc5400875918 100644 --- a/google-cloud-managed_identities/Gemfile +++ b/google-cloud-managed_identities/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-managed_identities/Rakefile b/google-cloud-managed_identities/Rakefile index bf59e84fd893..abbcb5bc8c60 100644 --- a/google-cloud-managed_identities/Rakefile +++ b/google-cloud-managed_identities/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-managed_identities/lib/google-cloud-managed_identities.rb b/google-cloud-managed_identities/lib/google-cloud-managed_identities.rb index cfc46f1e6b4d..18ae924272cc 100644 --- a/google-cloud-managed_identities/lib/google-cloud-managed_identities.rb +++ b/google-cloud-managed_identities/lib/google-cloud-managed_identities.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-managed_identities/lib/google/cloud/managed_identities.rb b/google-cloud-managed_identities/lib/google/cloud/managed_identities.rb index ac447503d9bb..4b67063ecaf3 100644 --- a/google-cloud-managed_identities/lib/google/cloud/managed_identities.rb +++ b/google-cloud-managed_identities/lib/google/cloud/managed_identities.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-managed_identities/test/google/cloud/managed_identities/client_test.rb b/google-cloud-managed_identities/test/google/cloud/managed_identities/client_test.rb index 9038759493fa..7cf4eee9c701 100644 --- a/google-cloud-managed_identities/test/google/cloud/managed_identities/client_test.rb +++ b/google-cloud-managed_identities/test/google/cloud/managed_identities/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-managed_identities/test/google/cloud/managed_identities/version_test.rb b/google-cloud-managed_identities/test/google/cloud/managed_identities/version_test.rb index 43638d87b5a5..1696227cc16f 100644 --- a/google-cloud-managed_identities/test/google/cloud/managed_identities/version_test.rb +++ b/google-cloud-managed_identities/test/google/cloud/managed_identities/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-managed_identities/test/helper.rb b/google-cloud-managed_identities/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-managed_identities/test/helper.rb +++ b/google-cloud-managed_identities/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-managed_kafka-schema_registry/.owlbot-manifest.json b/google-cloud-managed_kafka-schema_registry/.owlbot-manifest.json index b076e106452e..5d56d5ffdc2c 100644 --- a/google-cloud-managed_kafka-schema_registry/.owlbot-manifest.json +++ b/google-cloud-managed_kafka-schema_registry/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-managed_kafka-schema_registry/.toys.rb b/google-cloud-managed_kafka-schema_registry/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-managed_kafka-schema_registry/.toys.rb +++ b/google-cloud-managed_kafka-schema_registry/.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-managed_kafka-schema_registry/Gemfile b/google-cloud-managed_kafka-schema_registry/Gemfile index 34a7c4235615..d31c32cb23a1 100644 --- a/google-cloud-managed_kafka-schema_registry/Gemfile +++ b/google-cloud-managed_kafka-schema_registry/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-managed_kafka-schema_registry/Rakefile b/google-cloud-managed_kafka-schema_registry/Rakefile index dc2e6b70fcd6..24608da94be9 100644 --- a/google-cloud-managed_kafka-schema_registry/Rakefile +++ b/google-cloud-managed_kafka-schema_registry/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-managed_kafka-schema_registry/lib/google-cloud-managed_kafka-schema_registry.rb b/google-cloud-managed_kafka-schema_registry/lib/google-cloud-managed_kafka-schema_registry.rb index 0d616d52672d..701f83c22716 100644 --- a/google-cloud-managed_kafka-schema_registry/lib/google-cloud-managed_kafka-schema_registry.rb +++ b/google-cloud-managed_kafka-schema_registry/lib/google-cloud-managed_kafka-schema_registry.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-managed_kafka-schema_registry/lib/google/cloud/managed_kafka/schema_registry.rb b/google-cloud-managed_kafka-schema_registry/lib/google/cloud/managed_kafka/schema_registry.rb index 30791f1c1409..8ff7e8ea5164 100644 --- a/google-cloud-managed_kafka-schema_registry/lib/google/cloud/managed_kafka/schema_registry.rb +++ b/google-cloud-managed_kafka-schema_registry/lib/google/cloud/managed_kafka/schema_registry.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-managed_kafka-schema_registry/test/google/cloud/managed_kafka/schema_registry/client_test.rb b/google-cloud-managed_kafka-schema_registry/test/google/cloud/managed_kafka/schema_registry/client_test.rb index 5cbec45a51e9..1f06861db15a 100644 --- a/google-cloud-managed_kafka-schema_registry/test/google/cloud/managed_kafka/schema_registry/client_test.rb +++ b/google-cloud-managed_kafka-schema_registry/test/google/cloud/managed_kafka/schema_registry/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-managed_kafka-schema_registry/test/google/cloud/managed_kafka/schema_registry/version_test.rb b/google-cloud-managed_kafka-schema_registry/test/google/cloud/managed_kafka/schema_registry/version_test.rb index 045347189b17..a96a6e268114 100644 --- a/google-cloud-managed_kafka-schema_registry/test/google/cloud/managed_kafka/schema_registry/version_test.rb +++ b/google-cloud-managed_kafka-schema_registry/test/google/cloud/managed_kafka/schema_registry/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-managed_kafka-schema_registry/test/helper.rb b/google-cloud-managed_kafka-schema_registry/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-managed_kafka-schema_registry/test/helper.rb +++ b/google-cloud-managed_kafka-schema_registry/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-managed_kafka/.owlbot-manifest.json b/google-cloud-managed_kafka/.owlbot-manifest.json index 91297e8574b3..c153da68670f 100644 --- a/google-cloud-managed_kafka/.owlbot-manifest.json +++ b/google-cloud-managed_kafka/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-managed_kafka/.toys.rb b/google-cloud-managed_kafka/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-managed_kafka/.toys.rb +++ b/google-cloud-managed_kafka/.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-managed_kafka/Gemfile b/google-cloud-managed_kafka/Gemfile index cb564e94ad44..7d1595c17063 100644 --- a/google-cloud-managed_kafka/Gemfile +++ b/google-cloud-managed_kafka/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-managed_kafka/Rakefile b/google-cloud-managed_kafka/Rakefile index 45b9d9f5e398..2f04e9579214 100644 --- a/google-cloud-managed_kafka/Rakefile +++ b/google-cloud-managed_kafka/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-managed_kafka/lib/google-cloud-managed_kafka.rb b/google-cloud-managed_kafka/lib/google-cloud-managed_kafka.rb index 829eabbfa15e..8f5e68f95746 100644 --- a/google-cloud-managed_kafka/lib/google-cloud-managed_kafka.rb +++ b/google-cloud-managed_kafka/lib/google-cloud-managed_kafka.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-managed_kafka/lib/google/cloud/managed_kafka.rb b/google-cloud-managed_kafka/lib/google/cloud/managed_kafka.rb index 3c46df7e7ba7..626ec3c142d6 100644 --- a/google-cloud-managed_kafka/lib/google/cloud/managed_kafka.rb +++ b/google-cloud-managed_kafka/lib/google/cloud/managed_kafka.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-managed_kafka/test/google/cloud/managed_kafka/client_test.rb b/google-cloud-managed_kafka/test/google/cloud/managed_kafka/client_test.rb index 216ff356fae2..d8d59a8e46ab 100644 --- a/google-cloud-managed_kafka/test/google/cloud/managed_kafka/client_test.rb +++ b/google-cloud-managed_kafka/test/google/cloud/managed_kafka/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-managed_kafka/test/google/cloud/managed_kafka/version_test.rb b/google-cloud-managed_kafka/test/google/cloud/managed_kafka/version_test.rb index a37b5547b8f5..1437517b0eec 100644 --- a/google-cloud-managed_kafka/test/google/cloud/managed_kafka/version_test.rb +++ b/google-cloud-managed_kafka/test/google/cloud/managed_kafka/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-managed_kafka/test/helper.rb b/google-cloud-managed_kafka/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-managed_kafka/test/helper.rb +++ b/google-cloud-managed_kafka/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-media_translation/.owlbot-manifest.json b/google-cloud-media_translation/.owlbot-manifest.json index fd8c270821d3..e2472c4782c0 100644 --- a/google-cloud-media_translation/.owlbot-manifest.json +++ b/google-cloud-media_translation/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-media_translation/.toys.rb b/google-cloud-media_translation/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-media_translation/.toys.rb +++ b/google-cloud-media_translation/.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-media_translation/Gemfile b/google-cloud-media_translation/Gemfile index 8eee930cf3f6..296cfa1d4692 100644 --- a/google-cloud-media_translation/Gemfile +++ b/google-cloud-media_translation/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-media_translation/Rakefile b/google-cloud-media_translation/Rakefile index 5b17ca79720b..296cf450d68a 100644 --- a/google-cloud-media_translation/Rakefile +++ b/google-cloud-media_translation/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-media_translation/lib/google-cloud-media_translation.rb b/google-cloud-media_translation/lib/google-cloud-media_translation.rb index 5bf91020a1f2..38cdf1dc9a03 100644 --- a/google-cloud-media_translation/lib/google-cloud-media_translation.rb +++ b/google-cloud-media_translation/lib/google-cloud-media_translation.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-media_translation/lib/google/cloud/media_translation.rb b/google-cloud-media_translation/lib/google/cloud/media_translation.rb index 812dd8411471..db9ca704d5ef 100644 --- a/google-cloud-media_translation/lib/google/cloud/media_translation.rb +++ b/google-cloud-media_translation/lib/google/cloud/media_translation.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-media_translation/test/google/cloud/media_translation/client_test.rb b/google-cloud-media_translation/test/google/cloud/media_translation/client_test.rb index c19004f63f5b..a2ddef87b8ed 100644 --- a/google-cloud-media_translation/test/google/cloud/media_translation/client_test.rb +++ b/google-cloud-media_translation/test/google/cloud/media_translation/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-media_translation/test/google/cloud/media_translation/version_test.rb b/google-cloud-media_translation/test/google/cloud/media_translation/version_test.rb index e40454a09c2e..ef194620397b 100644 --- a/google-cloud-media_translation/test/google/cloud/media_translation/version_test.rb +++ b/google-cloud-media_translation/test/google/cloud/media_translation/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-media_translation/test/helper.rb b/google-cloud-media_translation/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-media_translation/test/helper.rb +++ b/google-cloud-media_translation/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-memcache/.owlbot-manifest.json b/google-cloud-memcache/.owlbot-manifest.json index 6bd6f93dca7c..3dad1b416aac 100644 --- a/google-cloud-memcache/.owlbot-manifest.json +++ b/google-cloud-memcache/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-memcache/.toys.rb b/google-cloud-memcache/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-memcache/.toys.rb +++ b/google-cloud-memcache/.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-memcache/Gemfile b/google-cloud-memcache/Gemfile index 152eb33841df..fd9ef697a7c9 100644 --- a/google-cloud-memcache/Gemfile +++ b/google-cloud-memcache/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-memcache/Rakefile b/google-cloud-memcache/Rakefile index 8e178b70b87b..efbd10fff39a 100644 --- a/google-cloud-memcache/Rakefile +++ b/google-cloud-memcache/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-memcache/lib/google-cloud-memcache.rb b/google-cloud-memcache/lib/google-cloud-memcache.rb index d09ec2e7306b..eb81ff2379cd 100644 --- a/google-cloud-memcache/lib/google-cloud-memcache.rb +++ b/google-cloud-memcache/lib/google-cloud-memcache.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-memcache/lib/google/cloud/memcache.rb b/google-cloud-memcache/lib/google/cloud/memcache.rb index e3ff6ed565d0..17d9d71e0d78 100644 --- a/google-cloud-memcache/lib/google/cloud/memcache.rb +++ b/google-cloud-memcache/lib/google/cloud/memcache.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-memcache/test/google/cloud/memcache/client_test.rb b/google-cloud-memcache/test/google/cloud/memcache/client_test.rb index 53e1a0919b43..2be60b1802a7 100644 --- a/google-cloud-memcache/test/google/cloud/memcache/client_test.rb +++ b/google-cloud-memcache/test/google/cloud/memcache/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-memcache/test/google/cloud/memcache/version_test.rb b/google-cloud-memcache/test/google/cloud/memcache/version_test.rb index 8ea170964d4d..7c669ae0827e 100644 --- a/google-cloud-memcache/test/google/cloud/memcache/version_test.rb +++ b/google-cloud-memcache/test/google/cloud/memcache/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-memcache/test/helper.rb b/google-cloud-memcache/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-memcache/test/helper.rb +++ b/google-cloud-memcache/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-memorystore/.owlbot-manifest.json b/google-cloud-memorystore/.owlbot-manifest.json index 1cd2d8edacbb..9e41ce0d3256 100644 --- a/google-cloud-memorystore/.owlbot-manifest.json +++ b/google-cloud-memorystore/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-memorystore/.toys.rb b/google-cloud-memorystore/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-memorystore/.toys.rb +++ b/google-cloud-memorystore/.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-memorystore/Gemfile b/google-cloud-memorystore/Gemfile index 146be5d835a7..1de518367037 100644 --- a/google-cloud-memorystore/Gemfile +++ b/google-cloud-memorystore/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-memorystore/Rakefile b/google-cloud-memorystore/Rakefile index 5c6e5ce82651..65a8a884d8b7 100644 --- a/google-cloud-memorystore/Rakefile +++ b/google-cloud-memorystore/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-memorystore/lib/google-cloud-memorystore.rb b/google-cloud-memorystore/lib/google-cloud-memorystore.rb index e3a8acbc3d9f..ed616f22da50 100644 --- a/google-cloud-memorystore/lib/google-cloud-memorystore.rb +++ b/google-cloud-memorystore/lib/google-cloud-memorystore.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-memorystore/lib/google/cloud/memorystore.rb b/google-cloud-memorystore/lib/google/cloud/memorystore.rb index 66e378080019..11ae59298e26 100644 --- a/google-cloud-memorystore/lib/google/cloud/memorystore.rb +++ b/google-cloud-memorystore/lib/google/cloud/memorystore.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-memorystore/test/google/cloud/memorystore/client_test.rb b/google-cloud-memorystore/test/google/cloud/memorystore/client_test.rb index 55c34c03d141..0a31f54f5099 100644 --- a/google-cloud-memorystore/test/google/cloud/memorystore/client_test.rb +++ b/google-cloud-memorystore/test/google/cloud/memorystore/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-memorystore/test/google/cloud/memorystore/version_test.rb b/google-cloud-memorystore/test/google/cloud/memorystore/version_test.rb index 8fcb368fcb59..eca21938e049 100644 --- a/google-cloud-memorystore/test/google/cloud/memorystore/version_test.rb +++ b/google-cloud-memorystore/test/google/cloud/memorystore/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-memorystore/test/helper.rb b/google-cloud-memorystore/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-memorystore/test/helper.rb +++ b/google-cloud-memorystore/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-metastore/.owlbot-manifest.json b/google-cloud-metastore/.owlbot-manifest.json index c15d8e781109..58f42e2e1ea0 100644 --- a/google-cloud-metastore/.owlbot-manifest.json +++ b/google-cloud-metastore/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-metastore/.toys.rb b/google-cloud-metastore/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-metastore/.toys.rb +++ b/google-cloud-metastore/.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-metastore/Gemfile b/google-cloud-metastore/Gemfile index 1e590edb0fea..f58904357558 100644 --- a/google-cloud-metastore/Gemfile +++ b/google-cloud-metastore/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-metastore/Rakefile b/google-cloud-metastore/Rakefile index a4a5a2f42e67..ab226b728f65 100644 --- a/google-cloud-metastore/Rakefile +++ b/google-cloud-metastore/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-metastore/lib/google-cloud-metastore.rb b/google-cloud-metastore/lib/google-cloud-metastore.rb index 77571d898cca..94e60de200df 100644 --- a/google-cloud-metastore/lib/google-cloud-metastore.rb +++ b/google-cloud-metastore/lib/google-cloud-metastore.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-metastore/lib/google/cloud/metastore.rb b/google-cloud-metastore/lib/google/cloud/metastore.rb index 329901062a1a..d6017b638a1f 100644 --- a/google-cloud-metastore/lib/google/cloud/metastore.rb +++ b/google-cloud-metastore/lib/google/cloud/metastore.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-metastore/test/google/cloud/metastore/client_test.rb b/google-cloud-metastore/test/google/cloud/metastore/client_test.rb index 645adc2b8180..b9d2e2e6c957 100644 --- a/google-cloud-metastore/test/google/cloud/metastore/client_test.rb +++ b/google-cloud-metastore/test/google/cloud/metastore/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-metastore/test/google/cloud/metastore/version_test.rb b/google-cloud-metastore/test/google/cloud/metastore/version_test.rb index cc896add5ed5..0bfc10f7bcf4 100644 --- a/google-cloud-metastore/test/google/cloud/metastore/version_test.rb +++ b/google-cloud-metastore/test/google/cloud/metastore/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-metastore/test/helper.rb b/google-cloud-metastore/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-metastore/test/helper.rb +++ b/google-cloud-metastore/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-migration_center/.owlbot-manifest.json b/google-cloud-migration_center/.owlbot-manifest.json index 87ff813929d7..468a483b41b8 100644 --- a/google-cloud-migration_center/.owlbot-manifest.json +++ b/google-cloud-migration_center/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-migration_center/.toys.rb b/google-cloud-migration_center/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-migration_center/.toys.rb +++ b/google-cloud-migration_center/.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-migration_center/Gemfile b/google-cloud-migration_center/Gemfile index 123c849c2538..dc02de84c191 100644 --- a/google-cloud-migration_center/Gemfile +++ b/google-cloud-migration_center/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-migration_center/Rakefile b/google-cloud-migration_center/Rakefile index fa4ab3549a2e..ee25e0085f05 100644 --- a/google-cloud-migration_center/Rakefile +++ b/google-cloud-migration_center/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-migration_center/lib/google-cloud-migration_center.rb b/google-cloud-migration_center/lib/google-cloud-migration_center.rb index fcc2aa138721..034d9fca17ae 100644 --- a/google-cloud-migration_center/lib/google-cloud-migration_center.rb +++ b/google-cloud-migration_center/lib/google-cloud-migration_center.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-migration_center/lib/google/cloud/migration_center.rb b/google-cloud-migration_center/lib/google/cloud/migration_center.rb index 6f899dc72a76..212ee9ac7fc4 100644 --- a/google-cloud-migration_center/lib/google/cloud/migration_center.rb +++ b/google-cloud-migration_center/lib/google/cloud/migration_center.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-migration_center/test/google/cloud/migration_center/client_test.rb b/google-cloud-migration_center/test/google/cloud/migration_center/client_test.rb index 3cdd6e61f03a..8af15bee300e 100644 --- a/google-cloud-migration_center/test/google/cloud/migration_center/client_test.rb +++ b/google-cloud-migration_center/test/google/cloud/migration_center/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-migration_center/test/google/cloud/migration_center/version_test.rb b/google-cloud-migration_center/test/google/cloud/migration_center/version_test.rb index ee2b7567b039..b53665a25eb4 100644 --- a/google-cloud-migration_center/test/google/cloud/migration_center/version_test.rb +++ b/google-cloud-migration_center/test/google/cloud/migration_center/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-migration_center/test/helper.rb b/google-cloud-migration_center/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-migration_center/test/helper.rb +++ b/google-cloud-migration_center/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.