Skip to content

Commit

Permalink
Explicitly define versions
Browse files Browse the repository at this point in the history
  • Loading branch information
idwright committed Jun 8, 2016
1 parent f6725d5 commit 7a994a3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'

depends 'apt'
depends 'apache2', '~> 3.2.2'
depends 'git'
depends 'python'
depends 'nodejs'
depends 'apt', '= 2.7.0'
depends 'build-essential', '= 3.2.2'
depends 'apache2', '= 3.2.2'
depends 'git', '= 4.0.2'
depends 'python', '= 1.4.6'
depends 'nodejs', '= 2.0.0'
depends 'mysql', '~> 6.0'
depends 'mysql2_chef_gem', '~> 1.0.1'
depends 'database'
depends 'swap'
depends 'database', '= 4.0.6'
depends 'swap', '= 0.3.8'

0 comments on commit 7a994a3

Please sign in to comment.