Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "gems", "~> 1.2"
gem "google-style", "~> 1.30.0"
gem "google-style", ">= 1.30.0", "< 1.32"
gem "minitest", "~> 5.24"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-ads-ad_manager-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-ads-ad_manager/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-ads-marketing_platform-admin/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-analytics-admin-v1alpha/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-analytics-admin/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-analytics-data-v1beta/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-analytics-data/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-apps-chat-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-apps-chat/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-apps-events-subscriptions-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-apps-events-subscriptions/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-apps-meet-v2/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-apps-meet-v2beta/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-apps-meet/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-area120-tables-v1alpha1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-area120-tables/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-access_approval-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-access_approval/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-advisory_notifications-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-advisory_notifications/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-ai_platform-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-ai_platform/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-ai_platform/samples/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ master = ENV["GOOGLE_CLOUD_SAMPLES_TEST"] == "master"
gem "google-cloud-ai_platform", path: master ? "../../google-cloud-ai_platform" : nil

group :test do
gem "google-style", "~> 1.26.2"
gem "google-style", ">= 1.26.2", "< 1.31.2"
gem "minitest", "~> 5.17"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.2"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-alloy_db-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-alloy_db-v1alpha/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-alloy_db-v1beta/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-alloy_db/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-api_gateway-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-api_gateway/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-api_hub-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-api_hub/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-api_keys-v2/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-api_keys/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-apigee_connect-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-apigee_connect/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-apigee_registry-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-apigee_registry/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-app_engine-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-app_engine/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-app_hub-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-app_hub/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "google-style", ">= 1.30.1", "< 1.32"
gem "minitest", "~> 5.22"
gem "minitest-focus", "~> 1.4"
gem "minitest-rg", "~> 5.3"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-artifact_registry-v1/snippets/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
end

group :test do
gem "google-style", "~> 1.26.1"
gem "google-style", ">= 1.26.1", "< 1.31.2"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "minitest-hooks", "~> 1.5"
Expand Down
Loading
Loading