Bump rubocop-rspec from 1.28.0 to 1.29.1 (#674) [ci skip]

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-09-17 11:55:53 -04:00 committed by Mac Siri
parent ed13283568
commit 9d1952bd4b
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -749,7 +749,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.28.0)
rubocop-rspec (1.29.1)
rubocop (>= 0.58.0)
ruby-prof (0.17.0)
ruby-progressbar (1.10.0)
@ -1015,7 +1015,7 @@ DEPENDENCIES
rspec-rails (~> 3.8)
rspec-retry (~> 0.6)
rubocop (~> 0.57)
rubocop-rspec (~> 1.27)
rubocop-rspec (~> 1.29)
ruby-prof (~> 0.17)
s3_direct_upload (~> 0.1)
sass-rails (~> 5.0)