diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 8 insertions, 0 deletions
@@ -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 |