diff --git a/.rubocop.yml b/.rubocop.yml index a10e085..64c7add 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -12,7 +12,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 1815a01..9cf7ee3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,4 +114,4 @@ DEPENDENCIES tapioca BUNDLED WITH - 2.4.21 + 4.0.15 diff --git a/parse_packwerk.gemspec b/parse_packwerk.gemspec index 913a052..c3b81b2 100644 --- a/parse_packwerk.gemspec +++ b/parse_packwerk.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 = '>= 2.6' + spec.required_ruby_version = '>= 3.3' spec.add_dependency 'bigdecimal' spec.add_dependency 'sorbet-runtime'