Bump rubocop-rspec from 1.29.1 to 1.30.0 (#1292) [ci skip]

Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.29.1 to 1.30.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.29.1...v1.30.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-12-10 13:22:32 -05:00 committed by Mac Siri
parent 96d01b20a2
commit 339c2ffa62
2 changed files with 4 additions and 4 deletions

View file

@ -126,7 +126,7 @@ group :development, :test do
gem "rspec-rails", "~> 3.8"
gem "rspec-retry", "~> 0.6"
gem "rubocop", "~> 0.59", require: false
gem "rubocop-rspec", "~> 1.29"
gem "rubocop-rspec", "~> 1.30"
gem "spring", "~> 2.0"
gem "spring-commands-rspec", "~> 1.0"
gem "vcr", "~> 4.0"

View file

@ -622,7 +622,7 @@ GEM
parallel (1.12.1)
parallel_tests (2.27.0)
parallel
parser (2.5.1.2)
parser (2.5.3.0)
ast (~> 2.4.0)
pg (1.0.0)
powerpack (0.1.2)
@ -755,7 +755,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.29.1)
rubocop-rspec (1.30.0)
rubocop (>= 0.58.0)
ruby-prof (0.17.0)
ruby-progressbar (1.10.0)
@ -1010,7 +1010,7 @@ DEPENDENCIES
rspec-rails (~> 3.8)
rspec-retry (~> 0.6)
rubocop (~> 0.59)
rubocop-rspec (~> 1.29)
rubocop-rspec (~> 1.30)
ruby-prof (~> 0.17)
rubyzip (~> 1.2, >= 1.2.2)
s3_direct_upload (~> 0.1)