1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

add yard to Gemfile

This commit is contained in:
Robert Gleeson 2014-03-16 10:52:13 +01:00
parent 88b064c96a
commit f27802fec4

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