diff --git a/Gemfile b/Gemfile index caab225..24e0287 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ gem "sinatra", require: false gem "omniauth" gem "omniauth-salesloft" -gem "httparty" +gem "httparty", ">= 0.24.0" diff --git a/Gemfile.lock b/Gemfile.lock index 1fe2300..ce772d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,20 @@ GEM remote: https://rubygems.org/ specs: + bigdecimal (3.3.1) + csv (3.3.5) faraday (0.11.0) multipart-post (>= 1.2, < 3) hashie (3.5.3) - httparty (0.14.0) + httparty (0.24.0) + csv + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) jwt (1.5.6) + mini_mime (1.1.5) multi_json (1.12.1) - multi_xml (0.6.0) + multi_xml (0.7.1) + bigdecimal (~> 3.1) multipart-post (2.0.0) oauth2 (1.3.1) faraday (>= 0.8, < 0.12) @@ -38,10 +44,10 @@ PLATFORMS ruby DEPENDENCIES - httparty + httparty (>= 0.24.0) omniauth omniauth-salesloft sinatra BUNDLED WITH - 1.11.2 + 2.3.27