Use HTTParty to make connection logic much simpler
This commit is contained in:
parent
a4eb07a4a8
commit
e99d9ac054
3 changed files with 43 additions and 25 deletions
3
Gemfile
3
Gemfile
|
|
@ -221,6 +221,9 @@ gem 'dalli'
|
|||
|
||||
gem 'icalendar'
|
||||
|
||||
# for making external requests easier
|
||||
gem 'httparty'
|
||||
|
||||
# Use guard and spring for testing in development
|
||||
group :development do
|
||||
# to launch specs when files are modified
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue