mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
This commit is contained in:
parent
d082510429
commit
6b439e9c4e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue