From 0305c5429ce49717df5ef20552f8167f4556bd2c Mon Sep 17 00:00:00 2001 From: Fred Snyder Date: Tue, 19 Aug 2025 06:41:24 -0400 Subject: [PATCH] Remove yard reference from gemfile --- Gemfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2da498052..3a5ae2b84 100755 --- a/Gemfile +++ b/Gemfile @@ -2,9 +2,6 @@ source 'https://rubygems.org' gemspec name: 'solargraph' -# allow rubocop-yard to understand literal symbols in type annotations -gem 'yard', github: 'apiology/yard', branch: 'literal_symbols', require: false - # Local gemfile for development tools, etc. local_gemfile = File.expand_path(".Gemfile", __dir__) instance_eval File.read local_gemfile if File.exist? local_gemfile