From a525613f5f1d3773c6346cc6325993e98baaa392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 05:01:48 +0000 Subject: [PATCH] Bump n_plus_one_control from 0.6.0 to 0.6.1 Bumps [n_plus_one_control](https://github.com/palkan/n_plus_one_control) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/palkan/n_plus_one_control/releases) - [Changelog](https://github.com/palkan/n_plus_one_control/blob/master/CHANGELOG.md) - [Commits](https://github.com/palkan/n_plus_one_control/compare/v0.6.0...v0.6.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 014703c..5656c0f 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ group :test do gem 'capybara', '~> 3.35' gem 'json_matchers', '~> 0.11.1', require: 'json_matchers/rspec' gem 'mock_redis', '~> 0.27.3' - gem 'n_plus_one_control', '~> 0.6.0' + gem 'n_plus_one_control', '~> 0.6.1' gem 'rails-controller-testing', '~> 1.0' gem 'rspec-sidekiq', '~> 3.1' gem 'shoulda-matchers', '~> 4.5' diff --git a/Gemfile.lock b/Gemfile.lock index 5977345..3c57131 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,7 +270,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.5.0) minitest (5.14.4) @@ -278,7 +280,7 @@ GEM ruby2_keywords msgpack (1.4.2) multipart-post (2.1.1) - n_plus_one_control (0.6.0) + n_plus_one_control (0.6.1) nio4r (2.5.7) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) @@ -556,7 +558,7 @@ DEPENDENCIES letter_opener (~> 1.7) listen (~> 3.4) mock_redis (~> 0.27.3) - n_plus_one_control (~> 0.6.0) + n_plus_one_control (~> 0.6.1) oj (~> 3.11) pagy (~> 3.11) pg (~> 1.2, >= 1.2.3)