Skip to content

Commit dddaa5c

Browse files
feat(binary_authorization): Drop support for Ruby 2.4 and add support for Ruby 3.0
1 parent c50cb4f commit dddaa5c

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

google-cloud-binary_authorization/.rubocop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ Metrics/BlockLength:
2020
Naming/FileName:
2121
Exclude:
2222
- "lib/google-cloud-binary_authorization.rb"
23-
24-
Style/AsciiComments:
25-
Enabled: false

google-cloud-binary_authorization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ end
6262

6363
## Supported Ruby Versions
6464

65-
This library is supported on Ruby 2.4+.
65+
This library is supported on Ruby 2.5+.
6666

6767
Google provides official support for Ruby versions that are actively supported
6868
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
69-
in security maintenance, and not end of life. Currently, this means Ruby 2.4
69+
in security maintenance, and not end of life. Currently, this means Ruby 2.5
7070
and later. Older versions of Ruby _may_ still work, but are unsupported and not
7171
recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
7272
about the Ruby support schedule.

google-cloud-binary_authorization/google-cloud-binary_authorization.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Gem::Specification.new do |gem|
2020
["README.md", "AUTHENTICATION.md", "LICENSE.md", ".yardopts"]
2121
gem.require_paths = ["lib"]
2222

23-
gem.required_ruby_version = ">= 2.4"
23+
gem.required_ruby_version = ">= 2.5"
2424

2525
gem.add_dependency "google-cloud-binary_authorization-v1beta1", "~> 0.0"
2626
gem.add_dependency "google-cloud-core", "~> 1.5"
2727

28-
gem.add_development_dependency "google-style", "~> 1.24.0"
28+
gem.add_development_dependency "google-style", "~> 1.25.1"
2929
gem.add_development_dependency "minitest", "~> 5.14"
3030
gem.add_development_dependency "minitest-focus", "~> 1.1"
3131
gem.add_development_dependency "minitest-rg", "~> 5.2"

google-cloud-binary_authorization/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
7-
"sha": "c830c7d6f7b45ddb90cafc77707b1ecf323e600b"
7+
"sha": "940404e086b1ea483ee79fd879d67c1c368790df"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)