Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Curt Wilhelm committed Nov 30, 2016
1 parent 47282a2 commit 74292c9
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 74292c9

Please sign in to comment.