From e583a2ab258cdbff8ac93f720c3bf5701e8ea379 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 12:20:25 -0500 Subject: [PATCH] Bump rubocop-rspec from 1.38.1 to 1.39.0 (#7719) Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.38.1 to 1.39.0. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.38.1...v1.39.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3a268b636..1b17a6768 100644 --- a/Gemfile +++ b/Gemfile @@ -137,7 +137,7 @@ group :development, :test do gem "rubocop", "~> 0.82", 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.5", require: false # Automatic Rails code style checking tool - gem "rubocop-rspec", "~> 1.38", require: false # Code style checking for RSpec files + gem "rubocop-rspec", "~> 1.39", 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 2e33d034c..3e372dd62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -513,7 +513,7 @@ GEM parallel (1.19.1) parallel_tests (2.32.0) parallel - parser (2.7.1.1) + parser (2.7.1.2) ast (~> 2.4.0) patron (0.13.3) pg (1.2.3) @@ -668,7 +668,7 @@ GEM activesupport rack (>= 1.1) rubocop (>= 0.72.0) - rubocop-rspec (1.38.1) + rubocop-rspec (1.39.0) rubocop (>= 0.68.1) ruby-prof (1.3.2) ruby-progressbar (1.10.1) @@ -948,7 +948,7 @@ DEPENDENCIES rubocop (~> 0.82) rubocop-performance (~> 1.5) rubocop-rails (~> 2.5) - rubocop-rspec (~> 1.38) + rubocop-rspec (~> 1.39) ruby-prof (~> 1.3) rubyzip (~> 2.3) s3_direct_upload (~> 0.1)