Skip to content

Commit 0305c54

Browse files
committed
Remove yard reference from gemfile
1 parent 2e6e327 commit 0305c54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ source 'https://rubygems.org'
22

33
gemspec name: 'solargraph'
44

5-
# allow rubocop-yard to understand literal symbols in type annotations
6-
gem 'yard', github: 'apiology/yard', branch: 'literal_symbols', require: false
7-
85
# Local gemfile for development tools, etc.
96
local_gemfile = File.expand_path(".Gemfile", __dir__)
107
instance_eval File.read local_gemfile if File.exist? local_gemfile

0 commit comments

Comments
 (0)