diff options
| -rw-r--r-- | Gemfile | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -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 - |
