Skip to content

Commit

Permalink
use rspec-puppet version <3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardsam committed Feb 25, 2015
1 parent 7f9f9d8 commit a0b79e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
#
source :rubygems

rspecversion = ENV.key?('RSPEC_VERSION') ? "= #{ENV['RSPEC_VERSION']}" : ['>= 2.9 ', '< 3.0.0']

gem 'facter', '>= 1.7.0'
gem 'puppet-lint'
gem 'rspec-puppet'
gem 'rspec', rspecversion
gem 'rake', '>= 0.9.2'
gem 'puppetlabs_spec_helper', '0.3.0'

Expand Down

0 comments on commit a0b79e4

Please sign in to comment.