From b9e56d7311a996eb37c13e4125c70b6905fe42bf Mon Sep 17 00:00:00 2001 From: Kevin Fischer Date: Thu, 14 Jul 2022 14:36:43 +0900 Subject: [PATCH] Revert rubocop-lychee to master (#6) --- Gemfile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.local b/Gemfile.local index 8992393..c4154a0 100644 --- a/Gemfile.local +++ b/Gemfile.local @@ -30,7 +30,7 @@ group :rubocop, :development, :test do dependencies.reject! { |i| %w[rubocop rubocop-rails rubocop-performance rubocop-rspec].include? i.name } # rubocop, rubocop-rails, rubocop-rspec, rubocop-performanceはrubocop-lycheeの依存に入っているので、記入しない - gem 'rubocop-lychee', git: 'https://github.com/agileware-jp/rubocop-lychee.git', ref: 'default-config', require: false + gem 'rubocop-lychee', git: 'https://github.com/agileware-jp/rubocop-lychee.git', require: false end group :test do