Skip to content

Commit 36e2080

Browse files
committed
Update Gemfile to metaploit_data_models 0.6.0
[#44034071]
1 parent 0ddc6b3 commit 36e2080

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

Gemfile.lock

Lines changed: 4 additions & 4 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: 1e3e0c2effb8e1bb6cec9683b830e4244babf706
4-
tag: 0.5.1
3+
revision: 0285d6e199f125b33214100dcb0f4eeb12ee765f
4+
tag: 0.6.0
55
specs:
6-
metasploit_data_models (0.5.1)
6+
metasploit_data_models (0.6.0)
77
activerecord (>= 3.2.10)
88
activesupport
99
pg
@@ -55,7 +55,7 @@ GEM
5555
simplecov-html (~> 0.5.3)
5656
simplecov-html (0.5.3)
5757
slop (3.4.3)
58-
tzinfo (0.3.35)
58+
tzinfo (0.3.36)
5959
yard (0.8.3)
6060

6161
PLATFORMS

0 commit comments

Comments
 (0)