Skip to content

Commit

Permalink
Use HEAD of kpeg
Browse files Browse the repository at this point in the history
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. evanphx/kpeg#43
  • Loading branch information
aycabta committed Aug 9, 2021
1 parent 4e3e635 commit 682bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 682bcb4

Please sign in to comment.