Skip to content

Commit

Permalink
Merge pull request #68 from s-bernard/allow-newer-deps
Browse files Browse the repository at this point in the history
Allow newer dependencies
  • Loading branch information
KAllan357 committed Mar 6, 2014
2 parents 3a3b9ce + b0018ef commit 24d7bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
supports os
end

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

0 comments on commit 24d7bf6

Please sign in to comment.