Bump algoliasearch-rails from 1.22.0 to 1.23.2 (#3357) [ci skip]
Bumps [algoliasearch-rails](https://github.com/algolia/algoliasearch-rails) from 1.22.0 to 1.23.2. - [Release notes](https://github.com/algolia/algoliasearch-rails/releases) - [Changelog](https://github.com/algolia/algoliasearch-rails/blob/master/ChangeLog) - [Commits](https://github.com/algolia/algoliasearch-rails/compare/1.22.0...1.23.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
064ce0acda
commit
29bf9983f0
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -22,7 +22,7 @@ gem "addressable", "~> 2.6" # A replacement for the URI implementation that is p
|
|||
gem "administrate", "~> 0.11" # A Rails engine that helps you put together a super-flexible admin dashboard
|
||||
gem "ahoy_email", "~> 1.0" # Email analytics for Rails
|
||||
gem "airbrake", "~> 9.2" # Airbrake is an online tool that provides robust exception tracking in any of your Ruby applications
|
||||
gem "algoliasearch-rails", "~> 1.21" # Algolia Search is a hosted search engine capable of delivering real-time results from the first keystroke
|
||||
gem "algoliasearch-rails", "~> 1.23" # Algolia Search is a hosted search engine capable of delivering real-time results from the first keystroke
|
||||
gem "algorithmia", "~> 1.1" # Ruby Client for Algorithmia Algorithms and Data API
|
||||
gem "ancestry", "~> 3.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure
|
||||
gem "autoprefixer-rails", "~> 9.6" # Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
|
||||
|
|
|
|||
|
|
@ -99,8 +99,8 @@ GEM
|
|||
algoliasearch (1.26.0)
|
||||
httpclient (~> 2.8, >= 2.8.3)
|
||||
json (>= 1.5.1)
|
||||
algoliasearch-rails (1.22.0)
|
||||
algoliasearch (>= 1.17.0, < 2.0.0)
|
||||
algoliasearch-rails (1.23.2)
|
||||
algoliasearch (>= 1.26.0, < 2.0.0)
|
||||
json (>= 1.5.1)
|
||||
algorithmia (1.1.0)
|
||||
httparty (~> 0.13)
|
||||
|
|
@ -864,7 +864,7 @@ DEPENDENCIES
|
|||
administrate (~> 0.11)
|
||||
ahoy_email (~> 1.0)
|
||||
airbrake (~> 9.2)
|
||||
algoliasearch-rails (~> 1.21)
|
||||
algoliasearch-rails (~> 1.23)
|
||||
algorithmia (~> 1.1)
|
||||
ancestry (~> 3.0)
|
||||
approvals (~> 0.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue