summaryrefslogtreecommitdiff
path: root/Gemfile
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 /Gemfile
parentea30561975cccbb589dfccc230f57158753fdd29 (diff)
parentfb6169672668208972ef8755418100c1c32b318e (diff)
Merge pull request #68 from voxpupuli/modulesync
modulesync 0.11.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 20a6af0..ddbd23d 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.6', :require => false if RUBY_VERSION >= '2.3.0'
gem 'json_pure', '<= 2.0.1', :require => false if RUBY_VERSION < '2.0.0'
end