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.
2 parents 7ec73e4 + efac0f3 commit cc9eea3Copy full SHA for cc9eea3
Gemfile
@@ -12,7 +12,4 @@ gem 'rspec'
12
gem 'rubocop', github: 'rubocop-hq/rubocop'
13
gem 'rubocop-performance', '~> 1.5.0'
14
gem 'rubocop-rspec', '~> 1.29.0'
15
-# Workaround for YARD 0.9.20 or lower.
16
-# It specifies `github` until the release that includes the following changes:
17
-# https://github.com/lsegal/yard/pull/1290
18
-gem 'yard', github: 'lsegal/yard', ref: '10a2e5b'
+gem 'yard', '~> 0.9'
0 commit comments