Skip to content

Commit

Permalink
feat(channel): Drop support for Ruby 2.4 and add support for Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Mar 1, 2021
1 parent c40f13d commit 42eb80e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions google-cloud-channel/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ Metrics/BlockLength:
Naming/FileName:
Exclude:
- "lib/google-cloud-channel.rb"

Style/AsciiComments:
Enabled: false
4 changes: 2 additions & 2 deletions google-cloud-channel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ end

## Supported Ruby Versions

This library is supported on Ruby 2.4+.
This library is supported on Ruby 2.5+.

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
in security maintenance, and not end of life. Currently, this means Ruby 2.4
in security maintenance, and not end of life. Currently, this means Ruby 2.5
and later. Older versions of Ruby _may_ still work, but are unsupported and not
recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
about the Ruby support schedule.
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-channel/google-cloud-channel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Gem::Specification.new do |gem|
["README.md", "AUTHENTICATION.md", "LICENSE.md", ".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = ">= 2.4"
gem.required_ruby_version = ">= 2.5"

gem.add_dependency "google-cloud-channel-v1", "~> 0.0"
gem.add_dependency "google-cloud-core", "~> 1.5"

gem.add_development_dependency "google-style", "~> 1.24.0"
gem.add_development_dependency "google-style", "~> 1.25.1"
gem.add_development_dependency "minitest", "~> 5.14"
gem.add_development_dependency "minitest-focus", "~> 1.1"
gem.add_development_dependency "minitest-rg", "~> 5.2"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-channel/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
"sha": "c830c7d6f7b45ddb90cafc77707b1ecf323e600b"
"sha": "940404e086b1ea483ee79fd879d67c1c368790df"
}
},
{
Expand Down

0 comments on commit 42eb80e

Please sign in to comment.