Skip to content

Commit f3ee13d

Browse files
Update httparty requirement from = 0.18.1 to = 0.21.0 (#61)
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](jnunemaker/httparty@v0.18.1...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4cc1e8d commit f3ee13d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Gemfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
ruby-pardot (1.4.2)
55
crack (= 0.4.5)
6-
httparty (= 0.18.1)
6+
httparty (= 0.21.0)
77

88
GEM
99
remote: https://rubygems.org/
@@ -12,12 +12,10 @@ GEM
1212
rexml
1313
diff-lcs (1.5.0)
1414
fakeweb (1.3.0)
15-
httparty (0.18.1)
16-
mime-types (~> 3.0)
15+
httparty (0.21.0)
16+
mini_mime (>= 1.0.0)
1717
multi_xml (>= 0.5.2)
18-
mime-types (3.4.1)
19-
mime-types-data (~> 3.2015)
20-
mime-types-data (3.2023.0218.1)
18+
mini_mime (1.1.2)
2119
multi_xml (0.6.0)
2220
rexml (3.2.5)
2321
rspec (3.5.0)

ruby-pardot.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
s.rubyforge_project = "ruby-pardot"
1818

1919
s.add_dependency 'crack', '0.4.5'
20-
s.add_dependency 'httparty', '0.18.1'
20+
s.add_dependency 'httparty', '0.21.0'
2121

2222
s.add_development_dependency "bundler", ">= 1.10"
2323
s.add_development_dependency "rspec", "3.5.0"

0 commit comments

Comments
 (0)