From 3da163a8aba206fb4d677e5362c073579a77108b Mon Sep 17 00:00:00 2001 From: rccassity Date: Mon, 7 Feb 2022 15:11:47 -0600 Subject: [PATCH] Upgraded rubocop and changed new default syntax setting --- .rubocop.yml | 3 +++ Gemfile.lock | 12 ++++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index b6e757a9..5745099c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,3 +5,6 @@ AllCops: Metrics/MethodLength: Max: 15 + +Style/HashSyntax: + EnforcedShorthandSyntax: either diff --git a/Gemfile.lock b/Gemfile.lock index e909e244..ccad30d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,8 +151,6 @@ GEM racc (~> 1.4) nokogiri (1.13.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.13.1-x86_64-darwin) - racc (~> 1.4) nokogiri (1.13.1-x86_64-linux) racc (~> 1.4) pagy (5.10.1) @@ -211,7 +209,7 @@ GEM redis (4.6.0) regexp_parser (2.2.0) rexml (3.2.5) - rubocop (1.25.0) + rubocop (1.25.1) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) @@ -235,7 +233,7 @@ GEM childprocess (>= 0.5, < 5.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2) - sidekiq (6.4.0) + sidekiq (6.4.1) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -261,8 +259,6 @@ GEM railties (>= 6.0.0) tailwindcss-rails (2.0.5-arm64-darwin) railties (>= 6.0.0) - tailwindcss-rails (2.0.5-x86_64-darwin) - railties (>= 6.0.0) tailwindcss-rails (2.0.5-x86_64-linux) railties (>= 6.0.0) thor (1.2.1) @@ -282,12 +278,12 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.5.3) + zeitwerk (2.5.4) PLATFORMS + arm64-darwin-20 arm64-darwin-21 ruby - x86_64-darwin x86_64-linux DEPENDENCIES