Bump rubocop-rspec from 1.35.0 to 1.36.0 (#4428) [ci skip]

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-15 14:59:34 -04:00 committed by Mac Siri
parent c8cea69298
commit 315e2ca4ec
2 changed files with 4 additions and 4 deletions

View file

@ -132,7 +132,7 @@ group :development, :test do
gem "rubocop", "~> 0.75", 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.35", require: false # Code style checking for RSpec files
gem "rubocop-rspec", "~> 1.36", 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

@ -665,8 +665,8 @@ GEM
rubocop-rails (2.3.2)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rspec (1.35.0)
rubocop (>= 0.60.0)
rubocop-rspec (1.36.0)
rubocop (>= 0.68.1)
ruby-prof (1.0.0)
ruby-progressbar (1.10.1)
ruby-statistics (2.1.1)
@ -953,7 +953,7 @@ DEPENDENCIES
rubocop (~> 0.75)
rubocop-performance (~> 1.5)
rubocop-rails (~> 2.3)
rubocop-rspec (~> 1.35)
rubocop-rspec (~> 1.36)
ruby-prof (~> 1.0)
rubyzip (~> 1.2, >= 1.3.0)
s3_direct_upload (~> 0.1)