Skip to content

Commit

Permalink
Merge pull request #85 from thekuwayama/fix__spec.required_ruby_version
Browse files Browse the repository at this point in the history
fix: spec.required_ruby_version
  • Loading branch information
thekuwayama committed Dec 29, 2023
2 parents f921d0f + cc2f767 commit 0aac2a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
AllCops:
TargetRubyVersion: 2.7

Gemspec/RequiredRubyVersion:
Enabled: false

Style/ConditionalAssignment:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion tttls1.3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.description = spec.summary
spec.homepage = 'https://github.com/thekuwayama/tttls1.3'
spec.license = 'MIT'
spec.required_ruby_version = '>=2.7'
spec.required_ruby_version = '>=3.1'

spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 0aac2a7

Please sign in to comment.