numo-narray icon indicating copy to clipboard operation
numo-narray copied to clipboard

Fix CI failures and improve Ruby 3.3 support

Open Watson1978 opened this issue 10 months ago • 0 comments

This PR will fix CI failures and improve Ruby 3.3 support.

  1. Remove bundler installation
  • It installs bundler without specifying the version in CI. But, it installs bundler which does not work with old Ruby, and it causes failure. So, this patch remove bundler installation and uses bundler bundled in Ruby.
  1. Fix failure with Ruby 3.3
  • The method of getting pointers from TypedData structure has changed since Ruby 3.3. This PR follows that.

Watson1978 avatar Apr 12 '24 06:04 Watson1978