From 3d9dae36d4de84199e0eb307596bddb9a2170642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 08:08:35 +0000 Subject: [PATCH] Bump chewy from 5.2.0 to 7.2.1 Bumps [chewy](https://github.com/toptal/chewy) from 5.2.0 to 7.2.1. - [Release notes](https://github.com/toptal/chewy/releases) - [Changelog](https://github.com/toptal/chewy/blob/master/CHANGELOG.md) - [Commits](https://github.com/toptal/chewy/compare/v5.2.0...v7.2.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 3a47993472019e..1ceb949b2df537 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'bootsnap', '~> 1.6.0', require: false gem 'browser' gem 'charlock_holmes', '~> 0.7.7' gem 'iso-639' -gem 'chewy', '~> 5.2' +gem 'chewy', '~> 7.2' gem 'cld3', '~> 3.4.2' gem 'devise', '~> 4.8' gem 'devise-two-factor', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 913e40b1e5c48c..9085c56f000838 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,10 +146,11 @@ GEM activesupport cbor (0.5.9.6) charlock_holmes (0.7.7) - chewy (5.2.0) + chewy (7.2.1) activesupport (>= 5.2) - elasticsearch (>= 2.0.0) + elasticsearch (>= 6.3.0) elasticsearch-dsl + ruby-progressbar chunky_png (1.4.0) cld3 (3.4.2) ffi (>= 1.1.0, < 1.16.0) @@ -196,13 +197,13 @@ GEM railties (>= 3.2) e2mmap (0.1.0) ed25519 (1.2.4) - elasticsearch (7.10.1) - elasticsearch-api (= 7.10.1) - elasticsearch-transport (= 7.10.1) - elasticsearch-api (7.10.1) + elasticsearch (7.12.0) + elasticsearch-api (= 7.12.0) + elasticsearch-transport (= 7.12.0) + elasticsearch-api (7.12.0) multi_json elasticsearch-dsl (0.1.9) - elasticsearch-transport (7.10.1) + elasticsearch-transport (7.12.0) faraday (~> 1) multi_json encryptor (3.0.0) @@ -213,11 +214,15 @@ GEM fabrication (2.22.0) faker (2.17.0) i18n (>= 1.6, < 2) - faraday (1.3.0) + faraday (1.4.1) + faraday-excon (~> 1.1) faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) - ruby2_keywords + ruby2_keywords (>= 0.0.4) + faraday-excon (1.1.0) faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) fast_blank (1.0.0) fastimage (2.2.3) ffi (1.15.0) @@ -690,7 +695,7 @@ DEPENDENCIES capistrano-yarn (~> 2.0) capybara (~> 3.35) charlock_holmes (~> 0.7.7) - chewy (~> 5.2) + chewy (~> 7.2) cld3 (~> 3.4.2) climate_control (~> 0.2) color_diff (~> 0.1)