Skip to content

Commit

Permalink
bump rubocop target ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Aug 4, 2024
1 parent cce5022 commit eec9281
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 @@ -5,7 +5,7 @@ require:
- rubocop-rspec

AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.7
NewCops: enable
Exclude:
- "**/*.erb"
Expand Down
2 changes: 1 addition & 1 deletion vanagon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.authors = ['Puppet By Perforce']
gem.email = 'release@puppet.com'
gem.homepage = 'http://github.com/puppetlabs/vanagon'
gem.required_ruby_version = '>=2.3', '<4'
gem.required_ruby_version = '>=2.7', '<4'

gem.add_runtime_dependency('docopt')
# Handle git repos responsibly
Expand Down

0 comments on commit eec9281

Please sign in to comment.