21454: Update required_ruby_version in all gems
authorBrett Smith <brett.smith@curii.com>
Wed, 7 Feb 2024 15:57:07 +0000 (10:57 -0500)
committerBrett Smith <brett.smith@curii.com>
Wed, 7 Feb 2024 15:57:07 +0000 (10:57 -0500)
They might technically work on older versions, but this is all we're
testing with and supporting as of Arvados 3.0, so say that.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

sdk/cli/arvados-cli.gemspec
sdk/ruby-google-api-client/arvados-google-api-client.gemspec
sdk/ruby/arvados.gemspec

index 3a856c4f5147a5acddf32bc34b02bbecc8844a01..67f93c19c318ab276204b0d6d883c47024ad9242 100644 (file)
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
   s.files       = ["bin/arv", "bin/arv-tag", "LICENSE-2.0.txt"]
   s.executables << "arv"
   s.executables << "arv-tag"
-  s.required_ruby_version = '>= 2.5.0'
+  s.required_ruby_version = '>= 2.7.0'
   s.add_runtime_dependency 'arvados', '~> 2.8.a'
   # arvados fork of google-api-client gem with old API and new
   # compatibility fixes, built from ../ruby-google-api-client/
index 70277bbf7969195c2995de07279da95683663042..123180ae1c1fae026019105b915b00965a3c7c30 100644 (file)
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
   s.name = "arvados-google-api-client"
   s.version = Google::APIClient::VERSION::STRING
 
-  s.required_ruby_version = '>= 2.5.0'
+  s.required_ruby_version = '>= 2.7.0'
   s.required_rubygems_version = ">= 1.3.5"
   s.require_paths = ["lib"]
   s.authors = ["Bob Aman", "Steven Bazyl"]
index 711b51daafbf30d8ab0a7c65e2159a3d4c8abd42..ea5ff8c7c5caec9456e4501998a7412c2054539c 100644 (file)
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
   s.files       = ["lib/arvados.rb", "lib/arvados/google_api_client.rb",
                    "lib/arvados/collection.rb", "lib/arvados/keep.rb",
                    "README", "LICENSE-2.0.txt"]
-  s.required_ruby_version = '>= 2.5.0'
+  s.required_ruby_version = '>= 2.7.0'
   s.add_dependency('activesupport', '>= 3')
   s.add_dependency('andand', '~> 1.3', '>= 1.3.3')
   # arvados fork of google-api-client gem with old API and new