Skip to content

Commit

Permalink
Remove support for obsolete Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Nov 5, 2022
1 parent 087e555 commit 8f2b759
Show file tree
Hide file tree
Showing 3 changed files with 2 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 @@ -7,7 +7,6 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- 2.6.9
- 2.7.5
- 3.0.4
- 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ require:
- rubocop-rspec

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
NewCops: enable
2 changes: 1 addition & 1 deletion danger-periphery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = spec.description
spec.homepage = 'https://github.com/manicmaniac/danger-periphery'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.6.0'
spec.required_ruby_version = '>= 2.7.0'
spec.metadata['rubygems_mfa_required'] = 'true'

spec.files = Dir['lib/**/*.rb']
Expand Down

0 comments on commit 8f2b759

Please sign in to comment.