From 9c620ba18c875075e8269f072d5ed5c9d9f54908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:48:42 +0000 Subject: [PATCH] Update httparty requirement from = 0.18.1 to = 0.21.0 Updates the requirements on [httparty](https://github.com/jnunemaker/httparty) to permit the latest version. - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/master/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.18.1...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 ++++------ ruby-pardot.gemspec | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 014aab9..93f93a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: ruby-pardot (1.4.2) crack (= 0.4.5) - httparty (= 0.18.1) + httparty (= 0.21.0) GEM remote: https://rubygems.org/ @@ -12,12 +12,10 @@ GEM rexml diff-lcs (1.5.0) fakeweb (1.3.0) - httparty (0.18.1) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - mime-types (3.4.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2023.0218.1) + mini_mime (1.1.2) multi_xml (0.6.0) rexml (3.2.5) rspec (3.5.0) diff --git a/ruby-pardot.gemspec b/ruby-pardot.gemspec index 62cdbb8..759b76b 100644 --- a/ruby-pardot.gemspec +++ b/ruby-pardot.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.rubyforge_project = "ruby-pardot" s.add_dependency 'crack', '0.4.5' - s.add_dependency 'httparty', '0.18.1' + s.add_dependency 'httparty', '0.21.0' s.add_development_dependency "bundler", ">= 1.10" s.add_development_dependency "rspec", "3.5.0"