Skip to content

Commit 71208b8

Browse files
committed
Bumped Version and pointed to rubygems
1 parent 12f62ca commit 71208b8

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :db do
1515
# Needed for Msf::DbManager
1616
gem 'activerecord'
1717
# Database models shared between framework and Pro.
18-
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => 'v0.6.15'
18+
gem 'metasploit_data_models', '~> 0.6.16'
1919
# Needed for module caching in Mdm::ModuleDetails
2020
gem 'pg', '>= 0.11'
2121
end

Gemfile.lock

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
GIT
2-
remote: git://github.com/rapid7/metasploit_data_models.git
3-
revision: 30b060b85b1ea3ed4460ae92708017403a600b7b
4-
tag: v0.6.15
5-
specs:
6-
metasploit_data_models (0.6.15)
7-
activerecord (>= 3.2.13)
8-
activesupport
9-
pg
10-
111
GEM
122
remote: http://rubygems.org/
133
specs:
@@ -30,6 +20,10 @@ GEM
3020
activesupport (>= 3.0.0)
3121
i18n (0.6.1)
3222
json (1.7.7)
23+
metasploit_data_models (0.6.16)
24+
activerecord (>= 3.2.13)
25+
activesupport
26+
pg
3327
msgpack (0.5.4)
3428
multi_json (1.0.4)
3529
nokogiri (1.5.9)
@@ -62,7 +56,7 @@ DEPENDENCIES
6256
database_cleaner
6357
factory_girl (>= 4.1.0)
6458
json
65-
metasploit_data_models!
59+
metasploit_data_models (~> 0.6.16)
6660
msgpack
6761
nokogiri
6862
pcaprub

0 commit comments

Comments
 (0)