From 29bf9983f05f4accea47f1ce00391700fa79d851 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 12:20:30 -0400 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2f06bd30d..9ee6ac74d 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 864d8c71f..e3e2d4939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)