Skip to content

Commit 9137bd6

Browse files
committed
Revert "Update Gemfile.lock"
MSP-11578 This reverts commit a3829b8.
1 parent 713578a commit 9137bd6

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

Gemfile.lock

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ PATH
2121
sqlite3
2222
tzinfo
2323
metasploit-framework-db (4.10.1.pre.dev)
24+
activerecord (< 4.0.0)
25+
metasploit-credential (~> 0.12.0)
2426
metasploit-framework (= 4.10.1.pre.dev)
25-
metasploit-framework-db (= 4.10.1.pre.dev)
26-
metasploit-framework-pcap (= 4.10.1.pre.dev)
27+
metasploit_data_models (~> 0.21.1)
28+
pg (>= 0.11)
2729
metasploit-framework-pcap (4.10.1.pre.dev)
2830
metasploit-framework (= 4.10.1.pre.dev)
2931
network_interface (~> 0.0.1)
@@ -60,6 +62,8 @@ GEM
6062
i18n (~> 0.6, >= 0.6.4)
6163
multi_json (~> 1.0)
6264
arel (3.0.3)
65+
arel-helpers (2.0.1)
66+
activerecord (>= 3.1.0, < 5)
6367
aruba (0.6.1)
6468
childprocess (>= 0.3.6)
6569
cucumber (>= 1.1.1)
@@ -108,9 +112,26 @@ GEM
108112
metasploit-concern (0.3.0)
109113
activesupport (~> 3.0, >= 3.0.0)
110114
railties (< 4.0.0)
115+
metasploit-credential (0.12.0)
116+
metasploit-concern (~> 0.3.0)
117+
metasploit-model (~> 0.28.0)
118+
metasploit_data_models (~> 0.21.0)
119+
pg
120+
railties (< 4.0.0)
121+
rubyntlm
122+
rubyzip (~> 1.1)
111123
metasploit-model (0.28.0)
112124
activesupport
113125
railties (< 4.0.0)
126+
metasploit_data_models (0.21.1)
127+
activerecord (>= 3.2.13, < 4.0.0)
128+
activesupport
129+
arel-helpers
130+
metasploit-concern (~> 0.3.0)
131+
metasploit-model (~> 0.28.0)
132+
pg
133+
railties (< 4.0.0)
134+
recog (~> 1.0)
114135
meterpreter_bins (0.0.10)
115136
method_source (0.8.2)
116137
mime-types (1.25.1)
@@ -122,6 +143,7 @@ GEM
122143
mini_portile (= 0.6.0)
123144
packetfu (1.1.9)
124145
pcaprub (0.11.3)
146+
pg (0.17.1)
125147
polyglot (0.3.5)
126148
pry (0.10.0)
127149
coderay (~> 1.1.0)
@@ -177,6 +199,7 @@ GEM
177199
rspec-core (~> 2.99.0)
178200
rspec-expectations (~> 2.99.0)
179201
rspec-mocks (~> 2.99.0)
202+
rubyntlm (0.4.0)
180203
rubyzip (1.1.6)
181204
shoulda-matchers (2.6.2)
182205
simplecov (0.5.4)

0 commit comments

Comments
 (0)