Skip to content

Commit

Permalink
Drop support for Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Dec 28, 2023
1 parent 17721d2 commit ef15784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AllCops:
Exclude:
- 'samples/**/*'
NewCops: enable
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0

# Tables are nice
Layout/HashAlignment:
Expand Down
2 changes: 1 addition & 1 deletion reek.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.executables = spec.files.grep(%r{^bin/}).map { |path| File.basename(path) }
spec.rdoc_options = %w(--main README.md -x assets/|bin/|config/|features/|spec/|tasks/)
spec.required_ruby_version = '>= 2.7.0'
spec.required_ruby_version = '>= 3.0.0'

spec.metadata = {
'homepage_uri' => 'https://github.com/troessner/reek',
Expand Down

0 comments on commit ef15784

Please sign in to comment.