Skip to content

Commit

Permalink
Require Ruby 2.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and evgeni committed Nov 29, 2024
1 parent 51c9f25 commit be3075e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ require:

AllCops:
NewCops: enable
TargetRubyVersion: 2.5
Exclude:
- 'extra/**/*.rb'
- 'vendor/**/*'
Expand Down
2 changes: 1 addition & 1 deletion smart_proxy_dhcp_remote_isc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |s|
s.files = Dir['{config,lib,bundler.d}/**/*'] + ['README.md', 'LICENSE']
s.test_files = Dir['test/**/*']

s.required_ruby_version = '>= 2.5'
s.required_ruby_version = '>= 2.7'
end

0 comments on commit be3075e

Please sign in to comment.