From fb5fecb90fac67b9a95693d9f0d1195be65e2108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Wed, 1 Oct 2025 10:06:33 +0200 Subject: [PATCH] Redmine 6.1 --- .github/workflows/rubyonrails.yml | 2 +- .rubocop.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index ff724c04..52213c38 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -84,7 +84,7 @@ jobs: sudo apt-get install -y litmus libreoffice subversion - name: Clone Redmine # Get the latest stable Redmine - run: svn export http://svn.redmine.org/redmine/branches/6.0-stable/ /opt/redmine + run: svn export http://svn.redmine.org/redmine/branches/6.1-stable/ /opt/redmine - name: Checkout code uses: actions/checkout@v3 - name: Link the plugin diff --git a/.rubocop.yml b/.rubocop.yml index 27093fcf..d685aa21 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -17,6 +17,7 @@ plugins: - rubocop-rails + - rubocop-performance AllCops: TargetRubyVersion: 3.2