diff options
author | Michael Hashizume <michael.hashizume@puppet.com> | 2023-02-10 10:51:00 -0800 |
---|---|---|
committer | Michael Hashizume <michael.hashizume@puppet.com> | 2023-02-10 10:51:00 -0800 |
commit | 24d2929d67011fbd4ea27fc94025ee14390e74cd (patch) | |
tree | 31539eb78938187d9987385824f16d95bcb63304 /.rubocop.yml | |
parent | 145eb52d8542232181d3028c2b3aee3760a10199 (diff) | |
download | puppet-augeas_core-24d2929d67011fbd4ea27fc94025ee14390e74cd.tar.gz puppet-augeas_core-24d2929d67011fbd4ea27fc94025ee14390e74cd.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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 4416e78..5019c2b 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: |