From 4c80b19f6f041088276b042383a2bfae42b88d03 Mon Sep 17 00:00:00 2001 From: OnlyOffice Testing Robot Date: Fri, 13 Oct 2023 12:24:52 +0300 Subject: [PATCH] Actualize rubies list (#113) --- .github/workflows/ruby.yml | 2 +- .rubocop.yml | 2 +- CHANGELOG.md | 2 +- onlyoffice_rake_code_linter.gemspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index b48327c..ee1f79b 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -6,7 +6,7 @@ jobs: continue-on-error: ${{ matrix.allow-failures }} strategy: matrix: - ruby: ['2.6', '2.7', '3.0', '3.1'] + ruby: ['3.0', '3.1', '3.2'] allow-failures: [false] include: - ruby: head diff --git a/.rubocop.yml b/.rubocop.yml index 019bc7e..8322335 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,4 +7,4 @@ inherit_from: .rubocop_todo.yml AllCops: NewCops: enable - TargetRubyVersion: 2.5 + TargetRubyVersion: 3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b45f9..38ea18f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ ### Changes * Allow failures on `ruby-head` in CI -* Drop support of ruby 2.5 since it's EOLed +* Drop support of `ruby-2.5`, `ruby-2.6`, `ruby-2.7` since it's EOLed * Freeze dependencies versions in `Gemfile.lock` * Check `dependabot` at 8:00 Moscow time daily * Changes from `rubocop-rspec` update to 2.9.0 diff --git a/onlyoffice_rake_code_linter.gemspec b/onlyoffice_rake_code_linter.gemspec index 5f977ed..8975126 100644 --- a/onlyoffice_rake_code_linter.gemspec +++ b/onlyoffice_rake_code_linter.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.name = OnlyofficeRakeCodeLinter::NAME s.version = OnlyofficeRakeCodeLinter::VERSION s.platform = Gem::Platform::RUBY - s.required_ruby_version = '>= 2.5' + s.required_ruby_version = '>= 3.0' s.authors = ['ONLYOFFICE', 'Pavel Lobashov'] s.email = %w[shockwavenn@gmail.com] s.summary = 'Lib with rake tasks to perform lint on source repos'