mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
added traceroute gem for codereview
This commit is contained in:
parent
911c75cc75
commit
0c5e971461
2 changed files with 6 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue