Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 30fafe4

Browse files
committed
Move yard to documentation group
1 parent 3a91ee4 commit 30fafe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ else
2626
gem 'diff-lcs', '~> 1.4', '>= 1.4.3'
2727
end
2828

29-
gem 'yard', '~> 0.9.24', :require => false
30-
3129
### deps for rdoc.info
3230
group :documentation do
3331
gem 'redcarpet', :platform => :mri
3432
gem 'github-markup', :platform => :mri
33+
gem 'yard', '~> 0.9.24', :require => false
3534
end
3635

3736
if RUBY_VERSION < '2.0.0' || RUBY_ENGINE == 'java'

0 commit comments

Comments
 (0)