Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Pin all minitest versions to 5.11.x #4116

Merged
merged 1 commit into from
Oct 3, 2019
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
source "https://rubygems.org"

gem "rake", "~> 12.3"
gem "minitest", "~> 5.10"
# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
gem "minitest-autotest", "~> 1.0"
gem "minitest-focus", "~> 1.1"
gem "minitest-rg", "~> 5.2"
Expand Down
4 changes: 4 additions & 0 deletions gcloud/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ gem "google-cloud-vision", path: "../google-cloud-vision"
gem "stackdriver-core", path: "../stackdriver-core"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-asset/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.0"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-automl/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.0"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-bigquery-data_transfer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-bigquery/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ gem "google-cloud-storage", path: "../google-cloud-storage"

gem "minitest-reporters", "~> 1.3.5", require: false
gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-bigtable/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ gem "google-cloud-env", path: "../google-cloud-env"

gem "minitest-reporters", "~> 1.3.5", require: false
gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-container/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-container_analysis/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ gemspec

gem "grafeas-client", path: "../grafeas-client"
gem "rake", "~> 12.0"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-dataproc/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-datastore/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ gem "google-cloud-core", path: "../google-cloud-core"
gem "google-cloud-env", path: "../google-cloud-env"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-dialogflow/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-dlp/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-dns/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ gem "google-cloud-core", path: "../google-cloud-core"
gem "google-cloud-env", path: "../google-cloud-env"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-env/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-error_reporting/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ gem "google-cloud-env", path: "../google-cloud-env"
gem "stackdriver-core", path: "../stackdriver-core"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-firestore/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ gem "google-cloud-env", path: "../google-cloud-env"
gem "rake", "~> 12.3"

gem "stackprof" unless Gem.win_platform?

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-irm/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ gemspec
gem "google-cloud-monitoring", "~> 0.29"
gem "public_suffix", "~> 2.0"
gem "rake", "~> 12.0"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-kms/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.1")
gem "jwt", "~> 1.5"
gem "kramdown", "< 1.17.0" # Error in yard with 1.17.0
end

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-language/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-monitoring/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-os_login/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-phishing_protection/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.0"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-pubsub/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ gem "google-cloud-env", path: "../google-cloud-env"

gem "minitest-reporters", "~> 1.3.5", require: false
gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-recaptcha_enterprise/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.0"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-redis/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-resource_manager/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ gem "google-cloud-core", path: "../google-cloud-core"
gem "google-cloud-env", path: "../google-cloud-env"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-scheduler/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.0"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-security_center/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-spanner/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ gem "google-cloud-core", path: "../google-cloud-core"
gem "google-cloud-env", path: "../google-cloud-env"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-speech/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-storage/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ gem "google-cloud-pubsub", path: "../google-cloud-pubsub"

gem "minitest-reporters", "~> 1.3.5", require: false
gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-talent/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.0"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-tasks/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-text_to_speech/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-trace/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ gem "google-cloud-env", path: "../google-cloud-env"
gem "stackdriver-core", path: "../stackdriver-core"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-translate/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ gem "google-cloud-core", path: "../google-cloud-core"
gem "google-cloud-env", path: "../google-cloud-env"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-video_intelligence/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-vision/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud-webrisk/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.0"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions google-cloud/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ gem "google-cloud-vision", path: "../google-cloud-vision"
gem "stackdriver-core", path: "../stackdriver-core"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions grafeas-client/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 12.0"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions stackdriver-core/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ gem "google-cloud-core", path: "../google-cloud-core"
gem "google-cloud-env", path: "../google-cloud-env"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
4 changes: 4 additions & 0 deletions stackdriver/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ gem "google-cloud-trace", path: "../google-cloud-trace"
gem "stackdriver-core", path: "../stackdriver-core"

gem "rake", "~> 12.3"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"