Skip to content

Commit

Permalink
Merge pull request #67 from RiotGames/fix_nginx
Browse files Browse the repository at this point in the history
bump nginx dependency
  • Loading branch information
KAllan357 committed Feb 12, 2014
2 parents f19654d + d1373d2 commit d261295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ site :opscode
chef_api :config

metadata

cookbook 'yum', '= 2.4.4'
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
license "Apache 2.0"
description "Installs/Configures nexus"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "3.0.2"
version "3.1.0"

%w{ ubuntu centos }.each do |os|
supports os
end

depends "java", "~> 1.15.4"
depends "nginx", "~> 1.6.0"
depends "nginx", "~> 1.8.0"
depends "artifact", "~> 1.11.0"

0 comments on commit d261295

Please sign in to comment.