From 704358fe69c2d61a6150ed2a24af965e493abf85 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 30 Sep 2019 09:55:34 +0200 Subject: [PATCH] Remove Puppet upper cap The bug is fixed in later versions so we dont need to cap to this upper version anymore. See [1] on how it was originally. [1] https://github.com/openstack/puppet-openstack_spec_helper/commit/63737d7f89dfdb300463a630305642115be92b8a Change-Id: Ife52b5986de15b6e34bff7f9dc7be2199efa5650 --- puppet-openstack_spec_helper.gemspec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/puppet-openstack_spec_helper.gemspec b/puppet-openstack_spec_helper.gemspec index b2d68ca..30a1965 100644 --- a/puppet-openstack_spec_helper.gemspec +++ b/puppet-openstack_spec_helper.gemspec @@ -23,9 +23,7 @@ Gem::Specification.new do |spec| rake_version = RUBY_VERSION < '2.1.0' ? ['< 13.0.0'] : ['>= 13.0.0'] spec.add_dependency 'rake', rake_version - # TODO(tobias-urdin): Remove <= 6.4.2 cap when 6.6.0 is released because of this bug in 6.5.0 - # https://tickets.puppetlabs.com/browse/PUP-9794 - puppetversion = ENV.key?('PUPPET_GEM_VERSION') ? ENV['PUPPET_GEM_VERSION'] : ['>= 5.5', '<= 6.4.2'] + puppetversion = ENV.key?('PUPPET_GEM_VERSION') ? ENV['PUPPET_GEM_VERSION'] : ['>= 5.5'] spec.add_dependency 'puppet', puppetversion # TODO(tobias-urdin): We need to bump this to 2.7.1 soon which will cause strict checking