Title: Message Title
Kylo Ginsberg commented on an issue
Puppet / Bug PUP-3082
Error in puppet module skeleton
The puppet module skeleton specifies a Gemfile with the following line:

puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 3.3']

if you define an env var as PUPPET_VERSION="~> 3.6.0" as most people do when testing with travis, bundler will complain stating it cannot meet the requirements.

Changing the line to:
puppe...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to