Skip to content

Commit

Permalink
Merge pull request #27 from rightscale-cookbooks/fix-dependencies
Browse files Browse the repository at this point in the history
fix dependencies
  • Loading branch information
rshade authored Dec 1, 2016
2 parents 44d6dab + 21a2202 commit fac08ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ metadata
cookbook "delayed_evaluator", github: "chrisroberts/cookbook-delayed_evaluator"
cookbook "marker", github: "rightscale-cookbooks/marker"
cookbook "test-rightscale_volume", path: "./test/cookbooks/test-rightscale_volume"
cookbook 'ohai','~> 2.1.0'# keep for compatiblity with chef 11, can remove with chef 12
cookbook 'windows', '1.40.0' # keep for compatiblity with chef 11, can remove with chef 12
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.3.1'

depends 'build-essential', '3.2.0'
depends 'build-essential'
recipe "rightscale_volume::default", "Default recipe for installing required packages/gems."

0 comments on commit fac08ae

Please sign in to comment.