Skip to content

Commit

Permalink
Bump minimum required_ruby_version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Dec 21, 2021
1 parent 49d9295 commit 2552cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n-tasks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
TEXT
s.homepage = 'https://github.com/glebm/i18n-tasks'
s.metadata = { 'issue_tracker' => 'https://github.com/glebm/i18n-tasks' } if s.respond_to?(:metadata=)
s.required_ruby_version = '>= 2.5', '< 4.0' if s.respond_to?(:required_ruby_version=)
s.required_ruby_version = '>= 2.6', '< 4.0' if s.respond_to?(:required_ruby_version=)

s.files = `git ls-files`.split($/)
s.files -= s.files.grep(%r{^(doc/|\.|spec/)}) + %w[CHANGES.md config/i18n-tasks.yml Gemfile]
Expand Down

0 comments on commit 2552cdb

Please sign in to comment.