Updated ruby rails version number to 2.3.15
Run 'gem cleanup' after puppet run to remove the old version.
This commit is contained in:
parent
3e176d5340
commit
6041ae5829
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.14",
|
||||
ensure => "2.3.15",
|
||||
name => "rails",
|
||||
provider => "gem",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue