diff options
author | Tim Meusel <tim@bastelfreak.de> | 2019-12-22 01:28:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 01:28:21 +0100 |
commit | 76833ebc2f9313afb3f36d37b351933c06b112f2 (patch) | |
tree | 2e22ea7a40734011f8f6ecc46c74e2afb388f51d /.rubocop.yml | |
parent | 5963fbe43946825177a52bf875405cb8199df6e3 (diff) | |
parent | 85f632bead2bb98aff2df3b27f4b11d728459eae (diff) | |
download | puppet-ferm-76833ebc2f9313afb3f36d37b351933c06b112f2.tar.gz puppet-ferm-76833ebc2f9313afb3f36d37b351933c06b112f2.tar.bz2 |
Merge pull request #93 from voxpupuli/modulesync
modulesync 2.10.0
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 099a11c..5984ccc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,6 @@ require: rubocop-rspec AllCops: - TargetRubyVersion: 1.9 + TargetRubyVersion: 2.1 Include: - ./**/*.rb Exclude: |