From ceebd74bd70097b928746abd16a2be0ee8b73d9b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 9 Nov 2021 18:31:46 +0000 Subject: [PATCH] Drop rubocop-rails version lock --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 17f6cc791..7fbe56280 100644 --- a/Gemfile +++ b/Gemfile @@ -146,7 +146,7 @@ group :test do gem "rubocop" gem "rubocop-minitest" gem "rubocop-performance" - gem "rubocop-rails", "~> 2.11.3" # Bug in 2.12.0, fixed in master after 2.12.2 + gem "rubocop-rails" gem "rubocop-rake" gem "selenium-webdriver", "~> 3.142.7" gem "simplecov", :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 75866beeb..6d9878656 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -424,7 +424,7 @@ GEM rubocop-performance (1.12.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.11.3) + rubocop-rails (2.12.4) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) @@ -564,7 +564,7 @@ DEPENDENCIES rubocop rubocop-minitest rubocop-performance - rubocop-rails (~> 2.11.3) + rubocop-rails rubocop-rake sanitize sassc-rails -- 2.43.2