diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-07-10 13:24:52 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-07-10 13:24:52 +0200 |
commit | c4974555d8cc11f2465f47fe86078be0d0bd30e4 (patch) | |
tree | 09ff5647a2cee3053a52c2b321e979d48799946d /Gemfile.lock | |
parent | ef26fecb6a11c8082b3bc67fcc5567c82d2dda03 (diff) |
use httpi as http client lib
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
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 |