diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 847d637f..ef90b3ab 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,7 +14,6 @@ jobs: fail-fast: false matrix: ruby-version: - - "3.1" - "3.2" - "3.3" rails-version: diff --git a/.rubocop.yml b/.rubocop.yml index 41c4b5e4..b2f5d5c5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -14,7 +14,7 @@ require: - rubocop-yard AllCops: - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.2 EnabledByDefault: true Exclude: - "spec/dummy/**/*" diff --git a/tanshuku.gemspec b/tanshuku.gemspec index 19963d73..721513e9 100644 --- a/tanshuku.gemspec +++ b/tanshuku.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| TXT spec.homepage = "https://github.com/kg8m/tanshuku" spec.license = "MIT" - spec.required_ruby_version = ">= 3.1" + spec.required_ruby_version = ">= 3.2" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage