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 Dec 29, 2023
1 parent b326c6e commit 4977874
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
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 All @@ -297,6 +299,7 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
base64 (0.2.0)
bcrypt (3.1.20)
better_html (1.0.16)
actionview (>= 4.0)
Expand Down Expand Up @@ -391,6 +394,14 @@ GEM
railties (>= 5.0.0)
faker (3.2.2)
i18n (>= 1.8.11, < 2)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
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 @@ -411,7 +422,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 @@ -472,6 +482,8 @@ GEM
mutant-rspec (0.11.26)
mutant (= 0.11.26)
rspec-core (>= 3.8.0, < 4.0.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-imap (0.4.9)
date
net-protocol
Expand Down Expand Up @@ -647,6 +659,7 @@ GEM
ruby-progressbar (1.13.0)
ruby-vips (2.2.0)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
ruby_parser (3.20.3)
sexp_processor (~> 4.16)
rubycritic (4.8.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 4977874

Please sign in to comment.