Skip to content

Commit 9fb18f1

Browse files
committed
Land rapid7#3541, adds hpricot to gemfile
2 parents a07656f + feee142 commit 9fb18f1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ gem 'robots'
2121
# Needed for some post modules
2222
gem 'sqlite3'
2323

24+
gem 'hpricot', :require => 'hpricot'
25+
2426
group :db do
2527
# Needed for Msf::DbManager
2628
gem 'activerecord', '>= 3.0.0', '< 4.0.0'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ GEM
2121
factory_girl (4.2.0)
2222
activesupport (>= 3.0.0)
2323
fivemat (1.2.1)
24+
hpricot (0.8.6)
2425
i18n (0.6.5)
2526
json (1.8.0)
2627
metasploit_data_models (0.17.0)
@@ -83,6 +84,7 @@ DEPENDENCIES
8384
database_cleaner
8485
factory_girl (>= 4.1.0)
8586
fivemat (= 1.2.1)
87+
hpricot
8688
json
8789
metasploit_data_models (= 0.17.0)
8890
meterpreter_bins (= 0.0.6)

0 commit comments

Comments
 (0)