Skip to content

Commit ebe0b10

Browse files
authored
Merge pull request voxpupuli#64 from bastelfreak/deps
Require Ruby 3.2 or newer
2 parents bfa3207 + fe037c7 commit ebe0b10

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
---
22
inherit_gem:
33
voxpupuli-rubocop: rubocop.yml
4+
5+
AllCops:
6+
TargetRubyVersion: 3.2

voxpupuli-puppet-lint-plugins.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.description = 'A package that depends on all the puppet-lint-* gems Vox Pupuli modules need and puppet-lint itself'
1111
s.licenses = 'AGPL-3.0-only'
1212
s.files = ['README.md', 'LICENSE']
13-
s.required_ruby_version = '>= 2.7.0'
13+
s.required_ruby_version = '>= 3.2.0'
1414

1515
# pull in puppet-lint 4 or newer.
1616
# Also it vendors top_scope_facts-check and legacy_facts-check
@@ -34,5 +34,5 @@ Gem::Specification.new do |s|
3434
s.add_dependency 'puppet-lint-version_comparison-check', '~> 2.0'
3535

3636
s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
37-
s.add_development_dependency 'voxpupuli-rubocop', '~> 3.1.0'
37+
s.add_development_dependency 'voxpupuli-rubocop', '~> 4.2.0'
3838
end

0 commit comments

Comments
 (0)