Update rubocop-performance requirement from ~> 1.3.0 to ~> 1.4.0

Updates the requirements on [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.3.0...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-06-21 05:41:30 +00:00
committed by GitHub
parent 3fa7b96f27
commit cb214ccda9

View File

@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '~> 3.8.0'
s.add_development_dependency 'rspec-its', '~> 1.3.0'
s.add_development_dependency 'rubocop', '~> 0.71.0'
s.add_development_dependency 'rubocop-performance', '~> 1.3.0'
s.add_development_dependency 'rubocop-performance', '~> 1.4.0'
s.add_development_dependency 'simplecov', '~> 0.16.1'
s.add_development_dependency 'stackprof', '~> 0.2.12'
s.add_development_dependency 'webmock', '~> 3.6.0'