From ef6fcf5898af9b8822879f0ace152e3482f22e1d Mon Sep 17 00:00:00 2001 From: Nick Markowski Date: Fri, 4 Aug 2017 18:24:48 -0400 Subject: [PATCH] (SIMP-3496) Bump major version for rake-helpers and rspec-puppet-facts (#24) --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 2be78f454..cc072363c 100644 --- a/Gemfile +++ b/Gemfile @@ -16,8 +16,8 @@ group :test do gem 'puppet-strings' gem 'puppet-lint-empty_string-check', :require => false gem 'puppet-lint-trailing_comma-check', :require => false - gem 'simp-rspec-puppet-facts', ENV.fetch('SIMP_RSPEC_PUPPET_FACTS_VERSION', '~> 1.3') - gem 'simp-rake-helpers', ENV.fetch('SIMP_RAKE_HELPERS_VERSION', '~> 3.5') + gem 'simp-rspec-puppet-facts', ENV.fetch('SIMP_RSPEC_PUPPET_FACTS_VERSION', '~> 2.0') + gem 'simp-rake-helpers', ENV.fetch('SIMP_RAKE_HELPERS_VERSION', '~> 4.0') end group :development do