about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-02 14:58:06 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-02 14:58:06 +0200
commit4909bbf415ca02093d0223d0d478eb06cb5cf78b (patch)
tree273dda1e2a64cd32210b1cf122af3c4eba51e4f0 /Gemfile
parentb36197c307b4101511c6b8e653eca78f26e33ec4 (diff)
Add logging for outgoing http requests
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c89b8d4f9..cf9b34cea 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,6 +19,7 @@ gem 'paperclip', '~> 4.3'
 gem 'paperclip-av-transcoder'
 
 gem 'http'
+gem 'httplog'
 gem 'addressable'
 gem 'nokogiri'
 gem 'link_header'