Skip to content

Commit

Permalink
Always install yard as part of builds.
Browse files Browse the repository at this point in the history
It's needed for our new check_documentation_coverage step.
  • Loading branch information
myronmarston committed Feb 27, 2014
1 parent 8515cf4 commit 0301c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ gemspec
end
end

gem 'yard', '0.8.7.3', :require => false

### deps for rdoc.info
group :documentation do
gem 'yard', '0.8.7.3', :require => false
gem 'redcarpet', '2.1.1', :platform => :mri
gem 'github-markup', '0.7.2'
end
Expand Down

0 comments on commit 0301c2e

Please sign in to comment.