From c4974555d8cc11f2465f47fe86078be0d0bd30e4 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Thu, 10 Jul 2014 13:24:52 +0200 Subject: use httpi as http client lib --- Gemfile | 2 ++ Gemfile.lock | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index d469e0f..f7a808a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,3 +5,5 @@ gem "icalendar" gem "tzinfo" gem "icalendar-recurrence" gem "pry" +gem "httpi" +gem "httpclient" diff --git a/Gemfile.lock b/Gemfile.lock index ee0a9b6..ec9d808 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,6 +8,9 @@ GEM thread_safe (~> 0.1) tzinfo (~> 1.1) coderay (1.1.0) + httpclient (2.4.0) + httpi (2.2.4) + rack i18n (0.6.9) icalendar (2.0.1) icalendar-recurrence (0.0.1) @@ -21,6 +24,7 @@ GEM coderay (~> 1.0) method_source (~> 0.8) slop (~> 3.4) + rack (1.5.2) slop (3.5.0) thread_safe (0.3.3) tzinfo (1.1.0) @@ -31,6 +35,8 @@ PLATFORMS DEPENDENCIES activesupport + httpclient + httpi icalendar icalendar-recurrence pry -- cgit v1.2.1