Skip to content

Commit

Permalink
Bump minimum Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
pointlessone committed Mar 1, 2024
1 parent 66af6be commit 311eb93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Changes

* Minimum Ruby is 2.7

Alexander Mankuta

* Performance improvement in subsets construction

Thomas Leitner
Expand Down
2 changes: 1 addition & 1 deletion ttfunk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Gem::Specification.new do |spec|

spec.files = Dir.glob('lib/**/*') +
['CHANGELOG.md', 'README.md', 'COPYING', 'LICENSE', 'GPLv2', 'GPLv3']
spec.required_ruby_version = '>= 2.6'
spec.required_ruby_version = '>= 2.7'
spec.add_development_dependency('prawn-dev', '~> 0.3.0')
end

0 comments on commit 311eb93

Please sign in to comment.