Bump rubocop-rspec from 1.31.0 to 1.32.0 (#2202) [ci skip]

Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.31.0 to 1.32.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.31.0...v1.32.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-25 10:39:03 -04:00 committed by Mac Siri
parent dd2d5325f4
commit ac5eaba74f
2 changed files with 5 additions and 5 deletions

View file

@ -129,7 +129,7 @@ group :development, :test do
gem "rspec-rails", "~> 3.8"
gem "rspec-retry", "~> 0.6"
gem "rubocop", "~> 0.63", require: false
gem "rubocop-rspec", "~> 1.31"
gem "rubocop-rspec", "~> 1.32"
gem "spring", "~> 2.0"
gem "spring-commands-rspec", "~> 1.0"
gem "vcr", "~> 4.0"

View file

@ -658,10 +658,10 @@ GEM
rack
orm_adapter (0.5.0)
os (1.0.0)
parallel (1.13.0)
parallel (1.15.0)
parallel_tests (2.27.1)
parallel
parser (2.6.0.0)
parser (2.6.2.0)
ast (~> 2.4.0)
pg (1.1.4)
powerpack (0.1.2)
@ -793,7 +793,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
rubocop-rspec (1.31.0)
rubocop-rspec (1.32.0)
rubocop (>= 0.60.0)
ruby-prof (0.17.0)
ruby-progressbar (1.10.0)
@ -1058,7 +1058,7 @@ DEPENDENCIES
rspec-rails (~> 3.8)
rspec-retry (~> 0.6)
rubocop (~> 0.63)
rubocop-rspec (~> 1.31)
rubocop-rspec (~> 1.32)
ruby-prof (~> 0.17)
rubyzip (~> 1.2, >= 1.2.2)
s3_direct_upload (~> 0.1)