From dd0c8aa85020eed3f0d039ca5346b1d49729b97e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 06:09:46 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7c02ce6582..aa097c3d0f 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'nokogiri', '>= 1.10.8' gem 'rake', '>= 12.3.3' gem 'otr-activerecord' gem 'sqlite3' -gem 'rubocop', '~> 0.88.0', require: false +gem 'rubocop', '~> 0.92.0', require: false # Geolocation support group :geoip do