From 9c8854f633ec36473936f6d58623a05271785593 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 15 Jan 2022 22:59:17 +0100 Subject: [PATCH] Downgrade rubocop version to work with Hound --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 7e14a453..91b92d2d 100644 --- a/Gemfile +++ b/Gemfile @@ -94,6 +94,7 @@ group :development, :test do gem 'timecop' gem 'rails-controller-testing' gem 'haml_lint', require: false + gem 'rubocop', '~> 1.22', '>= 1.22.1' gem 'rubocop-rails', '~> 2.13', '>= 2.13.1' gem 'rt_rubocop_defaults', '~> 2.3', '>= 2.3.1' end diff --git a/Gemfile.lock b/Gemfile.lock index d2251142..079a5707 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -665,6 +665,7 @@ DEPENDENCIES rspec-rails (~> 4.0) rspec-sidekiq (~> 3.0) rt_rubocop_defaults (~> 2.3, >= 2.3.1) + rubocop (~> 1.22, >= 1.22.1) rubocop-rails (~> 2.13, >= 2.13.1) ruby-progressbar sanitize