Hi there,

This is CuttingEdge informing you that the dependency status for "><%= project %> has changed.

<% specs[:locations].each do |filename, spec| %>

In <%= filename %>: <% spec.each do |type, dependencies| next if dependencies.empty? %>

    <%= type.to_s.split('_').collect(&:capitalize).join(' ') %>:
      <% dependencies.each do |dependency| %> style="color:<%= color %>;"<% end %>><%= dependency[:name] %> <%= dependency[:required] %> (latest: <%= dependency[:latest] %>) <% end %>
<% end %>

<% end %>

Have a nice day!