Skip to content

Commit

Permalink
drop ruby 2.6 support
Browse files Browse the repository at this point in the history
ruby 2.6 is already eol
  • Loading branch information
hidakatsuya committed Feb 12, 2023
1 parent 561fc4c commit 914e17b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
ruby_version:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

* Drop Ruby 2.6 support

## 5.3.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ See [test/pdf/prawn_integration/expect.pdf](https://github.com/hidakatsuya/prawn

### Ruby

2.6, 2.7, 3.0, 3.1, 3.2
2.7, 3.0, 3.1, 3.2

## Installation

Expand Down
2 changes: 1 addition & 1 deletion prawn-emoji.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/hidakatsuya/prawn-emoji'
spec.license = 'MIT'

spec.required_ruby_version = '>= 2.6'
spec.required_ruby_version = '>= 2.7'

spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^test/}) }
Expand Down

0 comments on commit 914e17b

Please sign in to comment.