Skip to content

Commit 88b2d9a

Browse files
committed
Upgrade MDM, removing pry as a runtime dependency
1 parent 392ffce commit 88b2d9a

File tree

2 files changed

+4
-12
lines changed

2 files changed

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

Gemfile.lock

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
GIT
22
remote: git://github.com/rapid7/metasploit_data_models.git
3-
revision: bf26ddf71e7ba2f66d3ba528fc67029f5c6a6135
4-
tag: 0.6.3
3+
revision: d6af3cf0413c1ad317c16c143791097bd0a5afff
4+
tag: 0.6.4
55
specs:
6-
metasploit_data_models (0.6.3)
6+
metasploit_data_models (0.6.4)
77
activerecord (>= 3.2.13)
88
activesupport
99
pg
10-
pry
1110

1211
GEM
1312
remote: http://rubygems.org/
@@ -25,23 +24,17 @@ GEM
2524
multi_json (~> 1.0)
2625
arel (3.0.2)
2726
builder (3.0.4)
28-
coderay (1.0.9)
2927
database_cleaner (0.9.1)
3028
diff-lcs (1.2.2)
3129
factory_girl (4.2.0)
3230
activesupport (>= 3.0.0)
3331
i18n (0.6.1)
3432
json (1.7.7)
35-
method_source (0.8.1)
3633
msgpack (0.5.4)
3734
multi_json (1.0.4)
3835
nokogiri (1.5.9)
3936
pcaprub (0.11.3)
4037
pg (0.15.0)
41-
pry (0.9.12)
42-
coderay (~> 1.0.5)
43-
method_source (~> 0.8)
44-
slop (~> 3.4)
4538
rake (10.0.4)
4639
redcarpet (2.2.2)
4740
robots (0.10.1)
@@ -57,7 +50,6 @@ GEM
5750
multi_json (~> 1.0.3)
5851
simplecov-html (~> 0.5.3)
5952
simplecov-html (0.5.3)
60-
slop (3.4.4)
6153
tzinfo (0.3.37)
6254
yard (0.8.5.2)
6355

0 commit comments

Comments
 (0)