diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e53308c..abb33ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: fail-fast: false matrix: ruby: - - 3.2 - 3.3 - 3.4 - 4.0 diff --git a/.rubocop.yml b/.rubocop.yml index 8b23ea2..f95aee0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -13,7 +13,7 @@ AllCops: NewCops: enable Exclude: - vendor/bundle/**/** - TargetRubyVersion: 2.6 + TargetRubyVersion: 3.3 Metrics/ParameterLists: Enabled: false diff --git a/Gemfile.lock b/Gemfile.lock index f22324d..7a12457 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,4 +137,4 @@ DEPENDENCIES tapioca BUNDLED WITH - 2.2.34 + 4.0.15 diff --git a/packs-specification.gemspec b/packs-specification.gemspec index eb09a09..b1d280c 100644 --- a/packs-specification.gemspec +++ b/packs-specification.gemspec @@ -21,7 +21,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/**/*'] spec.require_paths = ['lib'] - spec.required_ruby_version = '>= 3.1' + spec.required_ruby_version = '>= 3.3' spec.add_dependency 'sorbet-runtime'