Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CI against Ruby 2.7 * Ruby 2.7.0 Released https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/ * e2mmap gem is no longer bundled with Ruby 2.7 ``` /home/travis/.rvm/rubies/ruby-2.7.0/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require': cannot load such file -- e2mmap (LoadError) ``` https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/ ``` The following libraries are no longer bundled gems. Install corresponding gems to use these features. * CMath (cmath gem) * Scanf (scanf gem) * Shell (shell gem) * Synchronizer (sync gem) * ThreadsWait (thwait gem) * E2MM (e2mmap gem) ``` * `lib/irb/slex.rb` has been removed from Ruby 2.7 ``` /home/travis/.rvm/rubies/ruby-2.7.0/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require': cannot load such file -- irb/slex (LoadError) ``` Refer ruby/ruby@efbca15 lsegal/yard#1290 (comment) * Allow lower irb versions * Add benchmark gem explicitly
- Loading branch information