summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorIgor Galić <i.galic@brainsware.org>2016-08-08 11:58:23 +0200
committerGitHub <noreply@github.com>2016-08-08 11:58:23 +0200
commit1eda53a61567b6997bd0c01ee0d1693e15f2a9dc (patch)
treeb15b307a9d6e58698af9024f7686d6a60215607b /Rakefile
parentea30561975cccbb589dfccc230f57158753fdd29 (diff)
parentfb6169672668208972ef8755418100c1c32b318e (diff)
Merge pull request #68 from voxpupuli/modulesync
modulesync 0.11.1
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f741443..9cbcf7c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,7 +3,7 @@ require 'puppet_blacksmith/rake_tasks'
require 'voxpupuli/release/rake_tasks'
require 'puppet-strings/rake_tasks'
-if RUBY_VERSION >= '2.0.0'
+if RUBY_VERSION >= '2.3.0'
require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop) do |task|