Updated rails version number to 2.3.16 on CentOS 6
Run 'gem cleanup' and restart puppetmaster after puppet run to remove the old version.
This commit is contained in:
parent
cf86b4c652
commit
f1004b8027
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class ruby::rails {
|
|||
} else {
|
||||
require ruby::rubygems
|
||||
package { "rubygem-rails":
|
||||
ensure => "2.3.15",
|
||||
ensure => "2.3.16",
|
||||
name => "rails",
|
||||
provider => "gem",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue