Skip to content

Commit

Permalink
Merge pull request #29 from k-ta-yamada/feature/eol-ruby-2.5
Browse files Browse the repository at this point in the history
required_ruby_version change to `>= 2.6.0`
  • Loading branch information
k-ta-yamada authored Sep 4, 2021
2 parents c2e10f4 + 0d4a8f5 commit a8d0fec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rvm:
- 3.0
- 2.7
- 2.6
- 2.5

before_install:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG.md

## v3.2.4

2021-09-04 JST

- required_ruby_version change to `>= 2.6.0` because Ruby 2.5 reaches EOL.

## v3.2.3

2020-01-03 JST
Expand Down
2 changes: 1 addition & 1 deletion lib/tee_logger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# namespace
module TeeLogger
# version number
VERSION = '3.2.3'.freeze
VERSION = '3.2.4'.freeze
end
2 changes: 1 addition & 1 deletion tee_logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ['k-ta-yamada']
spec.email = ['key.luvless@gmail.com']

spec.required_ruby_version = '>= 2.5.0'
spec.required_ruby_version = '>= 2.6.0'

spec.summary = 'logging to file and standard output.'
# rubocop:disable Metrics/LineLength
Expand Down

0 comments on commit a8d0fec

Please sign in to comment.