From 7b3a38df9c970ab9cbc3294edd37634c5f6d285b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:05:47 +0000 Subject: [PATCH] Bump algoliasearch-rails from 1.25.0 to 2.3.1 Bumps [algoliasearch-rails](https://github.com/algolia/algoliasearch-rails) from 1.25.0 to 2.3.1. - [Release notes](https://github.com/algolia/algoliasearch-rails/releases) - [Changelog](https://github.com/algolia/algoliasearch-rails/blob/master/CHANGELOG.MD) - [Commits](https://github.com/algolia/algoliasearch-rails/compare/1.25.0...2.3.1) --- updated-dependencies: - dependency-name: algoliasearch-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 27 ++++++++++++++++++------ plugins/ShinySearch/shiny_search.gemspec | 2 +- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index edd88019f..6caad5768 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ PATH shiny_search (21.06) acts-as-taggable-on acts_as_paranoid - algoliasearch-rails (~> 1.25) + algoliasearch-rails (>= 1.25, < 3.0) ckeditor nokogiri (>= 1.11.0.rc4) pagy (>= 5.10, < 7.0) @@ -269,11 +269,13 @@ GEM airbrake-ruby (6.2.2) rbtree3 (~> 0.6) akismet (3.0.0) - algoliasearch (1.27.5) - httpclient (~> 2.8, >= 2.8.3) - json (>= 1.5.1) - algoliasearch-rails (1.25.0) - algoliasearch (>= 1.26.0, < 2.0.0) + algolia (2.3.4) + faraday (>= 0.15, < 3) + faraday-net_http_persistent (>= 0.15, < 3) + multi_json (~> 1.0) + net-http-persistent + algoliasearch-rails (2.3.1) + algolia (< 3.0.0) json (>= 1.5.1) amazing_print (1.5.0) ast (2.4.2) @@ -420,6 +422,13 @@ GEM railties (>= 5.0.0) faker (3.2.3) i18n (>= 1.8.11, < 2) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http + faraday-net_http_persistent (2.1.0) + faraday (~> 2.5) + net-http-persistent (~> 4.0) ffi (1.16.3) flay (2.13.1) erubi (~> 1.10) @@ -439,7 +448,6 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - httpclient (2.8.3) i18n (1.14.1) concurrent-ruby (~> 1.0) i18n-tasks (1.0.13) @@ -500,6 +508,10 @@ GEM mutant-rspec (0.11.27) mutant (= 0.11.27) rspec-core (>= 3.8.0, < 4.0.0) + net-http (0.4.1) + uri + net-http-persistent (4.0.2) + connection_pool (~> 2.2) net-imap (0.4.9) date net-protocol @@ -767,6 +779,7 @@ GEM unparser (0.6.12) diff-lcs (~> 1.3) parser (>= 3.2.2.4) + uri (0.13.0) view_component (2.83.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) diff --git a/plugins/ShinySearch/shiny_search.gemspec b/plugins/ShinySearch/shiny_search.gemspec index 206bb57dc..1f9225b7d 100644 --- a/plugins/ShinySearch/shiny_search.gemspec +++ b/plugins/ShinySearch/shiny_search.gemspec @@ -41,7 +41,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'pg', '>= 1.2.3', '< 1.6.0' # Search back-ends - spec.add_dependency 'algoliasearch-rails', '~> 1.25' + spec.add_dependency 'algoliasearch-rails', '>= 1.25', '< 3.0' spec.add_dependency 'pg_search' # Authorisation