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)