Skip to content

Commit

Permalink
Merge pull request #26 from ghoneycutt/gemfile
Browse files Browse the repository at this point in the history
Gemfile to reflect that 2.7 support has been dropped
  • Loading branch information
ghoneycutt committed Jan 25, 2014
2 parents b7fc91e + 73b887a commit bf07468
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,6 +1,6 @@
source "https://rubygems.org"

puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 3.3']
gem 'puppet', puppetversion
gem 'puppetlabs_spec_helper', '>= 0.1.0'
gem 'puppet-lint', '>= 0.3.2'
Expand Down

0 comments on commit bf07468

Please sign in to comment.