Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Démarches Simplifiées
Vagrant DEV for Démarches-Simplifiées
Commits
cb3e28c9
Commit
cb3e28c9
authored
Nov 02, 2020
by
Fabrice Gangler
🎨
Browse files
FIX: update ruby verions (2.7.1 instead off 2.6.5)
Refs:
#19
parent
3e5d84eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/default.pp
View file @
cb3e28c9
...
...
@@ -146,7 +146,7 @@ class { 'rbenv':
owner
=>
$_system_username
,
}
rbenv::plugin
{
'rbenv/ruby-build'
:
}
->
rbenv::build
{
'2.
6.5
'
:
global
=>
true
}
->
rbenv::build
{
'2.
7.1
'
:
global
=>
true
}
# Ensure permissions on /usr/bin/env
->
file
{
'/usr/bin/env'
:
...
...
Fabrice Gangler
🎨
@fgangler
mentioned in issue
#19 (closed)
·
Nov 02, 2020
mentioned in issue
#19 (closed)
mentioned in issue #19
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment