Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 22 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinySearch/shiny_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down