From 7584d4f051c6fb79f1357ac0ba77cf0f7b49b513 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Thu, 6 Jun 2024 00:28:49 +0300 Subject: [PATCH 1/2] Upgrade Ruby version to hopefully fix Dependabot --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 95e3ba819..9f55b2ccb 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5 +3.0 From f76a00f2618a4004347c64b7e5216b9af9bb2cc5 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Thu, 6 Jun 2024 00:31:07 +0300 Subject: [PATCH 2/2] Rubocop still doesn't support Ruby > 2.5, so let's disable that. --- .codeclimate.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 916b43f3d..58a5fd472 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -21,14 +21,5 @@ plugins: enabled: true reek: enabled: true - rubocop: - enabled: true - checks: - Rubocop/Style/StringLiterals: - enabled: false - Rubocop/Style/TrailingCommaInLiteral: - enabled: false - Rubocop/Style/HashSyntax: - enabled: false #exclude_patterns: #- app/assets/javascripts-jquery-ui