Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Commit

Permalink
bettercap: add a Gemfile
Browse files Browse the repository at this point in the history
With this we can use bundler to install dependencies
during development.

Signed-off-by: Felipe Balbi <balbif@gmail.com>
  • Loading branch information
felipebalbi committed Jul 27, 2015
1 parent ddd4acf commit 3670629
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
@@ -0,0 +1,2 @@
source "https://rubygems.org"
gemspec
23 changes: 23 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,23 @@
PATH
remote: .
specs:
bettercap (1.1.3)
colorize (~> 0.7.5)
packetfu (~> 1.1.10)
pcaprub (~> 0.12.0)

GEM
remote: https://rubygems.org/
specs:
colorize (0.7.7)
packetfu (1.1.10)
pcaprub (0.12.0)

PLATFORMS
ruby

DEPENDENCIES
bettercap!

BUNDLED WITH
1.10.3

0 comments on commit 3670629

Please sign in to comment.