summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-21 12:38:27 -0700
committermo khan <mo@mokhan.ca>2015-02-21 12:38:27 -0700
commit9c869182b649bc05c29ec703048628ee06c6f3ff (patch)
treed1f389e13298334fe6560ebc1db1ab9014acb8ed
parentb1ed53a31b11188e747e261d539b3f6a0b9b6de6 (diff)
move pcap gems for fake agent to development group.
-rw-r--r--Gemfile12
1 files changed, 3 insertions, 9 deletions
diff --git a/Gemfile b/Gemfile
index 2844d9b..edc7c21 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,6 @@
source 'https://rubygems.org'
-
-# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.0'
-# Use postgresql as the database for Active Record
gem 'pg'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
@@ -27,9 +24,6 @@ gem 'typhoeus'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'
-# Use Unicorn as the app server
-# gem 'unicorn'
-
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
gem 'bunny'
@@ -38,8 +32,6 @@ gem 'foreman'
gem 'foundation-rails'
gem 'chartkick'
gem 'groupdate'
-gem 'pcaprub'
-gem 'packetfu'
gem 'puma'
group :development, :test do
@@ -53,6 +45,8 @@ group :development, :test do
gem 'spring'
gem 'pry-rails'
gem 'dotenv-rails'
+ # fake agent
gem 'listen'
+ gem 'pcaprub'
+ gem 'packetfu'
end
-