[前][次][番号順一覧][スレッド一覧]

ruby-changes:67097

From: aycabta <ko1@a...>
Date: Tue, 10 Aug 2021 02:38:58 +0900 (JST)
Subject: [ruby-changes:67097] b685c60bef (master): Import copied Gemfile from original RDoc repository

https://git.ruby-lang.org/ruby.git/commit/?id=b685c60bef

From b685c60bef44cbe9700efcc883b2e20322953148 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Tue, 10 Aug 2021 02:24:10 +0900
Subject: Import copied Gemfile from original RDoc repository

---
 lib/rdoc/Gemfile | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 lib/rdoc/Gemfile

diff --git a/lib/rdoc/Gemfile b/lib/rdoc/Gemfile
new file mode 100644
index 0000000..4813c63
--- /dev/null
+++ b/lib/rdoc/Gemfile
@@ -0,0 +1,12 @@ https://github.com/ruby/ruby/blob/trunk/lib/rdoc/Gemfile#L1
+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
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]