invoca-utils.gemspec in invoca-utils-0.5.1 vs invoca-utils.gemspec in invoca-utils-0.6.0

- old
+ new

@@ -23,12 +23,12 @@ spec.executables = spec.files.grep(%r{^bin/}) { |file| File.basename(file) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] # this should match the minimum github pipeline targets - # which is currently set to 2.5 - spec.required_ruby_version = ">= 2.5.0" + # which is currently set to 3.1 + spec.required_ruby_version = ">= 3.1" - spec.add_dependency "activesupport", ">= 5.0" + spec.add_dependency "activesupport", ">= 6.0" # Specify this gem's development and test dependencies in Gemfile end