Skip to content

Commit

Permalink
Explicitly install homebrew before using it
Browse files Browse the repository at this point in the history
  • Loading branch information
wendorf committed May 31, 2016
1 parent 2496395 commit aacfd19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cheffile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ site 'https://supermarket.getchef.com/api/v1'

cookbook 'sprout-rbenv', path: '.'
cookbook 'sprout-base', github: 'pivotal-sprout/sprout-base'
cookbook 'homebrew'

# mingw 1.0 and build-essential 4.0 add a dependency to compat_resource,
# which does not load correctly with Rubygems 2.0.14, the Rubygems version
Expand Down
2 changes: 2 additions & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include_recipe 'homebrew'

rubies = node['sprout']['rbenv']['rubies']
default_ruby = node['sprout']['rbenv']['default_ruby']

Expand Down

0 comments on commit aacfd19

Please sign in to comment.