Skip to content

Commit 05c71af

Browse files
committed
PATH out the deps to metasploit-concern and metasploit-model, for the moment
1 parent 0dfd8e2 commit 05c71af

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ group :db do
1515
gem 'pg', '>= 0.11'
1616
end
1717

18+
gem 'metasploit-concern', path: '/Users/techpeace/rapid7/metasploit-concern'
19+
gem 'metasploit-model', path: '/Users/techpeace/rapid7/metasploit-model'
20+
1821
group :development do
1922
# Markdown formatting for yard
2023
gem 'redcarpet'
@@ -39,7 +42,7 @@ group :development, :test do
3942
gem 'rspec', '>= 2.12', '< 3.0.0'
4043
# Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the
4144
# environment is development
42-
gem 'rspec-rails' , '>= 2.12', '< 3.0.0'
45+
gem 'rspec-rails' , '>= 2.12', '< 3.0.0'
4346
end
4447

4548
group :pcap do

Gemfile.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ PATH
1919
sqlite3
2020
tzinfo
2121

22+
PATH
23+
remote: /Users/techpeace/rapid7/metasploit-concern
24+
specs:
25+
metasploit-concern (0.2.1)
26+
activesupport (~> 3.0, >= 3.0.0)
27+
railties (< 4.0.0)
28+
29+
PATH
30+
remote: /Users/techpeace/rapid7/metasploit-model
31+
specs:
32+
metasploit-model (0.27.4)
33+
activesupport
34+
railties (< 4.0.0)
35+
2236
GEM
2337
remote: https://rubygems.org/
2438
specs:
@@ -97,9 +111,6 @@ GEM
97111
mail (2.5.4)
98112
mime-types (~> 1.16)
99113
treetop (~> 1.4.8)
100-
metasploit-concern (0.2.1)
101-
activesupport (~> 3.0, >= 3.0.0)
102-
railties (< 4.0.0)
103114
metasploit-credential (0.10.1)
104115
metasploit-concern (~> 0.2.1)
105116
metasploit-model (~> 0.27.0)
@@ -108,9 +119,6 @@ GEM
108119
railties (< 4.0.0)
109120
rubyntlm
110121
rubyzip (~> 1.1)
111-
metasploit-model (0.27.1)
112-
activesupport
113-
railties (< 4.0.0)
114122
metasploit_data_models (0.20.1)
115123
activerecord (>= 3.2.13, < 4.0.0)
116124
activesupport
@@ -218,8 +226,10 @@ DEPENDENCIES
218226
factory_girl (>= 4.1.0)
219227
factory_girl_rails
220228
fivemat (= 1.2.1)
229+
metasploit-concern!
221230
metasploit-credential (~> 0.10.1)
222231
metasploit-framework!
232+
metasploit-model!
223233
metasploit_data_models (~> 0.20.1)
224234
network_interface (~> 0.0.1)
225235
pcaprub

0 commit comments

Comments
 (0)