mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43: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
|
# for quick debugging
|
||||||
gem 'web-console', '~> 2.0.0.beta4'
|
gem 'web-console', '~> 2.0.0.beta4'
|
||||||
|
|
||||||
|
# for finding dead routes and unused actions
|
||||||
|
gem 'traceroute', '~> 0.4.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
|
@ -251,6 +251,8 @@ GEM
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timers (4.0.1)
|
timers (4.0.1)
|
||||||
hitimes
|
hitimes
|
||||||
|
traceroute (0.4.0)
|
||||||
|
rails (>= 3.0.0)
|
||||||
treetop (1.4.15)
|
treetop (1.4.15)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
|
@ -317,6 +319,7 @@ DEPENDENCIES
|
||||||
simpleidn (~> 0.0.5)
|
simpleidn (~> 0.0.5)
|
||||||
spring
|
spring
|
||||||
therubyracer
|
therubyracer
|
||||||
|
traceroute (~> 0.4.0)
|
||||||
turbolinks
|
turbolinks
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
unicorn
|
unicorn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue