Skip to content

Commit 76c3dec

Browse files
committed
Update Gemfile(.lock) to use tag 0.3.0 for metasploit_data_models
Ensures that Gemfile uses same version as in gemcache.
1 parent a745c3a commit 76c3dec

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem 'activesupport', '>= 3.0.0'
55
# Needed for Msf::DbManager
66
gem 'activerecord'
77
# Database models shared between framework and Pro.
8-
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git'
8+
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => '0.3.0'
99
# Needed for module caching in Mdm::ModuleDetails
1010
gem 'pg', '>= 0.11'
1111

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GIT
22
remote: git://github.com/rapid7/metasploit_data_models.git
3-
revision: dd6c3a31c5ad8b55f4913b5ba20307178ba9c7bf
3+
revision: 73f26789500f278dd6fd555e839d09a3b81a05f4
4+
tag: 0.3.0
45
specs:
5-
metasploit_data_models (0.0.2)
6+
metasploit_data_models (0.3.0)
67
activerecord
78
activesupport
89
pg
@@ -27,7 +28,7 @@ GEM
2728
coderay (1.0.8)
2829
diff-lcs (1.1.3)
2930
i18n (0.6.1)
30-
method_source (0.8)
31+
method_source (0.8.1)
3132
multi_json (1.3.6)
3233
pg (0.14.1)
3334
pry (0.9.10)

0 commit comments

Comments
 (0)