From 73f580f3312ff08c26494a550de1689e9bbb811f Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 25 Jun 2026 14:16:51 -0700 Subject: [PATCH 1/2] Require Ruby >= 3.3 and update CI Ruby versions --- rubocop-packs.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubocop-packs.gemspec b/rubocop-packs.gemspec index eb1483f..89b3df7 100644 --- a/rubocop-packs.gemspec +++ b/rubocop-packs.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| # Specify which files should be added to the gem when it is released. spec.files = Dir['README.md', 'lib/**/*', 'config/default.yml'] spec.require_paths = ['lib'] - spec.required_ruby_version = '>= 3.2' + spec.required_ruby_version = '>= 3.3' spec.add_dependency 'activesupport' spec.add_dependency 'base64' From b167821e447336d1968f5bac8f5f9bb97f1344d0 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 25 Jun 2026 14:18:52 -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 b801da9..cf7f4dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,4 +197,4 @@ DEPENDENCIES tapioca BUNDLED WITH - 4.0.7 + 4.0.15