diff options
Diffstat (limited to 'lib/rdoc/Gemfile')
-rw-r--r-- | lib/rdoc/Gemfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/rdoc/Gemfile b/lib/rdoc/Gemfile new file mode 100644 index 0000000000..4813c63655 --- /dev/null +++ b/lib/rdoc/Gemfile @@ -0,0 +1,12 @@ +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" +end |