khiav223577 / deep_pluck

Allow you to pluck attributes from nested associations without loading a bunch of records.
MIT License
460 stars 14 forks source link

Drop the support of ruby 2.2 #55

Closed khiav223577 closed 1 year ago

khiav223577 commented 1 year ago

since we encounter segmentation fault and have no idea how to fix it.

deep_pluck still works on Ruby 2.2 for now. But we cannot guarantee it will still work in the future.

The error messages:

Installing Bundler
  /opt/hostedtoolcache/Ruby/2.2.10/x64/bin/gem install bundler -v 1.17.3
  /opt/hostedtoolcache/Ruby/2.2.10/x64/lib/ruby/2.2.0/rubygems/source.rb:192: [BUG] Segmentation fault at 0x00000000000010
  ruby 2.2.10p489 (2018-03-28 revision 63023) [x86_64-linux]

Other discussion can be found at https://github.com/ruby/setup-ruby/issues/496