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

updating the development dependencies

This commit is contained in:
Aaron Patterson 2010-11-04 10:25:55 -07:00
parent afb6f9c5c1
commit d9d9944b37

View file

@ -13,5 +13,6 @@ Hoe.spec 'arel' do
self.readme_file = 'README.markdown'
self.extra_rdoc_files = FileList['README.markdown']
self.extra_dev_deps << ['hoe-gemspec']
self.extra_dev_deps << [ 'hoe', '>= 2.1.0' ]
self.extra_dev_deps << [ 'minitest', '>= 1.6.0' ]
end