Skip to content

Commit

Permalink
Update httparty requirement from = 0.18.1 to = 0.21.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2023
1 parent bc9a215 commit 03f1e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
ruby-pardot (1.4.1)
crack (= 0.4.3)
httparty (= 0.18.1)
httparty (= 0.21.0)

GEM
remote: https://rubygems.org/
Expand All @@ -12,12 +12,10 @@ GEM
safe_yaml (~> 1.0.0)
diff-lcs (1.4.4)
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.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mini_mime (1.1.2)
multi_xml (0.6.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
Expand Down
2 changes: 1 addition & 1 deletion ruby-pardot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "ruby-pardot"

s.add_dependency 'crack', '0.4.3'
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"
Expand Down

0 comments on commit 03f1e3e

Please sign in to comment.