Skip to content

Commit

Permalink
Drop ruby-2.7 support (#350)
Browse files Browse the repository at this point in the history
Add ruby-3.2 to CI
  • Loading branch information
onlyoffice-testing-robot authored Sep 1, 2023
1 parent 06a3d8c commit 226f47a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 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.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 @@ -8,4 +8,4 @@ inherit_from:

AllCops:
NewCops: enable
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-06-16 11:19:19 UTC using RuboCop version 1.52.1.
# on 2023-09-01 13:09:36 UTC using RuboCop version 1.56.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

## master (unreleased)

### New Features

* Add `ruby-3.2` to CI

### Fixes

* Fix csv file url in specs

### Changes

* Drop `ruby-2.7` support, since it's EOLed

## 1.1.0 (2022-08-12)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ DEPENDENCIES
yard (~> 0, >= 0.9.20)

BUNDLED WITH
2.4.14
2.4.19
2 changes: 1 addition & 1 deletion onlyoffice_file_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.name = OnlyofficeFileHelper::NAME
s.version = OnlyofficeFileHelper::VERSION
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 3.0'
s.authors = ['ONLYOFFICE', 'Pavel Lobashov']
s.summary = 'ONLYOFFICE Helper Gem for File operation'
s.description = 'ONLYOFFICE Helper Gem for File operation. Used in QA'
Expand Down

0 comments on commit 226f47a

Please sign in to comment.