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/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 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