From 8a716e1fcaff44757406cffd50394fa8e6c632b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 06:05:19 +0000 Subject: [PATCH] Bump n_plus_one_control from 0.6.0 to 0.6.2 Bumps [n_plus_one_control](https://github.com/palkan/n_plus_one_control) from 0.6.0 to 0.6.2. - [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.2) --- updated-dependencies: - dependency-name: n_plus_one_control dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 014703c..dc3a3e7 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.2' 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..a91ef51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,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.2) nio4r (2.5.7) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) @@ -556,7 +556,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.2) oj (~> 3.11) pagy (~> 3.11) pg (~> 1.2, >= 1.2.3)