From 4760a6de9fc72e5db6f2cfb59e09361bdb2c8879 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 10:44:39 -0500 Subject: [PATCH] Bump rubocop-rspec from 1.36.0 to 1.37.0 (#4918) --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index cd5fc41c3..59a7ce0cf 100644 --- a/Gemfile +++ b/Gemfile @@ -134,7 +134,7 @@ group :development, :test do gem "rubocop", "~> 0.76", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.5", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code gem "rubocop-rails", "~> 2.3", require: false # Automatic Rails code style checking tool - gem "rubocop-rspec", "~> 1.36", require: false # Code style checking for RSpec files + gem "rubocop-rspec", "~> 1.37", require: false # Code style checking for RSpec files gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster gem "spring-commands-rspec", "~> 1.0" # rspec command for spring end diff --git a/Gemfile.lock b/Gemfile.lock index 8dc898b90..b1520c9af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -532,7 +532,7 @@ GEM rack orm_adapter (0.5.0) os (1.0.1) - parallel (1.19.0) + parallel (1.19.1) parallel_tests (2.29.2) parallel parser (2.6.5.0) @@ -684,7 +684,7 @@ GEM rubocop-rails (2.3.2) rack (>= 1.1) rubocop (>= 0.72.0) - rubocop-rspec (1.36.0) + rubocop-rspec (1.37.0) rubocop (>= 0.68.1) ruby-prof (1.0.0) ruby-progressbar (1.10.1) @@ -967,7 +967,7 @@ DEPENDENCIES rubocop (~> 0.76) rubocop-performance (~> 1.5) rubocop-rails (~> 2.3) - rubocop-rspec (~> 1.36) + rubocop-rspec (~> 1.37) ruby-prof (~> 1.0) rubyzip (~> 1.2, >= 1.3.0) s3_direct_upload (~> 0.1)