From 380c3fe815a7475ede8b4b75f211ff5c081949fc Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 9 Mar 2022 22:33:28 +0530 Subject: [PATCH] Bump RuboCop to `v1.26.x` --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1cf6604c..2145b28b 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :test do gem "nokogiri", "~> 1.7" gem "rspec" gem "rspec-mocks" - gem "rubocop", "~> 1.25.0" + gem "rubocop", "~> 1.26.0" gem "rubocop-minitest" gem "rubocop-performance" gem "rubocop-rake"