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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-07 12:20:25 -05:00 committed by GitHub
parent 8659965989
commit e583a2ab25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)