Skip to content

Commit a00bbe2

Browse files
committed
Merge branch 'bturner-r7/update-mdm' into release
This lands the Mdm update to release. It shouldn't conflict with master but if it does, please tell [email protected] how you resolved it. [See rapid7#1620]
2 parents afcbaff + f05216f commit a00bbe2

File tree

199 files changed

+114
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+114
-94
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'activerecord'
77
# Needed for some admin modules (scrutinizer_add_user.rb)
88
gem 'json'
99
# Database models shared between framework and Pro.
10-
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => '0.6.2'
10+
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => '0.6.3'
1111
# Needed by msfgui and other rpc components
1212
gem 'msgpack'
1313
# Needed by anemone crawler

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
GIT
22
remote: git://github.com/rapid7/metasploit_data_models.git
3-
revision: 67d78f9ce59a74ad9d6e8d3f9e68760ff4d2ec55
4-
tag: 0.6.2
3+
revision: bf26ddf71e7ba2f66d3ba528fc67029f5c6a6135
4+
tag: 0.6.3
55
specs:
6-
metasploit_data_models (0.6.2)
7-
activerecord (>= 3.2.10)
6+
metasploit_data_models (0.6.3)
7+
activerecord (>= 3.2.13)
88
activesupport
99
pg
1010
pry
1111

1212
GEM
1313
remote: http://rubygems.org/
1414
specs:
15-
activemodel (3.2.12)
16-
activesupport (= 3.2.12)
15+
activemodel (3.2.13)
16+
activesupport (= 3.2.13)
1717
builder (~> 3.0.0)
18-
activerecord (3.2.12)
19-
activemodel (= 3.2.12)
20-
activesupport (= 3.2.12)
18+
activerecord (3.2.13)
19+
activemodel (= 3.2.13)
20+
activesupport (= 3.2.13)
2121
arel (~> 3.0.2)
2222
tzinfo (~> 0.3.29)
23-
activesupport (3.2.12)
24-
i18n (~> 0.6)
23+
activesupport (3.2.13)
24+
i18n (= 0.6.1)
2525
multi_json (~> 1.0)
2626
arel (3.0.2)
2727
builder (3.0.4)
2828
coderay (1.0.9)
2929
diff-lcs (1.1.3)
30-
i18n (0.6.4)
30+
i18n (0.6.1)
3131
json (1.7.7)
3232
method_source (0.8.1)
3333
msgpack (0.5.2)
@@ -54,8 +54,8 @@ GEM
5454
multi_json (~> 1.0.3)
5555
simplecov-html (~> 0.5.3)
5656
simplecov-html (0.5.3)
57-
slop (3.4.3)
58-
tzinfo (0.3.36)
57+
slop (3.4.4)
58+
tzinfo (0.3.37)
5959
yard (0.8.3)
6060

6161
PLATFORMS

lib/gemcache/ruby/1.9.1/gems/metasploit_data_models-0.6.2/metasploit_data_models.gemspec

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)