Skip to content

Commit

Permalink
Drop ruby-2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyoffice-testing-robot committed Oct 27, 2023
1 parent 3f5dc15 commit 18af80f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Set latest stable ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
ruby-version: '3.2'
- name: Setup ruby dependencies
run: |
gem install bundler
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.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-10-13 15:14:20 UTC using RuboCop version 1.57.1.
# on 2023-10-27 12:33:33 UTC using RuboCop version 1.57.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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## master (unreleased)

### New Features

* Add `ruby-3.2` to CI

### Changes

* Fix `rubocop-1.28.1` code issues
* Drop `ruby-2.6` support since it's EOL'ed
* Drop `ruby-2.6`, `ruby-2.7` support since it's EOL'ed

## 1.1.0 (2022-04-07)

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

BUNDLED WITH
2.4.20
2.4.21
2 changes: 1 addition & 1 deletion wrata_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.name = WrataApi::Name::STRING
s.version = WrataApi::Version::STRING
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 3.0'
s.authors = ['ONLYOFFICE', 'Pavel Lobashov']
s.email = %w[[email protected]]
s.summary = 'Wrata API Gem'
Expand Down

0 comments on commit 18af80f

Please sign in to comment.