Update rubocop requirement from ~> 0.88.0 to ~> 0.92.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-09-28 06:09:46 +00:00
committed by GitHub
parent 9ddd694842
commit dd0c8aa850

View File

@@ -24,7 +24,7 @@ gem 'nokogiri', '>= 1.10.8'
gem 'rake', '>= 12.3.3' gem 'rake', '>= 12.3.3'
gem 'otr-activerecord' gem 'otr-activerecord'
gem 'sqlite3' gem 'sqlite3'
gem 'rubocop', '~> 0.88.0', require: false gem 'rubocop', '~> 0.92.0', require: false
# Geolocation support # Geolocation support
group :geoip do group :geoip do