Skip to content

Commit

Permalink
Bump algoliasearch-rails from 1.25.0 to 2.3.1
Browse files Browse the repository at this point in the history
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](algolia/algoliasearch-rails@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 31f17f8 commit 1c6cec8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
27 changes: 20 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
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.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
Expand Down

0 comments on commit 1c6cec8

Please sign in to comment.