summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-07-10 13:24:52 +0200
committerLars Henrik Mai <lars.mai@kontinui.de>2014-07-10 13:24:52 +0200
commitc4974555d8cc11f2465f47fe86078be0d0bd30e4 (patch)
tree09ff5647a2cee3053a52c2b321e979d48799946d
parentef26fecb6a11c8082b3bc67fcc5567c82d2dda03 (diff)
use httpi as http client lib
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 8 insertions, 0 deletions
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