Skip to content

Commit

Permalink
Merge pull request #40 from petems/remove_pessimistic_from_readme
Browse files Browse the repository at this point in the history
Removes pessimistic reference from docs
  • Loading branch information
petems committed Jan 25, 2016
2 parents 6dc482e + 9d9c81e commit cf44fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ middleware. You specify the version of the `puppet-common` package you want
installed using the `puppet_install.puppet_version` config key. The version string
should be a valid Puppet release (ie. `2.7.11`, `3.7.4`, etc.).

The Puppet version is validated against the RubyGems API, so you can use gem syntax to give a [pessimistic version constraint](http://guides.rubygems.org/patterns/#pessimistic-version-constraint) such as `~> 2.7` which will return the latest version of the 2.7.*.
The Puppet version is validated against the RubyGems API. So as long as the version you give is [listed there](https://rubygems.org/gems/puppet/versions/), it will allow you to install.

Install the latest version of Puppet:

Expand Down

0 comments on commit cf44fe1

Please sign in to comment.