From 540a45c080dfff2220841d04eeac746b1c4fef8f Mon Sep 17 00:00:00 2001 From: Christophe Bliard Date: Fri, 5 Jul 2024 16:25:00 +0200 Subject: [PATCH] Use released rubocop-openproject 0.1.0 --- Gemfile | 2 +- Gemfile.lock | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index d419c513275..60f1c7aefff 100644 --- a/Gemfile +++ b/Gemfile @@ -331,7 +331,7 @@ group :development, :test do gem "rubocop", require: false gem "rubocop-capybara", require: false gem "rubocop-factory_bot", require: false - gem "rubocop-openproject", github: "opf/rubocop-openproject", branch: "main", require: false + gem "rubocop-openproject", require: false gem "rubocop-performance", require: false gem "rubocop-rails", require: false gem "rubocop-rspec", require: false diff --git a/Gemfile.lock b/Gemfile.lock index d9d78d0aa23..9effb3a5492 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,14 +49,6 @@ GIT omniauth-openid_connect-providers (0.2.0) omniauth-openid-connect (>= 0.2.1) -GIT - remote: https://github.com/opf/rubocop-openproject.git - revision: d1830d89bb64509fc7ce26103cce04bc9d6b3dc9 - branch: main - specs: - rubocop-openproject (0.1.0) - rubocop - GIT remote: https://github.com/opf/turbo_tests.git revision: c1c4707f536a5642a168650d273d714dfb62d842 @@ -994,6 +986,8 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) + rubocop-openproject (0.1.0) + rubocop rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) @@ -1320,7 +1314,7 @@ DEPENDENCIES rubocop rubocop-capybara rubocop-factory_bot - rubocop-openproject! + rubocop-openproject rubocop-performance rubocop-rails rubocop-rspec