Skip to content

Commit

Permalink
Drop support of ruby-2.6 and ruby-2.7 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyoffice-testing-robot authored Aug 25, 2023
1 parent 0d6a168 commit bb190a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
- name: Build and test with Rake
env:
BUGZILLA_API_KEY: ${{ secrets.BUGZILLA_API_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ inherit_from: .rubocop_todo.yml

AllCops:
NewCops: enable
TargetRubyVersion: 3.0

Metrics/BlockLength:
Max: 27
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### Changes

* Drop support of `ruby-2.4` and `ruby-2.5` since it's EOLed
* Drop support of `ruby-2.4`, `ruby-2.5`, `ruby-2.6`, `ruby-2.7` since it's EOLed
* Require `mfa` for releasing gem
* Remove `codeclimate` config, since we don't use it any more
* Check `dependabot` at 8:00 Moscow time daily
Expand Down
2 changes: 1 addition & 1 deletion onlyoffice_bugzilla_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 = OnlyofficeBugzillaHelper::NAME
s.version = OnlyofficeBugzillaHelper::VERSION
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.6'
s.required_ruby_version = '>= 3.0'
s.authors = ['ONLYOFFICE', 'Pavel Lobashov']
s.summary = 'Helper for bugzilla'
s.description = 'Helper for bugzilla, used in QA'
Expand Down

0 comments on commit bb190a3

Please sign in to comment.