Skip to content

Commit 05685b4

Browse files
committed
Merge branch 'master'
Just catching up.
2 parents f730aa9 + 6da4c53 commit 05685b4

File tree

216 files changed

+436
-40
lines changed

Some content is hidden

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

216 files changed

+436
-40
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)