Skip to content

Commit efac0f3

Browse files
committed
Revert "Workaround for broke CI with YARD 0.9.20"
This reverts commit 36d736b.
1 parent 7ec73e4 commit efac0f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ gem 'rspec'
1212
gem 'rubocop', github: 'rubocop-hq/rubocop'
1313
gem 'rubocop-performance', '~> 1.5.0'
1414
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'
15+
gem 'yard', '~> 0.9'

0 commit comments

Comments
 (0)