Skip to content

Commit 87f8451

Browse files
dmaloney-r7dmaloney-r7
authored andcommitted
Merge pull request rapid7#1564 from rapid7/feature/metasploit_data_models-0.6.2
Update to metasploit_data_models 0.6.2
2 parents a8b4c4b + 2319290 commit 87f8451

File tree

197 files changed

+12
-13
lines changed

Some content is hidden

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

197 files changed

+12
-13
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.1'
10+
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => '0.6.2'
1111
# Needed by msfgui and other rpc components
1212
gem 'msgpack'
1313
# Needed by anemone crawler

Gemfile.lock

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

0 commit comments

Comments
 (0)