X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=Gemfile;h=302ef415259b957581154c70c6b5bf075838470c;hb=d601d64e110f5dfd3e471adc82ad8f898158c175;hp=e1cda8dcd7d16a1272d363382f392f6f9cacf61c;hpb=59e3f2c696d05e83cf48aa359901cedac592d596;p=apex-tripleo-heat-templates.git diff --git a/Gemfile b/Gemfile index e1cda8dc..302ef415 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,7 @@ source 'https://rubygems.org' group :development, :test do - # puppetlabs_spec_helper 1.2.0 pulled in a gem with ruby >= 2.2 requirements - # but CI has ruby 2.0.0. - gem 'puppetlabs_spec_helper', '1.1.1', :require => 'false' + gem 'puppetlabs_spec_helper', :require => false gem 'puppet-lint', '~> 1.1' gem 'puppet-lint-absolute_classname-check'