From a111fd892f3ab78128b97418f4aa345c3fb4d8bb Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 25 Jun 2026 14:13:46 -0700 Subject: [PATCH 1/2] Require Ruby >= 3.3 and update CI Ruby versions --- .rubocop.yml | 2 +- code_teams.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 7feb128..d891c64 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -18,7 +18,7 @@ AllCops: Exclude: - vendor/bundle/**/** - bin/** - TargetRubyVersion: 3.2 + TargetRubyVersion: 3.3 Gemspec/DevelopmentDependencies: Enabled: true diff --git a/code_teams.gemspec b/code_teams.gemspec index 242b648..aaf857f 100644 --- a/code_teams.gemspec +++ b/code_teams.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |spec| spec.files = Dir['README.md', 'lib/**/*'] spec.require_paths = ['lib'] - spec.required_ruby_version = '>= 3.2' + spec.required_ruby_version = '>= 3.3' spec.add_dependency 'sorbet-runtime' end From 5cef19980d70fe2b9d77df32b38c9352bf30b6e5 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 25 Jun 2026 14:18:51 -0700 Subject: [PATCH 2/2] Bump bundler to 4.0.15 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d9cc020..bb6692d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,4 +121,4 @@ DEPENDENCIES tapioca BUNDLED WITH - 2.4.7 + 4.0.15