Skip to content

Commit

Permalink
set dependency to rpec-pupet to pre 1.0
Browse files Browse the repository at this point in the history
augeas fails to run after 1.0 which a newer version of the
rspec-puppet-augeas gem also mentions.
  • Loading branch information
mjhas committed May 4, 2014
1 parent 506f723 commit 9fcf501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'rspec-system-puppet', '~>2.0'
gem 'puppet-lint', '~> 0.3.2'
gem 'rspec-puppet-augeas', '~> 0.2.3'
gem 'rspec-puppet-augeas', '~> 0.3.0'
gem 'ruby-augeas', '~> 0.5.0'
gem 'rspec-puppet', '~> 0.1.6'
end

if puppetversion = ENV['PUPPET_GEM_VERSION']
Expand Down

0 comments on commit 9fcf501

Please sign in to comment.