We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6e327 commit 0305c54Copy full SHA for 0305c54
Gemfile
@@ -2,9 +2,6 @@ source 'https://rubygems.org'
2
3
gemspec name: 'solargraph'
4
5
-# allow rubocop-yard to understand literal symbols in type annotations
6
-gem 'yard', github: 'apiology/yard', branch: 'literal_symbols', require: false
7
-
8
# Local gemfile for development tools, etc.
9
local_gemfile = File.expand_path(".Gemfile", __dir__)
10
instance_eval File.read local_gemfile if File.exist? local_gemfile
0 commit comments