Skip to content

Commit 8d13fc5

Browse files
committed
Update Gemfile to metasploit_data_models 0.6.2
[#45816713] 0.6.2 fixes Mdm::WebVuln#confidence erroroneously not accepting a value of 0.
1 parent db676f1 commit 8d13fc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 895fcec7b20aaebe240b30781a1fb2f336f77bbb
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)