Skip to content

Commit

Permalink
update Gemfile to reflect new dependancy on rspec3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
doc75 committed Jun 4, 2014
1 parent 9b5e2a6 commit cb100ab
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
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
rspecversion = ENV.key?('RSPEC_VERSION') ? "= #{ENV['RSPEC_VERSION']}" : ['>= 2.9']
rspecversion = ENV.key?('RSPEC_VERSION') ? "= #{ENV['RSPEC_VERSION']}" : ['>= 3.0']

gem 'rake'
gem 'rspec', rspecversion
Expand Down

0 comments on commit cb100ab

Please sign in to comment.