aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-08-09 21:04:39 +0900
committeraycabta <aycabta@gmail.com>2021-08-10 02:36:00 +0900
commit6b439e9c4e361c2b0763af950beeb7d908ddbab8 (patch)
treee493ac824e0c2788c0f1e65699e71501dc81b0d4 /lib
parentd082510429c9b9f39656e5faf811f06677de1dd3 (diff)
downloadruby-6b439e9c4e361c2b0763af950beeb7d908ddbab8.tar.gz
[ruby/rdoc] Use HEAD of kpeg
I compared the results between the latest release of kpeg gem (1.1.0) and HEAD of kpeg gem with `time` command, and the execution time is reduced from 38.35s sec to 35.06 sec. ref. https://github.com/evanphx/kpeg/pull/43 https://github.com/ruby/rdoc/commit/682bcb48ce
Diffstat (limited to 'lib')
-rw-r--r--lib/rdoc/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/Gemfile b/lib/rdoc/Gemfile
index 9d3931c653..f853aa9fe7 100644
--- a/lib/rdoc/Gemfile
+++ b/lib/rdoc/Gemfile
@@ -5,7 +5,7 @@ gemspec
group :development do
gem 'rake'
gem 'racc', '> 1.4.10'
- gem 'kpeg'
+ gem 'kpeg', github: 'evanphx/kpeg'
gem 'test-unit'
gem 'minitest' # for test_rdoc_rubygems_hook.rb
gem 'rubocop'