From 8896e125ef8bb32603f1ebb1cd60d560f8ea7dfa Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 26 May 2022 15:11:58 +0530 Subject: [PATCH] Bump RuboCop to `v1.30.x` --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ffb9c751..7e0b9000 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :test do gem "nokogiri", "~> 1.7" gem "rspec" gem "rspec-mocks" - gem "rubocop", "~> 1.29.0" + gem "rubocop", "~> 1.30.0" gem "rubocop-minitest" gem "rubocop-performance" gem "rubocop-rake"