diff --git a/.rubocop.yml b/.rubocop.yml index 047cb90..f393790 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -27,7 +27,7 @@ AllCops: SuggestExtensions: false Exclude: - vendor/bundle/**/** - TargetRubyVersion: 3.2 + TargetRubyVersion: 3.3 Metrics/ParameterLists: Enabled: false diff --git a/.ruby-version b/.ruby-version index be94e6f..7bcbb38 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.4.9 diff --git a/Gemfile.lock b/Gemfile.lock index babdb58..e2046c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,4 +296,4 @@ DEPENDENCIES tapioca BUNDLED WITH - 4.0.7 + 4.0.15 diff --git a/packs.gemspec b/packs.gemspec index bd45953..f7f0c3e 100644 --- a/packs.gemspec +++ b/packs.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| 'public gem pushes.' end - spec.required_ruby_version = Gem::Requirement.new('>= 3.2') + spec.required_ruby_version = Gem::Requirement.new('>= 3.3') # Specify which files should be added to the gem when it is released. spec.files = Dir['README.md', 'lib/**/*', 'bin/**/*']