diff --git a/Gemfile.lock b/Gemfile.lock index bd52354c6..372693a08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,7 +159,7 @@ PATH shiny_search (21.06) acts-as-taggable-on acts_as_paranoid - algoliasearch-rails (~> 1.25) + algoliasearch-rails (>= 1.25, < 4.0) nokogiri (>= 1.18.8) pagy (>= 9.3.4, < 9.5.0) pg (>= 1.2.3, < 1.7.0) @@ -284,11 +284,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 (3.29.0) + base64 (>= 0.2.0, < 1) + faraday (>= 1.0.1, < 3.0) + faraday-net_http_persistent (>= 0.15, < 3) + net-http-persistent + algoliasearch-rails (3.0.2) + algolia (>= 3.5.2) json (>= 1.5.1) amazing_print (2.0.0) ast (2.4.3) @@ -445,6 +447,15 @@ GEM railties (>= 6.1.0) faker (3.5.2) i18n (>= 1.8.11, < 2) + faraday (2.14.0) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.1) + net-http (>= 0.5.0) + faraday-net_http_persistent (2.3.1) + faraday (~> 2.5) + net-http-persistent (>= 4.0.4, < 5) ffi (1.17.1) flay (2.13.1) erubi (~> 1.10) @@ -459,7 +470,6 @@ GEM activesupport (>= 6.1) hashdiff (1.2.1) highline (3.0.1) - httpclient (2.8.3) i18n (1.14.7) concurrent-ruby (~> 1.0) i18n-tasks (1.0.15) @@ -487,7 +497,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) jmespath (1.6.2) - json (2.15.1) + json (2.15.2) language_server-protocol (3.17.0.5) launchy (3.0.1) addressable (~> 2.8) @@ -533,6 +543,10 @@ GEM mutant (= 0.13.5) rspec-core (>= 3.8.0, < 4.0.0) mutex_m (0.3.0) + net-http (0.6.0) + uri + net-http-persistent (4.0.6) + connection_pool (~> 2.2, >= 2.2.4) net-imap (0.5.12) date net-protocol diff --git a/plugins/ShinySearch/shiny_search.gemspec b/plugins/ShinySearch/shiny_search.gemspec index 73c5167bf..5376a5f57 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.7.0' # Search back-ends - spec.add_dependency 'algoliasearch-rails', '~> 1.25' + spec.add_dependency 'algoliasearch-rails', '>= 1.25', '< 4.0' spec.add_dependency 'pg_search' # Authorisation