Skip to content

Commit

Permalink
Pin puppetlabs_spec_helper to 0.8.0
Browse files Browse the repository at this point in the history
0.8.1 has broken the 'rake lint' task which checks for style violations.
Unfortunately this means some have snuck in so this will break the build.

Revert when on merge of puppetlabs/puppetlabs_spec_helper#78
  • Loading branch information
3flex committed Sep 26, 2014
1 parent 42b427b commit b23c20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ group :test do
end

group :rake, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppetlabs_spec_helper', '0.8.0', :require => false
gem 'puppet-blacksmith', :require => false
gem 'rspec-system-puppet', :require => false
end
Expand Down

0 comments on commit b23c20b

Please sign in to comment.