Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the latest Puppet 3 version #96

Merged
merged 2 commits into from
Mar 11, 2016
Merged

Use the latest Puppet 3 version #96

merged 2 commits into from
Mar 11, 2016

Conversation

rnelson0
Copy link
Member

No description provided.

@jyaworski
Copy link
Member

Can you also do this to rubocop? Picking up point releases is safe.

@rnelson0
Copy link
Member Author

An alternative format would be gem "puppet", ENV['PUPPET_GEM_VERSION'] || '~> 3.0' - I think that's clearer to read, but I stuck with the original format.

@@ -54,7 +54,7 @@ else
gem 'facter', :require => false, :groups => [:test]
end

ENV['PUPPET_VERSION'].nil? ? puppetversion = '3.8.6' : puppetversion = ENV['PUPPET_VERSION'].to_s
ENV['PUPPET_VERSION'].nil? ? puppetversion = '>~ 3.0' : puppetversion = ENV['PUPPET_VERSION'].to_s
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong direction?

dhoppe added a commit that referenced this pull request Mar 11, 2016
Use the latest Puppet 3 version
@dhoppe dhoppe merged commit 2be3d4f into master Mar 11, 2016
@rnelson0 rnelson0 deleted the puppetversion branch March 11, 2016 15:21
@@ -36,7 +36,7 @@ Gemfile:
- gem: voxpupuli-release
git: https://github.com/voxpupuli/voxpupuli-release-gem.git
- gem: rubocop
version: '0.38.0'
version: '~> 0.38'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really hope this doesn't come back to bite us, since rubocop is still 0.x, and hence, semver-free-for-all

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should result in 0.38.z, NOT 0.38-0.99999999, so unless rubocop gets even WORSE about point releases, we should be relatively safe.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here's hoping ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants