Add msgpack to gem deps

bug/bundler_fix
James Lee 2013-02-04 12:41:38 -06:00
parent 4c8811bb8a
commit 090690e440
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ gem 'activesupport', '>= 3.0.0'
# Database models shared between framework and Pro.
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => '0.4.0'
gem 'msgpack'
group :development do
# Markdown formatting for yard
gem 'redcarpet'