Modified Gemfile. Added missing directory for Firefox Extension dropper module.

This commit is contained in:
antisnatchor
2013-10-10 20:47:14 +01:00
parent 5dd46ffd72
commit 050da281ac
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ gem "parseconfig"
gem "erubis" gem "erubis"
gem "dm-migrations" gem "dm-migrations"
gem "msfrpc-client" gem "msfrpc-client"
gem "rubyzip", "~> 1.0.0"
# notifications # notifications
gem "twitter" gem "twitter"

View File

@@ -0,0 +1 @@
This is a temp directory where the Firefox extension will be built.