aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorMichael Hashizume <michael.hashizume@puppet.com>2023-02-10 10:23:55 -0800
committerMichael Hashizume <michael.hashizume@puppet.com>2023-02-10 10:28:19 -0800
commit742031c40b074b29a57d40a92c77da0387c422b2 (patch)
treecd31eb5c542cce8fb540ab54cf0f711d7790eb4b /.rubocop.yml
parent6759abf9f5c578c93ad9cabc8b2b4161e213d8f1 (diff)
downloadpuppet-hosts_core-742031c40b074b29a57d40a92c77da0387c422b2.tar.gz
puppet-hosts_core-742031c40b074b29a57d40a92c77da0387c422b2.tar.bz2
(MODULES-11371) Updates PDK template
This commit runs `pdk update` using the most recent template at the time (2.7.1) and updates metadata.json to allow Puppet versions < 9.0.0 in preparation for the release of Puppet 8.
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3a8c20a..dbf741e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,7 +4,7 @@ require:
- rubocop-rspec
AllCops:
DisplayCopNames: true
- TargetRubyVersion: '2.4'
+ TargetRubyVersion: '2.5'
Include:
- "**/*.rb"
Exclude: