Skip to content

Commit cc9eea3

Browse files
authored
Merge pull request #183 from koic/revert_workaround_for_yard
Revert "Workaround for broke CI with YARD 0.9.20"
2 parents 7ec73e4 + efac0f3 commit cc9eea3

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)