Skip to content

Commit 5b51281

Browse files
David MaloneyBrent Cook
authored andcommitted
revert testing changes from gemfile
MS-2325
1 parent 2d51584 commit 5b51281

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ source 'https://rubygems.org'
33
# spec.add_runtime_dependency '<name>', [<version requirements>]
44
gemspec name: 'metasploit-framework'
55

6-
gem 'metasploit_data_models', path: '/Users/dmaloney/rapid7/metasploit_data_models'
76
# separate from test as simplecov is not run on travis-ci
87
group :coverage do
98
# code coverage for tests

Gemfile.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,6 @@ PATH
6060
tzinfo-data
6161
windows_error
6262

63-
PATH
64-
remote: /Users/dmaloney/rapid7/metasploit_data_models
65-
specs:
66-
metasploit_data_models (2.0.11)
67-
activerecord (~> 4.2.6)
68-
activesupport (~> 4.2.6)
69-
arel-helpers
70-
metasploit-concern
71-
metasploit-model
72-
pg
73-
postgres_ext
74-
railties (~> 4.2.6)
75-
recog (~> 2.0)
76-
7763
GEM
7864
remote: https://rubygems.org/
7965
specs:
@@ -183,7 +169,17 @@ GEM
183169
activemodel (~> 4.2.6)
184170
activesupport (~> 4.2.6)
185171
railties (~> 4.2.6)
186-
metasploit-payloads (1.2.4)
172+
metasploit-payloads (1.2.6)
173+
metasploit_data_models (2.0.10)
174+
activerecord (~> 4.2.6)
175+
activesupport (~> 4.2.6)
176+
arel-helpers
177+
metasploit-concern
178+
metasploit-model
179+
pg
180+
postgres_ext
181+
railties (~> 4.2.6)
182+
recog (~> 2.0)
187183
metasploit_payloads-mettle (0.1.4)
188184
method_source (0.8.2)
189185
mime-types (3.1)
@@ -341,7 +337,6 @@ DEPENDENCIES
341337
factory_girl_rails
342338
fivemat
343339
metasploit-framework!
344-
metasploit_data_models!
345340
octokit (~> 4.0)
346341
pry
347342
rake

0 commit comments

Comments
 (0)