add `yard` to Gemfile

This commit is contained in:
Robert Gleeson 2014-03-16 10:52:13 +01:00
parent 88b064c96a
commit f27802fec4
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ gem 'rake', '~> 10.0'
# For Guard
group :development do
gem 'jist'
gem 'yard'
gem 'rb-inotify', :require => false
gem 'rb-fsevent', :require => false
end