summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile16
1 files changed, 5 insertions, 11 deletions
diff --git a/Gemfile b/Gemfile
index f45e50c..40313da 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'
@@ -23,14 +20,10 @@ gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'typhoeus'
-gem 'listen'
gem 'lograge'
# Use ActiveModel has_secure_password
-# gem 'bcrypt', '~> 3.1.7'
-
-# Use Unicorn as the app server
-# gem 'unicorn'
+gem 'bcrypt', '~> 3.1.7'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
@@ -40,8 +33,6 @@ gem 'foreman'
gem 'foundation-rails'
gem 'chartkick'
gem 'groupdate'
-gem 'pcaprub'
-gem 'packetfu'
gem 'puma'
group :development, :test do
@@ -55,5 +46,8 @@ group :development, :test do
gem 'spring'
gem 'pry-rails'
gem 'dotenv-rails'
+ # fake agent
+ gem 'listen'
+ gem 'pcaprub'
+ gem 'packetfu'
end
-