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)