added traceroute gem for codereview

This commit is contained in:
Priit Tamboom 2014-10-09 16:44:39 +03:00
parent 911c75cc75
commit 0c5e971461
2 changed files with 6 additions and 0 deletions

View file

@ -88,6 +88,9 @@ group :development do
# for quick debugging
gem 'web-console', '~> 2.0.0.beta4'
# for finding dead routes and unused actions
gem 'traceroute', '~> 0.4.0'
end
group :development, :test do

View file

@ -251,6 +251,8 @@ GEM
tilt (1.4.1)
timers (4.0.1)
hitimes
traceroute (0.4.0)
rails (>= 3.0.0)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
@ -317,6 +319,7 @@ DEPENDENCIES
simpleidn (~> 0.0.5)
spring
therubyracer
traceroute (~> 0.4.0)
turbolinks
uglifier (>= 1.3.0)
unicorn