Skip to content

Commit

Permalink
Merge branch 'jeffmccune-yard_gemfile'
Browse files Browse the repository at this point in the history
* jeffmccune-yard_gemfile:
  (maint) Add dependency information for yard and redcarpet
  • Loading branch information
Jeff McCune committed Feb 7, 2013
2 parents 8f10524 + ea6783a commit 09f097e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ def location_for(place)
end
end

# The YARD dependencies are only needed when developing the documentation, not
# when testing or deploying.
group :development do
gem "yard"
gem "redcarpet"
end

group(:development, :test) do
gem "puppet", *location_for('file://.')
gem "facter", *location_for(ENV['FACTER_LOCATION'] || '~> 1.6')
Expand Down

0 comments on commit 09f097e

Please sign in to comment.