Skip to content

Commit

Permalink
Merge pull request #31 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 47282a2 + 74292c9 commit d2fcfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.2'

depends 'apt', '~> 3.0.0'
depends 'build-essential','~> 3.2.0'
depends 'apt', '~> 2.9.2'
depends 'build-essential', '~> 1.4'

recipe 'machine_tag::default', "Installs the 'machine_tag' gem used by the helpers."

0 comments on commit d2fcfc7

Please sign in to comment.