Skip to content

Commit

Permalink
Commenting to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
scott committed Apr 13, 2016
1 parent b6436aa commit 49dc77d
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ gem 'jquery-turbolinks'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'

# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc

# Trix is the wysiwyg editor
gem 'trix'

# Ranked model gives the ability to rank articles and categories
gem 'ranked-model'

# Google Analytics Measurement Protocol
gem 'staccato'

# Auth gems
gem 'devise'
gem 'devise-i18n'
gem 'devise-bootstrap-views'
Expand All @@ -37,6 +43,7 @@ gem 'omniauth-twitter'
gem 'omniauth-google-oauth2'
gem 'omniauth-facebook'

# i18n gems
gem 'rails-i18n', '~> 4.0.0'
gem 'i18n-country-translations'
gem 'route_translator'
Expand Down Expand Up @@ -68,13 +75,9 @@ gem 'rdiscount'
gem 'config'

gem 'daemons'
#gem 'mailman-rails'
gem 'mailman'#, require: false
gem 'mail_extract'

# Mandrill Integration
# gem 'mandrill-api'
# gem 'mandrill_mailer'
gem 'griddler'
gem 'griddler-mandrill'
gem 'griddler-sendgrid'
Expand Down Expand Up @@ -104,20 +107,11 @@ gem 'timecop' #used to populate
group :development, :test do
# Audit Gemfile for security vulnerabilities
gem 'bundler-audit', require: false

# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'

# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'

# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', '~> 1.4.0'
gem 'annotate'

# Brakeman for security audit
gem 'brakeman', require: false

gem 'rubocop'
gem 'scss-lint'
end
Expand Down

0 comments on commit 49dc77d

Please sign in to comment.