From 65bab94eccf0e8ef876e0d67cba41791d22da86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 17:58:11 +0000 Subject: [PATCH 1/2] Update httparty requirement from >= 0.17.1, < 0.22.0 to >= 0.17.1, < 0.23.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/main/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.17.1...v0.22.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- meilisearch.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch.gemspec b/meilisearch.gemspec index 41b1c34c..64f6d491 100644 --- a/meilisearch.gemspec +++ b/meilisearch.gemspec @@ -15,6 +15,6 @@ Gem::Specification.new do |s| s.files = Dir['{lib}/**/*', 'LICENSE', 'README.md'] s.required_ruby_version = '>= 3.0.0' - s.add_dependency 'httparty', '>= 0.17.1', '< 0.22.0' + s.add_dependency 'httparty', '>= 0.17.1', '< 0.23.0' s.metadata['rubygems_mfa_required'] = 'true' end From 79e6b0467f9189626c804387f6dfcc1078224850 Mon Sep 17 00:00:00 2001 From: Bruno Casali Date: Tue, 7 May 2024 15:03:28 -0300 Subject: [PATCH 2/2] Update meilisearch.gemspec --- meilisearch.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch.gemspec b/meilisearch.gemspec index 64f6d491..3fa62de9 100644 --- a/meilisearch.gemspec +++ b/meilisearch.gemspec @@ -15,6 +15,6 @@ Gem::Specification.new do |s| s.files = Dir['{lib}/**/*', 'LICENSE', 'README.md'] s.required_ruby_version = '>= 3.0.0' - s.add_dependency 'httparty', '>= 0.17.1', '< 0.23.0' + s.add_dependency 'httparty', '~> 0.17.1' s.metadata['rubygems_mfa_required'] = 'true' end