File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ group :db do
23
23
end
24
24
25
25
group :pcap do
26
- gem 'network_interface' , :git => 'https://github.com/lsanchez-r7/network_interface.git'
26
+ gem 'network_interface'
27
27
# For sniffer and raw socket modules
28
28
gem 'pcaprub'
29
29
end
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: https://github.com/lsanchez-r7/network_interface.git
3
- revision: 20953fc3945408d071116d8841ca7ae1aa92272b
4
- specs:
5
- network_interface (0.0.1 )
6
-
7
1
GEM
8
2
remote: http://rubygems.org/
9
3
specs:
37
31
metaclass (~> 0.0.1 )
38
32
msgpack (0.5.4 )
39
33
multi_json (1.0.4 )
34
+ network_interface (0.0.1 )
40
35
nokogiri (1.5.9 )
41
36
packetfu (1.1.8 )
42
37
pcaprub (0.11.3 )
@@ -74,7 +69,7 @@ DEPENDENCIES
74
69
json
75
70
metasploit_data_models (~> 0.16.1 )
76
71
msgpack
77
- network_interface !
72
+ network_interface
78
73
nokogiri
79
74
packetfu (= 1.1.8 )
80
75
pcaprub
You can’t perform that action at this time.
0 commit comments