diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index b622019..c54f8be 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["3.1", "3.2", "3.3", "3.4", "4.0", "head"] + ruby: ["3.4", "4.0", "head"] steps: - name: Harden the runner (Audit all outbound calls) diff --git a/.rubocop.yml b/.rubocop.yml index 18c633d..4311fea 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,7 +7,7 @@ plugins: - rubocop-rspec AllCops: - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.4 NewCops: enable # We use standard as a linter and formatter instead Rubocop. diff --git a/.ruby-version b/.ruby-version index fcdb2e1..1454f6e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.0 +4.0.1 diff --git a/.standard.yml b/.standard.yml index 72b2693..65c3e05 100644 --- a/.standard.yml +++ b/.standard.yml @@ -1 +1 @@ -ruby_version: 3.1 +ruby_version: 3.4 diff --git a/Gemfile.lock b/Gemfile.lock index 377ec1b..3509224 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,4 +218,4 @@ CHECKSUMS uri (1.0.4) sha256=34485d137c079f8753a0ca1d883841a7ba2e5fae556e3c30c2aab0dde616344b BUNDLED WITH - 2.6.8 + 4.0.4 diff --git a/errbit_github_plugin.gemspec b/errbit_github_plugin.gemspec index 0805349..88083e6 100644 --- a/errbit_github_plugin.gemspec +++ b/errbit_github_plugin.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.description = "GitHub integration for Errbit" spec.homepage = "https://github.com/errbit/errbit_github_plugin" spec.license = "MIT" - spec.required_ruby_version = ">= 3.1.0" + spec.required_ruby_version = ">= 3.4.0" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage