Adding letter opener for development and Rack::Attack for future rate limiting implementations

This commit is contained in:
Eugen Rochko 2016-03-19 14:57:30 +01:00
parent 5d72b92271
commit e2b846f630
5 changed files with 17 additions and 0 deletions

View file

@ -35,6 +35,7 @@ gem 'htmlentities'
gem 'onebox'
gem 'simple_form'
gem 'will_paginate', '~> 3.0.6'
gem 'rack-attack'
group :development, :test do
gem 'rspec-rails'
@ -55,6 +56,7 @@ group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'rack-mini-profiler'
gem 'letter_opener'
end
group :production do