Skip to content

Commit 27e05d7

Browse files
committed
Update Gemfile
1 parent b0fac48 commit 27e05d7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: https://github.com/rapid7/metasploit_data_models.git
3-
revision: 76d57173e5b7d7ecb79e0d2da20b89abc47dee94
3+
revision: 532eedb5f5f68396380dc16355537ebee25ffa0d
44
branch: staging/single-vuln-push
55
specs:
6-
metasploit_data_models (0.23.2.pre.automatic.pre.exploitation.pre.migration)
6+
metasploit_data_models (0.23.2.pre.single.pre.vuln.pre.push)
77
activerecord (>= 3.2.13, < 4.0.0)
88
activesupport
99
arel-helpers
@@ -116,11 +116,11 @@ GEM
116116
gherkin (2.11.6)
117117
json (>= 1.7.6)
118118
hike (1.2.3)
119-
i18n (0.6.11)
119+
i18n (0.7.0)
120120
journey (1.0.4)
121121
jsobfu (0.2.1)
122122
rkelly-remix (= 0.0.6)
123-
json (1.8.1)
123+
json (1.8.2)
124124
mail (2.5.4)
125125
mime-types (~> 1.16)
126126
treetop (~> 1.4.8)
@@ -141,11 +141,11 @@ GEM
141141
meterpreter_bins (0.0.14)
142142
method_source (0.8.2)
143143
mime-types (1.25.1)
144-
mini_portile (0.6.1)
144+
mini_portile (0.6.2)
145145
msgpack (0.5.11)
146146
multi_json (1.0.4)
147147
network_interface (0.0.1)
148-
nokogiri (1.6.5)
148+
nokogiri (1.6.6.2)
149149
mini_portile (~> 0.6.0)
150150
packetfu (1.1.9)
151151
pcaprub (0.11.3)
@@ -160,7 +160,7 @@ GEM
160160
rack (>= 0.4)
161161
rack-ssl (1.3.4)
162162
rack
163-
rack-test (0.6.2)
163+
rack-test (0.6.3)
164164
rack (>= 1.0)
165165
rails (3.2.21)
166166
actionmailer (= 3.2.21)
@@ -181,7 +181,7 @@ GEM
181181
rb-readline-r7 (0.5.2.0)
182182
rdoc (3.12.2)
183183
json (~> 1.4)
184-
recog (1.0.16)
184+
recog (1.0.24)
185185
nokogiri
186186
redcarpet (3.1.2)
187187
rkelly-remix (0.0.6)
@@ -225,7 +225,7 @@ GEM
225225
treetop (1.4.15)
226226
polyglot
227227
polyglot (>= 0.3.1)
228-
tzinfo (0.3.42)
228+
tzinfo (0.3.43)
229229
xpath (2.0.0)
230230
nokogiri (~> 1.3)
231231
yard (0.8.7.4)

db/schema.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143

144144
create_table "hosts", :force => true do |t|
145145
t.datetime "created_at"
146-
t.string "address", :limit => nil, :null => false
146+
t.string "address", :null => false
147147
t.string "mac"
148148
t.string "comm"
149149
t.string "name"
@@ -753,7 +753,7 @@
753753

754754
create_table "wmap_requests", :force => true do |t|
755755
t.string "host"
756-
t.string "address", :limit => nil
756+
t.string "address"
757757
t.integer "port"
758758
t.integer "ssl"
759759
t.string "meth", :limit => 32
@@ -770,7 +770,7 @@
770770

771771
create_table "wmap_targets", :force => true do |t|
772772
t.string "host"
773-
t.string "address", :limit => nil
773+
t.string "address"
774774
t.integer "port"
775775
t.integer "ssl"
776776
t.integer "selected"

0 commit comments

Comments
 (0)