Skip to content

Commit 0c3097d

Browse files
feat: Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 (#32871)
* feat: Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 PiperOrigin-RevId: 883373063 Source-Link: googleapis/googleapis@e1443bf Source-Link: googleapis/googleapis-gen@8ecc70c Copy-Tag: eyJwIjoiZ3JhZmVhcy8uT3dsQm90LnlhbWwiLCJoIjoiOGVjYzcwYzI5MjJjZmM0NjQ5YTA0NTRiYzhkMmUxZjNhNThhOWQ3OCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 930f758 commit 0c3097d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

grafeas/Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ local_dependencies.each do |name|
1919
gem name, path: "../#{name}"
2020
end
2121

22-
gem "google-style", "~> 1.30.1"
23-
gem "minitest", "~> 5.22"
22+
gem "google-style", "~> 1.32.0"
23+
gem "minitest", "~> 6.0.2"
2424
gem "minitest-focus", "~> 1.4"
25+
gem "minitest-mock", "~> 5.27"
2526
gem "minitest-rg", "~> 5.3"
27+
gem "ostruct", "~> 0.5.5"
2628
gem "rake", ">= 13.0"
2729
gem "redcarpet", "~> 3.6"
2830
gem "yard", "~> 0.9"

grafeas/grafeas.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
2020
["README.md", "LICENSE.md", ".yardopts", "MIGRATING.md"]
2121
gem.require_paths = ["lib"]
2222

23-
gem.required_ruby_version = ">= 3.0"
23+
gem.required_ruby_version = ">= 3.2"
2424

2525
gem.add_dependency "google-cloud-core", "~> 1.6"
2626
gem.add_dependency "grafeas-v1", ">= 0.14", "< 2.a"

grafeas/test/helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
require "minitest/autorun"
2020
require "minitest/focus"
21+
require "minitest/mock"
2122
require "minitest/rg"
2223

2324
require "grpc"

0 commit comments

Comments
 (0)