diff --git a/Gemfile b/Gemfile index 022b72a..c614197 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,6 @@ gem "rspec", "~> 3.0" gem "rubocop", "~> 1.21" -gem "httparty", "~> 0.21.0" +gem "httparty", "~> 0.24.0" gem "pry-byebug" diff --git a/Gemfile.lock b/Gemfile.lock index dd1dbca..e11eb96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,17 +73,20 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) ast (2.4.2) + bigdecimal (4.0.1) builder (3.2.4) byebug (11.1.3) coderay (1.1.3) concurrent-ruby (1.1.10) crass (1.0.6) + csv (3.3.5) date (3.3.3) diff-lcs (1.5.1) erubi (1.12.0) globalid (1.0.0) activesupport (>= 5.0) - httparty (0.21.0) + httparty (0.24.2) + csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.12.0) @@ -101,10 +104,11 @@ GEM net-smtp marcel (1.0.2) method_source (1.0.0) - mini_mime (1.1.2) + mini_mime (1.1.5) mini_portile2 (2.8.1) minitest (5.16.3) - multi_xml (0.6.0) + multi_xml (0.8.1) + bigdecimal (>= 3.1, < 5) net-imap (0.3.4) date net-protocol @@ -206,7 +210,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - httparty (~> 0.21.0) + httparty (~> 0.24.0) pry-byebug rails rake (~> 13.0)