Skip to content

Commit

Permalink
Lock cookbooks to versions working with Ruby 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wendorf committed May 31, 2016
1 parent ef38508 commit 829ce8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cheffile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ site 'https://supermarket.getchef.com/api/v1'

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

# 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
# bundled with OS X 10.11.4.
cookbook 'mingw', '= 0.1.1'
cookbook 'build-essential', '= 3.2.0'

0 comments on commit 829ce8d

Please sign in to comment.