diff options
author | aycabta <[email protected]> | 2021-08-10 02:24:10 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2021-08-10 02:36:00 +0900 |
commit | b685c60bef44cbe9700efcc883b2e20322953148 (patch) | |
tree | bfe7881dd7b249c26571881b753d49fcb0cbc45c /lib/rdoc | |
parent | ef6dd407c84e860515fc6636eb4f6ad67703d463 (diff) |
Import copied Gemfile from original RDoc repository
Diffstat (limited to 'lib/rdoc')
-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 |