Skip to content

Commit

Permalink
Update httparty requirement from >= 0.13.7, < 0.19.0 to >= 0.13.7, < …
Browse files Browse the repository at this point in the history
…0.22.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](jnunemaker/httparty@v0.18.1...v0.21.0)

---
updated-dependencies:
- dependency-name: httparty
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2023
1 parent 6b37d10 commit 69f3021
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 @@ -2,7 +2,7 @@ PATH
remote: .
specs:
circlemator (0.7.0)
httparty (>= 0.13.7, < 0.19.0)
httparty (>= 0.13.7, < 0.22.0)
pronto (~> 0.11.1)
pronto-brakeman (~> 0.11.1)
pronto-commentator (~> 0)
Expand Down Expand Up @@ -52,8 +52,8 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (1.0.1)
httparty (0.18.1)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand All @@ -66,9 +66,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
minitest (5.17.0)
multi_xml (0.6.0)
nenv (0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion circlemator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "httparty", ">= 0.13.7", "< 0.19.0"
spec.add_dependency "httparty", ">= 0.13.7", "< 0.22.0"
spec.add_dependency "pronto", "~> 0.11.1"
spec.add_dependency "pronto-rubocop", "~> 0.11.4"
spec.add_dependency "pronto-commentator", "~> 0"
Expand Down

0 comments on commit 69f3021

Please sign in to comment.