Skip to content
Draft
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
15 changes: 9 additions & 6 deletions google-cloud-bigtable/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ local_dependencies.each do |name|
gem name, path: "../#{name}"
end

gem "google-style", "~> 1.30.1"
gem "minitest", "~> 5.16"
gem "minitest-focus", "~> 1.1"
gem "google-style", "~> 1.32.0"
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-rg", "~> 5.2"
gem "minitest-rg", "~> 5.3"
gem "ostruct", "~> 0.5.5"
gem "rake"
gem "redcarpet", "~> 3.0"
gem "simplecov", "~> 0.9"
gem "redcarpet", "~> 3.6"
gem "simplecov", "~> 0.22"
gem "yard", "~> 0.9"
gem "yard-doctest", "~> 0.1.13"
2 changes: 1 addition & 1 deletion google-cloud-bigtable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ results in logs appearing alongside your application logs in the

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

Google provides official support for Ruby versions that are actively supported
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigtable/google-cloud-bigtable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
"TROUBLESHOOTING.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE", ".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = ">= 3.0"
gem.required_ruby_version = ">= 3.2"

gem.add_dependency "concurrent-ruby", "~> 1.0"
gem.add_dependency "google-cloud-bigtable-admin-v2", "~> 1.7"
Expand Down
15 changes: 9 additions & 6 deletions google-cloud-datastore/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ local_dependencies.each do |name|
end

gem "autotest-suffix", "~> 1.1"
gem "google-style", "~> 1.30.1"
gem "minitest", "~> 5.16"
gem "google-style", "~> 1.32.0"
gem "irb", "~> 1.17"
gem "minitest", "~> 6.0.2"
gem "minitest-autotest", "~> 1.0"
gem "minitest-focus", "~> 1.1"
gem "minitest-focus", "~> 1.4"
gem "minitest-hooks", "~> 1.5"
gem "minitest-rg", "~> 5.2"
gem "minitest-mock", "~> 5.27"
gem "minitest-rg", "~> 5.3"
gem "ostruct", "~> 0.5.5"
gem "rake"
gem "redcarpet", "~> 3.0"
gem "simplecov", "~> 0.9"
gem "redcarpet", "~> 3.6"
gem "simplecov", "~> 0.22"
gem "yard", "~> 0.9"
gem "yard-doctest", "~> 0.1.13"
2 changes: 1 addition & 1 deletion google-cloud-datastore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ end

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

Google provides official support for Ruby versions that are actively supported
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-datastore/google-cloud-datastore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
["OVERVIEW.md", "AUTHENTICATION.md", "EMULATOR.md", "LOGGING.md", "CONTRIBUTING.md", "TROUBLESHOOTING.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE", ".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = ">= 3.0"
gem.required_ruby_version = ">= 3.2"

gem.add_dependency "google-cloud-core", "~> 1.5"
gem.add_dependency "google-cloud-datastore-v1", ">= 0.0", "< 2.a"
Expand Down
9 changes: 6 additions & 3 deletions google-cloud-firestore/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ local_dependencies.each do |name|
end

gem "autotest-suffix", "~> 1.1"
gem "google-style", "~> 1.30.1"
gem "minitest", "~> 5.25"
gem "google-style", "~> 1.32.0"
gem "irb", "~> 1.17"
gem "minitest", "~> 6.0.2"
gem "minitest-autotest", "~> 1.0"
gem "minitest-focus", "~> 1.4"
gem "minitest-mock", "~> 5.27"
gem "minitest-rg", "~> 5.3"
gem "ostruct", "~> 0.5.5"
gem "rake"
gem "redcarpet", "~> 3.0"
gem "redcarpet", "~> 3.6"
gem "simplecov", "~> 0.22"
gem "stackprof" unless Gem.win_platform?
gem "yard", "~> 0.9"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-firestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ end

## Supported Ruby Versions

This library is supported on Ruby 3.0+.
This library is supported on Ruby 3.2+.

Google provides official support for Ruby versions that are actively supported
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-firestore/google-cloud-firestore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
["OVERVIEW.md", "AUTHENTICATION.md", "EMULATOR.md", "LOGGING.md", "CONTRIBUTING.md", "TROUBLESHOOTING.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE", ".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = ">= 3.0"
gem.required_ruby_version = ">= 3.2"

gem.add_dependency "bigdecimal", "~> 3.0"
gem.add_dependency "concurrent-ruby", "~> 1.0"
Expand Down
Loading