Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Chef Cookbooks
mailcatcher
Commits
d02449e1
Commit
d02449e1
authored
Apr 26, 2015
by
Stefan Galinski
🎮
Browse files
Revert "[TASK] Don't update ruby as Ruby 2.x is already enforced by the current chef version"
This reverts commit
740095c8
.
parent
740095c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
recipes/default.rb
recipes/default.rb
+14
-14
No files found.
recipes/default.rb
View file @
d02449e1
...
...
@@ -36,20 +36,20 @@ end
### Update Ruby ###
###################
#
apt_repository('ruby-ng') do
#
uri 'http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu'
#
deb_src true
#
trusted true
#
keyserver 'keyserver.ubuntu.com'
#
key 'C3173AA6'
#
distribution 'trusty'
#
components [:main]
#
arch 'amd64,i386'
#
action :add
#
end
#
#
package 'ruby2.2', {:action => :upgrade}
#
package 'ruby2.2-dev', {:action => :upgrade}
apt_repository
(
'ruby-ng'
)
do
uri
'http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu'
deb_src
true
trusted
true
keyserver
'keyserver.ubuntu.com'
key
'C3173AA6'
distribution
'trusty'
components
[
:main
]
arch
'amd64,i386'
action
:add
end
package
'ruby2.2'
,
{
:action
=>
:upgrade
}
package
'ruby2.2-dev'
,
{
:action
=>
:upgrade
}
###########################
### Install mailcatcher ###
...
...
Write
Preview
Markdown
is supported
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