Skip to content

Commit 0f2143c

Browse files
committed
Merge pull request #68 from arthurnn/bump-ruby
Bump ruby version on the box
2 parents e877df4 + ba72705 commit 0f2143c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet/manifests/default.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Pick a Ruby version modern enough, that works in the currently supported Rails
66
# versions, and for which RVM provides binaries.
7-
$ruby_version = '2.0.0-p353'
7+
$ruby_version = '2.1.1'
88

99
Exec {
1010
path => ['/usr/sbin', '/usr/bin', '/sbin', '/bin']

0 commit comments

Comments
 (0)