Skip to content

Commit

Permalink
Actualize rubies list (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyoffice-testing-robot authored Oct 13, 2023
1 parent 94e7a42 commit 4c80b19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ inherit_from: .rubocop_todo.yml

AllCops:
NewCops: enable
TargetRubyVersion: 2.5
TargetRubyVersion: 3.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion onlyoffice_rake_code_linter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4c80b19

Please sign in to comment.