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