Bump rubocop-rspec from 1.34.0 to 1.35.0 (#3702) [ci skip]

Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.34.0 to 1.35.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.34.0...v1.35.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-12 10:58:35 -04:00 committed by Mac Siri
parent a7ef01e7ae
commit 7295ccf3df
2 changed files with 3 additions and 3 deletions

View file

@ -129,7 +129,7 @@ group :development, :test do
gem "rubocop", "~> 0.74", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.4", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-rails", "~> 2.2", require: false # Automatic Rails code style checking tool
gem "rubocop-rspec", "~> 1.33", require: false # Code style checking for RSpec files
gem "rubocop-rspec", "~> 1.35", 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

@ -653,7 +653,7 @@ GEM
rubocop-rails (2.2.1)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rspec (1.34.0)
rubocop-rspec (1.35.0)
rubocop (>= 0.60.0)
ruby-prof (1.0.0)
ruby-progressbar (1.10.1)
@ -930,7 +930,7 @@ DEPENDENCIES
rubocop (~> 0.74)
rubocop-performance (~> 1.4)
rubocop-rails (~> 2.2)
rubocop-rspec (~> 1.33)
rubocop-rspec (~> 1.35)
ruby-prof (~> 1.0)
rubyzip (~> 1.2)
s3_direct_upload (~> 0.1)