From eb55670b8b1c51417b6fcfd5ac3f715ec1b0ff62 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 3 Aug 2016 22:09:00 +0200 Subject: modulesync 0.11.1 --- .msync.yml | 2 +- Gemfile | 2 +- Rakefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.msync.yml b/.msync.yml index 365ad97..1e3829e 100644 --- a/.msync.yml +++ b/.msync.yml @@ -1 +1 @@ -modulesync_config_version: '0.11.0' +modulesync_config_version: '0.11.1' diff --git a/Gemfile b/Gemfile index 20a6af0..7421a19 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :test do gem 'puppet-blacksmith', :require => false gem 'voxpupuli-release', :require => false, :git => 'https://github.com/voxpupuli/voxpupuli-release-gem.git' gem 'puppet-strings', :require => false, :git => 'https://github.com/puppetlabs/puppetlabs-strings.git' - gem 'rubocop-rspec', '~> 1.5', :require => false if RUBY_VERSION >= '2.0.0' + gem 'rubocop-rspec', '~> 1.5', :require => false if RUBY_VERSION >= '2.3.0' gem 'json_pure', '<= 2.0.1', :require => false if RUBY_VERSION < '2.0.0' end 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| -- cgit v1.2.3