1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rdoc/Gemfile

13 lines
217 B
Ruby

source 'https://rubygems.org'
gemspec
group :development do
gem 'rake'
gem 'racc', '> 1.4.10'
gem 'kpeg'
gem 'test-unit'
gem 'minitest' # for test_rdoc_rubygems_hook.rb
gem 'rubocop'
gem 'gettext'
end